---
Function {
 argument: None,
 arguments: FunctionArguments {
  arguments: [
   FunctionArgument {
    identifier: "pkgs",
    default: None,
   },
   FunctionArgument {
    identifier: "lib",
    default: None,
   },
   FunctionArgument {
    identifier: "config",
    default: None,
   },
  ],
  ellipsis: true,
 },
 definition: With {
  expression: Variable {
   identifier: "lib",
   position: (3, 6),
  },
  target: LetIn {
   bindings: [
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "top",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "kubernetes",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "top",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "addonManager",
         position: (7, 13),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "isRBACEnabled",
        position: (9, 3),
       },
      ],
     },
     FunctionApplication {
      function: Variable {
       identifier: "elem",
       position: (9, 19),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "RBAC",
          position: (9, 25),
         },
        ],
       },
       PropertyAccess {
        expression: Variable {
         identifier: "top",
         position: (9, 31),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "apiserver",
           position: (9, 35),
          },
          Raw {
           content: "authorizationMode",
           position: (9, 45),
          },
         ],
        },
        default: None,
       },
      ],
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "addons",
        position: (11, 3),
       },
      ],
     },
     FunctionApplication {
      function: PropertyAccess {
       expression: Variable {
        identifier: "pkgs",
        position: (11, 12),
       },
       attribute_path: AttributePath {
        attributes: [
         Raw {
          content: "runCommand",
          position: (11, 17),
         },
        ],
       },
       default: None,
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "kubernetes-addons",
          position: (11, 29),
         },
        ],
       },
       Map {
        bindings: [],
        recursive: false,
        position: (11, 48),
       },
       String {
        parts: [
         Raw {
          content: "mkdir -p $out\n# since we are mounting the addons to the addon manager, they need to be copied\n",
          position: (12, 1),
         },
         Expression {
          expression: FunctionApplication {
           function: Variable {
            identifier: "concatMapStringsSep",
            position: (14, 7),
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: ";",
               position: (14, 28),
              },
             ],
            },
            Function {
             argument: Some(
              "a",
             ),
             arguments: FunctionArguments {
              arguments: [],
              ellipsis: false,
             },
             definition: String {
              parts: [
               Raw {
                content: "cp -v ",
                position: (14, 36),
               },
               Expression {
                expression: Variable {
                 identifier: "a",
                 position: (14, 44),
                },
               },
               Raw {
                content: "/* $out/",
                position: (14, 46),
               },
              ],
             },
             position: (14, 32),
            },
            FunctionApplication {
             function: Variable {
              identifier: "mapAttrsToList",
              position: (14, 58),
             },
             arguments: [
              Function {
               argument: Some(
                "name",
               ),
               arguments: FunctionArguments {
                arguments: [],
                ellipsis: false,
               },
               definition: Function {
                argument: Some(
                 "addon",
                ),
                arguments: FunctionArguments {
                 arguments: [],
                 ellipsis: false,
                },
                definition: FunctionApplication {
                 function: PropertyAccess {
                  expression: Variable {
                   identifier: "pkgs",
                   position: (15, 7),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "writeTextDir",
                     position: (15, 12),
                    },
                   ],
                  },
                  default: None,
                 },
                 arguments: [
                  String {
                   parts: [
                    Expression {
                     expression: Variable {
                      identifier: "name",
                      position: (15, 28),
                     },
                    },
                    Raw {
                     content: ".json",
                     position: (15, 33),
                    },
                   ],
                  },
                  FunctionApplication {
                   function: PropertyAccess {
                    expression: Variable {
                     identifier: "builtins",
                     position: (15, 41),
                    },
                    attribute_path: AttributePath {
                     attributes: [
                      Raw {
                       content: "toJSON",
                       position: (15, 50),
                      },
                     ],
                    },
                    default: None,
                   },
                   arguments: [
                    Variable {
                     identifier: "addon",
                     position: (15, 57),
                    },
                   ],
                  },
                 ],
                },
                position: (14, 80),
               },
               position: (14, 74),
              },
              PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (16, 8),
               },
               attribute_path: AttributePath {
                attributes: [
                 Raw {
                  content: "addons",
                  position: (16, 12),
                 },
                ],
               },
               default: None,
              },
             ],
            },
           ],
          },
         },
         Raw {
          content: "\n",
          position: (16, 21),
         },
        ],
       },
      ],
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (21, 3),
        },
        Raw {
         content: "services",
         position: (21, 11),
        },
        Raw {
         content: "kubernetes",
         position: (21, 20),
        },
        Raw {
         content: "addonManager",
         position: (21, 31),
        },
       ],
      },
      With {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (21, 51),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "types",
           position: (21, 55),
          },
         ],
        },
        default: None,
       },
       target: Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "bootstrapAddons",
             position: (23, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (23, 23),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (24, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Bootstrap addons are like regular addons, but they are applied with cluster-admin rigths.\nThey are applied at addon-manager startup only.\n",
                  position: (25, 1),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (28, 7),
                 },
                ],
               },
               Map {
                bindings: [],
                recursive: false,
                position: (28, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (29, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "attrsOf",
                 position: (29, 14),
                },
                arguments: [
                 Variable {
                  identifier: "attrs",
                  position: (29, 22),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "example",
                  position: (30, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "literalExpression",
                 position: (30, 17),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "{\n  \"my-service\" = {\n    \"apiVersion\" = \"v1\";\n    \"kind\" = \"Service\";\n    \"metadata\" = {\n      \"name\" = \"my-service\";\n      \"namespace\" = \"default\";\n    };\n    \"spec\" = { ... };\n  };\n}\n",
                    position: (31, 1),
                   },
                  ],
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (23, 32),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "addons",
             position: (45, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (45, 14),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (46, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Kubernetes addons (any kind of Kubernetes resource can be an addon).",
                  position: (46, 22),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (47, 7),
                 },
                ],
               },
               Map {
                bindings: [],
                recursive: false,
                position: (47, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (48, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "attrsOf",
                 position: (48, 14),
                },
                arguments: [
                 FunctionApplication {
                  function: Variable {
                   identifier: "either",
                   position: (48, 23),
                  },
                  arguments: [
                   Variable {
                    identifier: "attrs",
                    position: (48, 30),
                   },
                   FunctionApplication {
                    function: Variable {
                     identifier: "listOf",
                     position: (48, 37),
                    },
                    arguments: [
                     Variable {
                      identifier: "attrs",
                      position: (48, 44),
                     },
                    ],
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "example",
                  position: (49, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "literalExpression",
                 position: (49, 17),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "{\n  \"my-service\" = {\n    \"apiVersion\" = \"v1\";\n    \"kind\" = \"Service\";\n    \"metadata\" = {\n      \"name\" = \"my-service\";\n      \"namespace\" = \"default\";\n    };\n    \"spec\" = { ... };\n  };\n}\n// import <nixpkgs/nixos/modules/services/cluster/kubernetes/dns.nix> { cfg = config.services.kubernetes; };\n",
                    position: (50, 1),
                   },
                  ],
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (45, 23),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "enable",
             position: (65, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkEnableOption",
            position: (65, 14),
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "Kubernetes addon manager.",
               position: (65, 30),
              },
             ],
            },
           ],
          },
         ),
        ],
        recursive: false,
        position: (21, 62),
       },
       position: (21, 46),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (69, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (69, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (69, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (69, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "environment",
              position: (70, 5),
             },
             Raw {
              content: "etc",
              position: (70, 17),
             },
             Expression {
              expression: String {
               parts: [
                Raw {
                 content: "kubernetes/addons",
                 position: (70, 22),
                },
               ],
              },
             },
             Raw {
              content: "source",
              position: (70, 41),
             },
            ],
           },
           String {
            parts: [
             Expression {
              expression: Variable {
               identifier: "addons",
               position: (70, 53),
              },
             },
             Raw {
              content: "/",
              position: (70, 60),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (72, 5),
             },
             Raw {
              content: "services",
              position: (72, 13),
             },
             Raw {
              content: "kube-addon-manager",
              position: (72, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (73, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Kubernetes addon manager",
                 position: (73, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (74, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "kubernetes.target",
                   position: (74, 21),
                  },
                 ],
                },
               ],
               position: (74, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (75, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "kube-apiserver.service",
                   position: (75, 18),
                  },
                 ],
                },
               ],
               position: (75, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "environment",
                 position: (76, 7),
                },
                Raw {
                 content: "ADDON_PATH",
                 position: (76, 19),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "/etc/kubernetes/addons/",
                 position: (76, 33),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "path",
                 position: (77, 7),
                },
               ],
              },
              List {
               elements: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "pkgs",
                  position: (77, 16),
                 },
                 attribute_path: AttributePath {
                  attributes: [
                   Raw {
                    content: "gawk",
                    position: (77, 21),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (77, 14),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (78, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Slice",
                    position: (79, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "kubernetes.slice",
                    position: (79, 18),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStart",
                    position: (80, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "top",
                      position: (80, 24),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "package",
                        position: (80, 28),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/kube-addons",
                    position: (80, 36),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "WorkingDirectory",
                    position: (81, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "top",
                   position: (81, 28),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "dataDir",
                     position: (81, 32),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "User",
                    position: (82, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "kubernetes",
                    position: (82, 17),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Group",
                    position: (83, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "kubernetes",
                    position: (83, 18),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Restart",
                    position: (84, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "on-failure",
                    position: (84, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "RestartSec",
                    position: (85, 9),
                   },
                  ],
                 },
                 Int {
                  value: 10,
                  position: (85, 22),
                 },
                ),
               ],
               recursive: false,
               position: (78, 23),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "unitConfig",
                 position: (87, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "StartLimitIntervalSec",
                    position: (88, 9),
                   },
                  ],
                 },
                 Int {
                  value: 0,
                  position: (88, 33),
                 },
                ),
               ],
               recursive: false,
               position: (87, 20),
              },
             ),
            ],
            recursive: false,
            position: (72, 43),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (92, 5),
             },
             Raw {
              content: "kubernetes",
              position: (92, 14),
             },
             Raw {
              content: "addonManager",
              position: (92, 25),
             },
             Raw {
              content: "bootstrapAddons",
              position: (92, 38),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (92, 56),
            },
            arguments: [
             Variable {
              identifier: "isRBACEnabled",
              position: (92, 61),
             },
             LetIn {
              bindings: [
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "name",
                   position: (94, 7),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "system:kube-addon-manager",
                   position: (94, 15),
                  },
                 ],
                },
               ),
               KeyValue(
                AttributePath {
                 attributes: [
                  Raw {
                   content: "namespace",
                   position: (95, 7),
                  },
                 ],
                },
                String {
                 parts: [
                  Raw {
                   content: "kube-system",
                   position: (95, 20),
                  },
                 ],
                },
               ),
              ],
              target: Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "kube-addon-manager-r",
                    position: (99, 7),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "apiVersion",
                       position: (100, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "rbac.authorization.k8s.io/v1",
                       position: (100, 23),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "kind",
                       position: (101, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "Role",
                       position: (101, 17),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "metadata",
                       position: (102, 9),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      Inherit(
                       None,
                       [
                        Raw {
                         content: "name",
                         position: (103, 19),
                        },
                        Raw {
                         content: "namespace",
                         position: (103, 24),
                        },
                       ],
                      ),
                     ],
                     recursive: false,
                     position: (102, 20),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "rules",
                       position: (105, 9),
                      },
                     ],
                    },
                    List {
                     elements: [
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "apiGroups",
                            position: (106, 11),
                           },
                          ],
                         },
                         List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "*",
                              position: (106, 25),
                             },
                            ],
                           },
                          ],
                          position: (106, 23),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "resources",
                            position: (107, 11),
                           },
                          ],
                         },
                         List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "*",
                              position: (107, 25),
                             },
                            ],
                           },
                          ],
                          position: (107, 23),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "verbs",
                            position: (108, 11),
                           },
                          ],
                         },
                         List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "*",
                              position: (108, 21),
                             },
                            ],
                           },
                          ],
                          position: (108, 19),
                         },
                        ),
                       ],
                       recursive: false,
                       position: (105, 18),
                      },
                     ],
                     position: (105, 17),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (99, 30),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "kube-addon-manager-rb",
                    position: (112, 7),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "apiVersion",
                       position: (113, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "rbac.authorization.k8s.io/v1",
                       position: (113, 23),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "kind",
                       position: (114, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "RoleBinding",
                       position: (114, 17),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "metadata",
                       position: (115, 9),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      Inherit(
                       None,
                       [
                        Raw {
                         content: "name",
                         position: (116, 19),
                        },
                        Raw {
                         content: "namespace",
                         position: (116, 24),
                        },
                       ],
                      ),
                     ],
                     recursive: false,
                     position: (115, 20),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "roleRef",
                       position: (118, 9),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "apiGroup",
                          position: (119, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "rbac.authorization.k8s.io",
                          position: (119, 23),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "kind",
                          position: (120, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "Role",
                          position: (120, 19),
                         },
                        ],
                       },
                      ),
                      Inherit(
                       None,
                       [
                        Raw {
                         content: "name",
                         position: (121, 19),
                        },
                       ],
                      ),
                     ],
                     recursive: false,
                     position: (118, 19),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "subjects",
                       position: (123, 9),
                      },
                     ],
                    },
                    List {
                     elements: [
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "apiGroup",
                            position: (124, 11),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "rbac.authorization.k8s.io",
                            position: (124, 23),
                           },
                          ],
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "kind",
                            position: (125, 11),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "User",
                            position: (125, 19),
                           },
                          ],
                         },
                        ),
                        Inherit(
                         None,
                         [
                          Raw {
                           content: "name",
                           position: (126, 19),
                          },
                         ],
                        ),
                       ],
                       recursive: false,
                       position: (123, 21),
                      },
                     ],
                     position: (123, 20),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (112, 31),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "kube-addon-manager-cluster-lister-cr",
                    position: (130, 7),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "apiVersion",
                       position: (131, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "rbac.authorization.k8s.io/v1",
                       position: (131, 23),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "kind",
                       position: (132, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "ClusterRole",
                       position: (132, 17),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "metadata",
                       position: (133, 9),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "name",
                          position: (134, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: Variable {
                           identifier: "name",
                           position: (134, 21),
                          },
                         },
                         Raw {
                          content: ":cluster-lister",
                          position: (134, 26),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (133, 20),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "rules",
                       position: (136, 9),
                      },
                     ],
                    },
                    List {
                     elements: [
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "apiGroups",
                            position: (137, 11),
                           },
                          ],
                         },
                         List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "*",
                              position: (137, 25),
                             },
                            ],
                           },
                          ],
                          position: (137, 23),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "resources",
                            position: (138, 11),
                           },
                          ],
                         },
                         List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "*",
                              position: (138, 25),
                             },
                            ],
                           },
                          ],
                          position: (138, 23),
                         },
                        ),
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "verbs",
                            position: (139, 11),
                           },
                          ],
                         },
                         List {
                          elements: [
                           String {
                            parts: [
                             Raw {
                              content: "list",
                              position: (139, 21),
                             },
                            ],
                           },
                          ],
                          position: (139, 19),
                         },
                        ),
                       ],
                       recursive: false,
                       position: (136, 18),
                      },
                     ],
                     position: (136, 17),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (130, 46),
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "kube-addon-manager-cluster-lister-crb",
                    position: (143, 7),
                   },
                  ],
                 },
                 Map {
                  bindings: [
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "apiVersion",
                       position: (144, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "rbac.authorization.k8s.io/v1",
                       position: (144, 23),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "kind",
                       position: (145, 9),
                      },
                     ],
                    },
                    String {
                     parts: [
                      Raw {
                       content: "ClusterRoleBinding",
                       position: (145, 17),
                      },
                     ],
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "metadata",
                       position: (146, 9),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "name",
                          position: (147, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: Variable {
                           identifier: "name",
                           position: (147, 21),
                          },
                         },
                         Raw {
                          content: ":cluster-lister",
                          position: (147, 26),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (146, 20),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "roleRef",
                       position: (149, 9),
                      },
                     ],
                    },
                    Map {
                     bindings: [
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "apiGroup",
                          position: (150, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "rbac.authorization.k8s.io",
                          position: (150, 23),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "kind",
                          position: (151, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Raw {
                          content: "ClusterRole",
                          position: (151, 19),
                         },
                        ],
                       },
                      ),
                      KeyValue(
                       AttributePath {
                        attributes: [
                         Raw {
                          content: "name",
                          position: (152, 11),
                         },
                        ],
                       },
                       String {
                        parts: [
                         Expression {
                          expression: Variable {
                           identifier: "name",
                           position: (152, 21),
                          },
                         },
                         Raw {
                          content: ":cluster-lister",
                          position: (152, 26),
                         },
                        ],
                       },
                      ),
                     ],
                     recursive: false,
                     position: (149, 19),
                    },
                   ),
                   KeyValue(
                    AttributePath {
                     attributes: [
                      Raw {
                       content: "subjects",
                       position: (154, 9),
                      },
                     ],
                    },
                    List {
                     elements: [
                      Map {
                       bindings: [
                        KeyValue(
                         AttributePath {
                          attributes: [
                           Raw {
                            content: "kind",
                            position: (155, 11),
                           },
                          ],
                         },
                         String {
                          parts: [
                           Raw {
                            content: "User",
                            position: (155, 19),
                           },
                          ],
                         },
                        ),
                        Inherit(
                         None,
                         [
                          Raw {
                           content: "name",
                           position: (156, 19),
                          },
                         ],
                        ),
                       ],
                       recursive: false,
                       position: (154, 21),
                      },
                     ],
                     position: (154, 20),
                    },
                   ),
                  ],
                  recursive: false,
                  position: (143, 47),
                 },
                ),
               ],
               recursive: false,
               position: (97, 5),
              },
              position: (93, 6),
             },
            ],
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (161, 5),
             },
             Raw {
              content: "kubernetes",
              position: (161, 14),
             },
             Raw {
              content: "pki",
              position: (161, 25),
             },
             Raw {
              content: "certs",
              position: (161, 29),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "addonManager",
                 position: (162, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "top",
                 position: (162, 22),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "lib",
                   position: (162, 26),
                  },
                  Raw {
                   content: "mkCert",
                   position: (162, 30),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "name",
                      position: (163, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "kube-addon-manager",
                      position: (163, 17),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "CN",
                      position: (164, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "system:kube-addon-manager",
                      position: (164, 15),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "action",
                      position: (165, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "systemctl restart kube-addon-manager.service",
                      position: (165, 19),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (162, 37),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (161, 37),
           },
          ),
         ],
         recursive: false,
         position: (69, 28),
        },
       ],
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (170, 3),
        },
        Raw {
         content: "buildDocsInSandbox",
         position: (170, 8),
        },
       ],
      },
      Variable {
       identifier: "false",
       position: (170, 29),
      },
     ),
    ],
    recursive: false,
    position: (19, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}