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