---
Function {
 argument: Destructured {
  identifier: None,
  arguments: [
   DestructuredArgument {
    identifier: "config",
    default: None,
   },
   DestructuredArgument {
    identifier: "lib",
    default: None,
   },
   DestructuredArgument {
    identifier: "options",
    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: "cfg",
        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: "opt",
        position: (7, 3),
       },
      ],
     },
     to: PropertyAccess {
      expression: Variable {
       identifier: "options",
       position: (7, 9),
      },
      attribute_path: AttributePath {
       parts: [
        Raw {
         content: "services",
         position: (7, 17),
        },
        Raw {
         content: "kubernetes",
         position: (7, 26),
        },
       ],
      },
      default: None,
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "defaultContainerdSettings",
        position: (9, 3),
       },
      ],
     },
     to: Map {
      bindings: [
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "version",
           position: (10, 5),
          },
         ],
        },
        to: Int {
         value: 2,
         position: (10, 15),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "root",
           position: (11, 5),
          },
         ],
        },
        to: String {
         parts: [
          Raw {
           content: "/var/lib/containerd",
           position: (11, 13),
          },
         ],
         position: (11, 12),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "state",
           position: (12, 5),
          },
         ],
        },
        to: String {
         parts: [
          Raw {
           content: "/run/containerd",
           position: (12, 14),
          },
         ],
         position: (12, 13),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "oom_score",
           position: (13, 5),
          },
         ],
        },
        to: Int {
         value: 0,
         position: (13, 17),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "grpc",
           position: (15, 5),
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "address",
              position: (16, 7),
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "/run/containerd/containerd.sock",
              position: (16, 18),
             },
            ],
            position: (16, 17),
           },
          },
         ],
         recursive: false,
         position: (15, 12),
        },
       },
       Binding {
        from: AttributePath {
         parts: [
          Raw {
           content: "plugins",
           position: (19, 5),
          },
          Expression {
           expression: String {
            parts: [
             Raw {
              content: "io.containerd.grpc.v1.cri",
              position: (19, 14),
             },
            ],
            position: (19, 13),
           },
          },
         ],
        },
        to: Map {
         bindings: [
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "sandbox_image",
              position: (20, 7),
             },
            ],
           },
           to: String {
            parts: [
             Raw {
              content: "pause:latest",
              position: (20, 24),
             },
            ],
            position: (20, 23),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "cni",
              position: (22, 7),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "bin_dir",
                 position: (23, 9),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "/opt/cni/bin",
                 position: (23, 20),
                },
               ],
               position: (23, 19),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "max_conf_num",
                 position: (24, 9),
                },
               ],
              },
              to: Int {
               value: 0,
               position: (24, 24),
              },
             },
            ],
            recursive: false,
            position: (22, 13),
           },
          },
          Binding {
           from: AttributePath {
            parts: [
             Raw {
              content: "containerd",
              position: (27, 7),
             },
             Raw {
              content: "runtimes",
              position: (27, 18),
             },
             Raw {
              content: "runc",
              position: (27, 27),
             },
            ],
           },
           to: Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "runtime_type",
                 position: (28, 9),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "io.containerd.runc.v2",
                 position: (28, 25),
                },
               ],
               position: (28, 24),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "options",
                 position: (29, 9),
                },
                Raw {
                 content: "SystemdCgroup",
                 position: (29, 17),
                },
               ],
              },
              to: Variable {
               identifier: "true",
               position: (29, 33),
              },
             },
            ],
            recursive: false,
            position: (27, 34),
           },
          },
         ],
         recursive: false,
         position: (19, 43),
        },
       },
      ],
      recursive: false,
      position: (9, 31),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "mkKubeConfig",
        position: (34, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: Function {
       argument: Simple {
        identifier: "conf",
       },
       definition: FunctionApplication {
        function: PropertyAccess {
         expression: Variable {
          identifier: "pkgs",
          position: (34, 30),
         },
         attribute_path: AttributePath {
          parts: [
           Raw {
            content: "writeText",
            position: (34, 35),
           },
          ],
         },
         default: None,
        },
        arguments: [
         String {
          parts: [
           Expression {
            expression: Variable {
             identifier: "name",
             position: (34, 48),
            },
           },
           Raw {
            content: "-kubeconfig",
            position: (34, 53),
           },
          ],
          position: (34, 45),
         },
         Parentheses {
          expression: FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "builtins",
             position: (34, 67),
            },
            attribute_path: AttributePath {
             parts: [
              Raw {
               content: "toJSON",
               position: (34, 76),
              },
             ],
            },
            default: None,
           },
           arguments: [
            Map {
             bindings: [
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "apiVersion",
                  position: (35, 5),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "v1",
                  position: (35, 19),
                 },
                ],
                position: (35, 18),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "kind",
                  position: (36, 5),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "Config",
                  position: (36, 13),
                 },
                ],
                position: (36, 12),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "clusters",
                  position: (37, 5),
                 },
                ],
               },
               to: List {
                elements: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "name",
                       position: (38, 7),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "local",
                       position: (38, 15),
                      },
                     ],
                     position: (38, 14),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "cluster",
                       position: (39, 7),
                      },
                      Raw {
                       content: "certificate-authority",
                       position: (39, 15),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "conf",
                      position: (39, 39),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "caFile",
                        position: (39, 44),
                       },
                      ],
                     },
                     default: Some(
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (39, 54),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "caFile",
                          position: (39, 58),
                         },
                        ],
                       },
                       default: None,
                      },
                     ),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "cluster",
                       position: (40, 7),
                      },
                      Raw {
                       content: "server",
                       position: (40, 15),
                      },
                     ],
                    },
                    to: PropertyAccess {
                     expression: Variable {
                      identifier: "conf",
                      position: (40, 24),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "server",
                        position: (40, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                  recursive: false,
                  position: (37, 17),
                 },
                ],
                position: (37, 16),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "users",
                  position: (42, 5),
                 },
                ],
               },
               to: List {
                elements: [
                 Map {
                  bindings: [
                   Inherit {
                    from: None,
                    attributes: [
                     Raw {
                      content: "name",
                      position: (43, 15),
                     },
                    ],
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "user",
                       position: (44, 7),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "client-certificate",
                          position: (45, 9),
                         },
                        ],
                       },
                       to: PropertyAccess {
                        expression: Variable {
                         identifier: "conf",
                         position: (45, 30),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "certFile",
                           position: (45, 35),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "client-key",
                          position: (46, 9),
                         },
                        ],
                       },
                       to: PropertyAccess {
                        expression: Variable {
                         identifier: "conf",
                         position: (46, 22),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "keyFile",
                           position: (46, 27),
                          },
                         ],
                        },
                        default: None,
                       },
                      },
                     ],
                     recursive: false,
                     position: (44, 14),
                    },
                   },
                  ],
                  recursive: false,
                  position: (42, 14),
                 },
                ],
                position: (42, 13),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "contexts",
                  position: (49, 5),
                 },
                ],
               },
               to: List {
                elements: [
                 Map {
                  bindings: [
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "context",
                       position: (50, 7),
                      },
                     ],
                    },
                    to: Map {
                     bindings: [
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "cluster",
                          position: (51, 9),
                         },
                        ],
                       },
                       to: String {
                        parts: [
                         Raw {
                          content: "local",
                          position: (51, 20),
                         },
                        ],
                        position: (51, 19),
                       },
                      },
                      Binding {
                       from: AttributePath {
                        parts: [
                         Raw {
                          content: "user",
                          position: (52, 9),
                         },
                        ],
                       },
                       to: Variable {
                        identifier: "name",
                        position: (52, 16),
                       },
                      },
                     ],
                     recursive: false,
                     position: (50, 17),
                    },
                   },
                   Binding {
                    from: AttributePath {
                     parts: [
                      Raw {
                       content: "name",
                       position: (54, 7),
                      },
                     ],
                    },
                    to: String {
                     parts: [
                      Raw {
                       content: "local",
                       position: (54, 15),
                      },
                     ],
                     position: (54, 14),
                    },
                   },
                  ],
                  recursive: false,
                  position: (49, 17),
                 },
                ],
                position: (49, 16),
               },
              },
              Binding {
               from: AttributePath {
                parts: [
                 Raw {
                  content: "current-context",
                  position: (56, 5),
                 },
                ],
               },
               to: String {
                parts: [
                 Raw {
                  content: "local",
                  position: (56, 24),
                 },
                ],
                position: (56, 23),
               },
              },
             ],
             recursive: false,
             position: (34, 83),
            },
           ],
          },
          position: (34, 66),
         },
        ],
       },
       position: (34, 24),
      },
      position: (34, 18),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "caCert",
        position: (59, 3),
       },
      ],
     },
     to: FunctionApplication {
      function: Variable {
       identifier: "secret",
       position: (59, 12),
      },
      arguments: [
       String {
        parts: [
         Raw {
          content: "ca",
          position: (59, 20),
         },
        ],
        position: (59, 19),
       },
      ],
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "etcdEndpoints",
        position: (61, 3),
       },
      ],
     },
     to: List {
      elements: [
       String {
        parts: [
         Raw {
          content: "https://",
          position: (61, 21),
         },
         Expression {
          expression: PropertyAccess {
           expression: Variable {
            identifier: "cfg",
            position: (61, 31),
           },
           attribute_path: AttributePath {
            parts: [
             Raw {
              content: "masterAddress",
              position: (61, 35),
             },
            ],
           },
           default: None,
          },
         },
         Raw {
          content: ":2379",
          position: (61, 49),
         },
        ],
        position: (61, 20),
       },
      ],
      position: (61, 19),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "mkCert",
        position: (63, 3),
       },
      ],
     },
     to: Function {
      argument: Destructured {
       identifier: None,
       arguments: [
        DestructuredArgument {
         identifier: "name",
         default: None,
        },
        DestructuredArgument {
         identifier: "CN",
         default: None,
        },
        DestructuredArgument {
         identifier: "hosts",
         default: Some(
          List {
           elements: [],
           position: (63, 32),
          },
         ),
        },
        DestructuredArgument {
         identifier: "fields",
         default: Some(
          Map {
           bindings: [],
           recursive: false,
           position: (63, 45),
          },
         ),
        },
        DestructuredArgument {
         identifier: "action",
         default: Some(
          String {
           parts: [],
           position: (63, 58),
          },
         ),
        },
        DestructuredArgument {
         identifier: "privateKeyOwner",
         default: Some(
          String {
           parts: [
            Raw {
             content: "kubernetes",
             position: (64, 33),
            },
           ],
           position: (64, 32),
          },
         ),
        },
       ],
       ellipsis: false,
      },
      definition: Map {
       bindings: [
        Inherit {
         from: None,
         attributes: [
          Raw {
           content: "name",
           position: (65, 13),
          },
          Raw {
           content: "caCert",
           position: (65, 18),
          },
          Raw {
           content: "CN",
           position: (65, 25),
          },
          Raw {
           content: "hosts",
           position: (65, 28),
          },
          Raw {
           content: "fields",
           position: (65, 34),
          },
          Raw {
           content: "action",
           position: (65, 41),
          },
         ],
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "cert",
            position: (66, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "secret",
           position: (66, 12),
          },
          arguments: [
           Variable {
            identifier: "name",
            position: (66, 19),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "key",
            position: (67, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "secret",
           position: (67, 11),
          },
          arguments: [
           String {
            parts: [
             Expression {
              expression: Variable {
               identifier: "name",
               position: (67, 21),
              },
             },
             Raw {
              content: "-key",
              position: (67, 26),
             },
            ],
            position: (67, 18),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "privateKeyOptions",
            position: (68, 5),
           },
          ],
         },
         to: Map {
          bindings: [
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "owner",
               position: (69, 7),
              },
             ],
            },
            to: Variable {
             identifier: "privateKeyOwner",
             position: (69, 15),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "group",
               position: (70, 7),
              },
             ],
            },
            to: String {
             parts: [
              Raw {
               content: "nogroup",
               position: (70, 16),
              },
             ],
             position: (70, 15),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "mode",
               position: (71, 7),
              },
             ],
            },
            to: String {
             parts: [
              Raw {
               content: "0600",
               position: (71, 15),
              },
             ],
             position: (71, 14),
            },
           },
           Binding {
            from: AttributePath {
             parts: [
              Raw {
               content: "path",
               position: (72, 7),
              },
             ],
            },
            to: Variable {
             identifier: "key",
             position: (72, 14),
            },
           },
          ],
          recursive: false,
          position: (68, 25),
         },
        },
       ],
       recursive: true,
       position: (64, 48),
      },
      position: (63, 12),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "secret",
        position: (76, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "name",
      },
      definition: String {
       parts: [
        Expression {
         expression: PropertyAccess {
          expression: Variable {
           identifier: "cfg",
           position: (76, 21),
          },
          attribute_path: AttributePath {
           parts: [
            Raw {
             content: "secretsPath",
             position: (76, 25),
            },
           ],
          },
          default: None,
         },
        },
        Raw {
         content: "/",
         position: (76, 37),
        },
        Expression {
         expression: Variable {
          identifier: "name",
          position: (76, 40),
         },
        },
        Raw {
         content: ".pem",
         position: (76, 45),
        },
       ],
       position: (76, 18),
      },
      position: (76, 12),
     },
    },
    Binding {
     from: AttributePath {
      parts: [
       Raw {
        content: "mkKubeConfigOptions",
        position: (78, 3),
       },
      ],
     },
     to: Function {
      argument: Simple {
       identifier: "prefix",
      },
      definition: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "server",
            position: (79, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (79, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (80, 7),
                },
               ],
              },
              to: String {
               parts: [
                Expression {
                 expression: Variable {
                  identifier: "prefix",
                  position: (80, 24),
                 },
                },
                Raw {
                 content: " kube-apiserver server address.",
                 position: (80, 31),
                },
               ],
               position: (80, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (81, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (81, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (81, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (79, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "caFile",
            position: (84, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (84, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (85, 7),
                },
               ],
              },
              to: String {
               parts: [
                Expression {
                 expression: Variable {
                  identifier: "prefix",
                  position: (85, 24),
                 },
                },
                Raw {
                 content: " certificate authority file used to connect to kube-apiserver.",
                 position: (85, 31),
                },
               ],
               position: (85, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (86, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (86, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (86, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (86, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "path",
                    position: (86, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (87, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "cfg",
                position: (87, 17),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "caFile",
                  position: (87, 21),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "defaultText",
                 position: (88, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (88, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "config.",
                   position: (88, 40),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "opt",
                     position: (88, 49),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "caFile",
                       position: (88, 53),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                 ],
                 position: (88, 39),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (84, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "certFile",
            position: (91, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (91, 16),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (92, 7),
                },
               ],
              },
              to: String {
               parts: [
                Expression {
                 expression: Variable {
                  identifier: "prefix",
                  position: (92, 24),
                 },
                },
                Raw {
                 content: " client certificate file used to connect to kube-apiserver.",
                 position: (92, 31),
                },
               ],
               position: (92, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (93, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (93, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (93, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (93, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "path",
                    position: (93, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (94, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (94, 17),
              },
             },
            ],
            recursive: false,
            position: (91, 25),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "keyFile",
            position: (97, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (97, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (98, 7),
                },
               ],
              },
              to: String {
               parts: [
                Expression {
                 expression: Variable {
                  identifier: "prefix",
                  position: (98, 24),
                 },
                },
                Raw {
                 content: " client key file used to connect to kube-apiserver.",
                 position: (98, 31),
                },
               ],
               position: (98, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (99, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (99, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (99, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (99, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "path",
                    position: (99, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (100, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (100, 17),
              },
             },
            ],
            recursive: false,
            position: (97, 24),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (78, 33),
      },
      position: (78, 25),
     },
    },
   ],
   target: Map {
    bindings: [
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "imports",
         position: (105, 3),
        },
       ],
      },
      to: List {
       elements: [
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (106, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (106, 31),
               },
              ],
              position: (106, 30),
             },
             String {
              parts: [
               Raw {
                content: "kubernetes",
                position: (106, 42),
               },
              ],
              position: (106, 41),
             },
             String {
              parts: [
               Raw {
                content: "addons",
                position: (106, 55),
               },
              ],
              position: (106, 54),
             },
             String {
              parts: [
               Raw {
                content: "dashboard",
                position: (106, 64),
               },
              ],
              position: (106, 63),
             },
            ],
            position: (106, 28),
           },
           String {
            parts: [
             Raw {
              content: "Removed due to it being an outdated version",
              position: (106, 78),
             },
            ],
            position: (106, 77),
           },
          ],
         },
         position: (106, 5),
        },
        Parentheses {
         expression: FunctionApplication {
          function: Variable {
           identifier: "mkRemovedOptionModule",
           position: (107, 6),
          },
          arguments: [
           List {
            elements: [
             String {
              parts: [
               Raw {
                content: "services",
                position: (107, 31),
               },
              ],
              position: (107, 30),
             },
             String {
              parts: [
               Raw {
                content: "kubernetes",
                position: (107, 42),
               },
              ],
              position: (107, 41),
             },
             String {
              parts: [
               Raw {
                content: "verbose",
                position: (107, 55),
               },
              ],
              position: (107, 54),
             },
            ],
            position: (107, 28),
           },
           String {
            parts: [],
            position: (107, 66),
           },
          ],
         },
         position: (107, 5),
        },
       ],
       position: (105, 13),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "options",
         position: (112, 3),
        },
        Raw {
         content: "services",
         position: (112, 11),
        },
        Raw {
         content: "kubernetes",
         position: (112, 20),
        },
       ],
      },
      to: Map {
       bindings: [
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "roles",
            position: (113, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (113, 13),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (114, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Kubernetes role that this machine should take.\n\nMaster role will enable etcd, apiserver, scheduler, controller manager\naddon manager, flannel and proxy services.\nNode role will enable flannel, docker, kubelet and proxy services.\n",
                 position: (115, 1),
                },
               ],
               position: (114, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (121, 7),
                },
               ],
              },
              to: List {
               elements: [],
               position: (121, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (122, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (122, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (122, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Parentheses {
                 expression: FunctionApplication {
                  function: PropertyAccess {
                   expression: Variable {
                    identifier: "types",
                    position: (122, 28),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "enum",
                      position: (122, 34),
                     },
                    ],
                   },
                   default: None,
                  },
                  arguments: [
                   List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "master",
                        position: (122, 41),
                       },
                      ],
                      position: (122, 40),
                     },
                     String {
                      parts: [
                       Raw {
                        content: "node",
                        position: (122, 50),
                       },
                      ],
                      position: (122, 49),
                     },
                    ],
                    position: (122, 39),
                   },
                  ],
                 },
                 position: (122, 27),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (113, 22),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "package",
            position: (125, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (125, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (126, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Kubernetes package to use.",
                 position: (126, 22),
                },
               ],
               position: (126, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (127, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (127, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "package",
                  position: (127, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (128, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "pkgs",
                position: (128, 17),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "kubernetes",
                  position: (128, 22),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "defaultText",
                 position: (129, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (129, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "pkgs.kubernetes",
                   position: (129, 40),
                  },
                 ],
                 position: (129, 39),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (125, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "kubeconfig",
            position: (132, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkKubeConfigOptions",
           position: (132, 18),
          },
          arguments: [
           String {
            parts: [
             Raw {
              content: "Default kubeconfig",
              position: (132, 39),
             },
            ],
            position: (132, 38),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "apiserverAddress",
            position: (134, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (134, 24),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (135, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Clusterwide accessible address for the kubernetes apiserver,\nincluding protocol and optional port.\n",
                 position: (136, 1),
                },
               ],
               position: (135, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (139, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "https://kubernetes-apiserver.example.com:6443",
                 position: (139, 18),
                },
               ],
               position: (139, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (140, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (140, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (140, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (134, 33),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "caFile",
            position: (143, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (143, 14),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (144, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Default kubernetes certificate authority",
                 position: (144, 22),
                },
               ],
               position: (144, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (145, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (145, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (145, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (145, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "path",
                    position: (145, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (146, 7),
                },
               ],
              },
              to: Variable {
               identifier: "null",
               position: (146, 17),
              },
             },
            ],
            recursive: false,
            position: (143, 23),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "dataDir",
            position: (149, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (149, 15),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (150, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Kubernetes root directory for managing kubelet files.",
                 position: (150, 22),
                },
               ],
               position: (150, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (151, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "/var/lib/kubernetes",
                 position: (151, 18),
                },
               ],
               position: (151, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (152, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (152, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (152, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (149, 24),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "easyCerts",
            position: (155, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (155, 17),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (156, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Automatically setup x509 certificates and keys for the entire cluster.",
                 position: (156, 22),
                },
               ],
               position: (156, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (157, 7),
                },
               ],
              },
              to: Variable {
               identifier: "false",
               position: (157, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (158, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (158, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "bool",
                  position: (158, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (155, 26),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "featureGates",
            position: (161, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (161, 20),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (162, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "List set of feature gates.",
                 position: (162, 22),
                },
               ],
               position: (162, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (163, 7),
                },
               ],
              },
              to: List {
               elements: [],
               position: (163, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (164, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (164, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (164, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (164, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (164, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (161, 29),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "masterAddress",
            position: (167, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (167, 21),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (168, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Clusterwide available network address or hostname for the kubernetes master server.",
                 position: (168, 22),
                },
               ],
               position: (168, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "example",
                 position: (169, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "master.example.com",
                 position: (169, 18),
                },
               ],
               position: (169, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (170, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (170, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "str",
                  position: (170, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (167, 30),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "path",
            position: (173, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (173, 12),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (174, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Packages added to the services' PATH environment variable. Both the bin and sbin subdirectories of each package are added.",
                 position: (174, 22),
                },
               ],
               position: (174, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (175, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (175, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "listOf",
                   position: (175, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (175, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "package",
                    position: (175, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (176, 7),
                },
               ],
              },
              to: List {
               elements: [],
               position: (176, 17),
              },
             },
            ],
            recursive: false,
            position: (173, 21),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "clusterCidr",
            position: (179, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (179, 19),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (180, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Kubernetes controller manager and proxy CIDR Range for Pods in cluster.",
                 position: (180, 22),
                },
               ],
               position: (180, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (181, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "10.1.0.0/16",
                 position: (181, 18),
                },
               ],
               position: (181, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (182, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "types",
                 position: (182, 14),
                },
                attribute_path: AttributePath {
                 parts: [
                  Raw {
                   content: "nullOr",
                   position: (182, 20),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "types",
                  position: (182, 27),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "str",
                    position: (182, 33),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (179, 28),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "lib",
            position: (185, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (185, 11),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (186, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Common functions for the kubernetes modules.",
                 position: (186, 22),
                },
               ],
               position: (186, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (187, 7),
                },
               ],
              },
              to: Map {
               bindings: [
                Inherit {
                 from: None,
                 attributes: [
                  Raw {
                   content: "mkCert",
                   position: (188, 17),
                  },
                 ],
                },
                Inherit {
                 from: None,
                 attributes: [
                  Raw {
                   content: "mkKubeConfig",
                   position: (189, 17),
                  },
                 ],
                },
                Inherit {
                 from: None,
                 attributes: [
                  Raw {
                   content: "mkKubeConfigOptions",
                   position: (190, 17),
                  },
                 ],
                },
               ],
               recursive: false,
               position: (187, 17),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (192, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (192, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "attrs",
                  position: (192, 20),
                 },
                ],
               },
               default: None,
              },
             },
            ],
            recursive: false,
            position: (185, 20),
           },
          ],
         },
        },
        Binding {
         from: AttributePath {
          parts: [
           Raw {
            content: "secretsPath",
            position: (195, 5),
           },
          ],
         },
         to: FunctionApplication {
          function: Variable {
           identifier: "mkOption",
           position: (195, 19),
          },
          arguments: [
           Map {
            bindings: [
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "description",
                 position: (196, 7),
                },
               ],
              },
              to: String {
               parts: [
                Raw {
                 content: "Default location for kubernetes secrets. Not a store location.",
                 position: (196, 22),
                },
               ],
               position: (196, 21),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "type",
                 position: (197, 7),
                },
               ],
              },
              to: PropertyAccess {
               expression: Variable {
                identifier: "types",
                position: (197, 14),
               },
               attribute_path: AttributePath {
                parts: [
                 Raw {
                  content: "path",
                  position: (197, 20),
                 },
                ],
               },
               default: None,
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "default",
                 position: (198, 7),
                },
               ],
              },
              to: BinaryOperation {
               operator: Addition,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (198, 17),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "dataDir",
                    position: (198, 21),
                   },
                  ],
                 },
                 default: None,
                },
                String {
                 parts: [
                  Raw {
                   content: "/secrets",
                   position: (198, 32),
                  },
                 ],
                 position: (198, 31),
                },
               ],
               position: (198, 29),
              },
             },
             Binding {
              from: AttributePath {
               parts: [
                Raw {
                 content: "defaultText",
                 position: (199, 7),
                },
               ],
              },
              to: FunctionApplication {
               function: Variable {
                identifier: "literalExpression",
                position: (199, 21),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "config.",
                   position: (200, 1),
                  },
                  Expression {
                   expression: PropertyAccess {
                    expression: Variable {
                     identifier: "opt",
                     position: (200, 18),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "dataDir",
                       position: (200, 22),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Raw {
                   content: " + \"/secrets\"\n",
                   position: (200, 30),
                  },
                 ],
                 position: (199, 39),
                },
               ],
              },
             },
            ],
            recursive: false,
            position: (195, 28),
           },
          ],
         },
        },
       ],
       recursive: false,
       position: (112, 33),
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "config",
         position: (207, 3),
        },
       ],
      },
      to: FunctionApplication {
       function: Variable {
        identifier: "mkMerge",
        position: (207, 12),
       },
       arguments: [
        List {
         elements: [
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (209, 6),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (209, 11),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "easyCerts",
                 position: (209, 15),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (210, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (210, 16),
                  },
                  Raw {
                   content: "pki",
                   position: (210, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (210, 31),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (210, 40),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (210, 50),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (211, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (211, 16),
                  },
                  Raw {
                   content: "caFile",
                   position: (211, 27),
                  },
                 ],
                },
                to: Variable {
                 identifier: "caCert",
                 position: (211, 36),
                },
               },
              ],
              recursive: false,
              position: (209, 25),
             },
            ],
           },
           position: (209, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (214, 6),
            },
            arguments: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "elem",
                position: (214, 12),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "master",
                   position: (214, 18),
                  },
                 ],
                 position: (214, 17),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (214, 26),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "roles",
                    position: (214, 30),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (214, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (215, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (215, 16),
                  },
                  Raw {
                   content: "apiserver",
                   position: (215, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (215, 37),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (215, 46),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (215, 56),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (216, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (216, 16),
                  },
                  Raw {
                   content: "scheduler",
                   position: (216, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (216, 37),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (216, 46),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (216, 56),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (217, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (217, 16),
                  },
                  Raw {
                   content: "controllerManager",
                   position: (217, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (217, 45),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (217, 54),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (217, 64),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (218, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (218, 16),
                  },
                  Raw {
                   content: "addonManager",
                   position: (218, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (218, 40),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (218, 49),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (218, 59),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (219, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (219, 16),
                  },
                  Raw {
                   content: "proxy",
                   position: (219, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (219, 33),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (219, 42),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (219, 52),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (220, 7),
                  },
                  Raw {
                   content: "etcd",
                   position: (220, 16),
                  },
                  Raw {
                   content: "enable",
                   position: (220, 21),
                  },
                 ],
                },
                to: Variable {
                 identifier: "true",
                 position: (220, 30),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (221, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (221, 16),
                  },
                  Raw {
                   content: "kubelet",
                   position: (221, 27),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "enable",
                      position: (222, 9),
                     },
                    ],
                   },
                   to: FunctionApplication {
                    function: Variable {
                     identifier: "mkDefault",
                     position: (222, 18),
                    },
                    arguments: [
                     Variable {
                      identifier: "true",
                      position: (222, 28),
                     },
                    ],
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "taints",
                      position: (223, 9),
                     },
                    ],
                   },
                   to: FunctionApplication {
                    function: Variable {
                     identifier: "mkIf",
                     position: (223, 18),
                    },
                    arguments: [
                     Parentheses {
                      expression: UnaryOperation {
                       operator: Not,
                       operand: Parentheses {
                        expression: FunctionApplication {
                         function: Variable {
                          identifier: "elem",
                          position: (223, 26),
                         },
                         arguments: [
                          String {
                           parts: [
                            Raw {
                             content: "node",
                             position: (223, 32),
                            },
                           ],
                           position: (223, 31),
                          },
                          PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (223, 38),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "roles",
                              position: (223, 42),
                             },
                            ],
                           },
                           default: None,
                          },
                         ],
                        },
                        position: (223, 25),
                       },
                       position: (223, 24),
                      },
                      position: (223, 23),
                     },
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "master",
                           position: (224, 11),
                          },
                         ],
                        },
                        to: Map {
                         bindings: [
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "key",
                              position: (225, 13),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "node-role.kubernetes.io/master",
                              position: (225, 20),
                             },
                            ],
                            position: (225, 19),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "value",
                              position: (226, 13),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "true",
                              position: (226, 22),
                             },
                            ],
                            position: (226, 21),
                           },
                          },
                          Binding {
                           from: AttributePath {
                            parts: [
                             Raw {
                              content: "effect",
                              position: (227, 13),
                             },
                            ],
                           },
                           to: String {
                            parts: [
                             Raw {
                              content: "NoSchedule",
                              position: (227, 23),
                             },
                            ],
                            position: (227, 22),
                           },
                          },
                         ],
                         recursive: false,
                         position: (224, 20),
                        },
                       },
                      ],
                      recursive: false,
                      position: (223, 50),
                     },
                    ],
                   },
                  },
                 ],
                 recursive: false,
                 position: (221, 37),
                },
               },
              ],
              recursive: false,
              position: (214, 37),
             },
            ],
           },
           position: (214, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (234, 6),
            },
            arguments: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "all",
                position: (234, 12),
               },
               arguments: [
                Parentheses {
                 expression: Function {
                  argument: Simple {
                   identifier: "el",
                  },
                  definition: BinaryOperation {
                   operator: EqualTo,
                   operands: [
                    Variable {
                     identifier: "el",
                     position: (234, 21),
                    },
                    String {
                     parts: [
                      Raw {
                       content: "master",
                       position: (234, 28),
                      },
                     ],
                     position: (234, 27),
                    },
                   ],
                   position: (234, 24),
                  },
                  position: (234, 17),
                 },
                 position: (234, 16),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (234, 37),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "roles",
                    position: (234, 41),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (234, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (236, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (236, 16),
                  },
                  Raw {
                   content: "kubelet",
                   position: (236, 27),
                  },
                  Raw {
                   content: "unschedulable",
                   position: (236, 35),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (236, 51),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (236, 61),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (234, 48),
             },
            ],
           },
           position: (234, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (239, 6),
            },
            arguments: [
             Parentheses {
              expression: FunctionApplication {
               function: Variable {
                identifier: "elem",
                position: (239, 12),
               },
               arguments: [
                String {
                 parts: [
                  Raw {
                   content: "node",
                   position: (239, 18),
                  },
                 ],
                 position: (239, 17),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (239, 24),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "roles",
                    position: (239, 28),
                   },
                  ],
                 },
                 default: None,
                },
               ],
              },
              position: (239, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (240, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (240, 16),
                  },
                  Raw {
                   content: "kubelet",
                   position: (240, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (240, 35),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (240, 44),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (240, 54),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (241, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (241, 16),
                  },
                  Raw {
                   content: "proxy",
                   position: (241, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (241, 33),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (241, 42),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (241, 52),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (239, 35),
             },
            ],
           },
           position: (239, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (245, 6),
            },
            arguments: [
             Parentheses {
              expression: BinaryOperation {
               operator: NotEqualTo,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (245, 12),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "roles",
                    position: (245, 16),
                   },
                  ],
                 },
                 default: None,
                },
                List {
                 elements: [],
                 position: (245, 25),
                },
               ],
               position: (245, 22),
              },
              position: (245, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (246, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (246, 16),
                  },
                  Raw {
                   content: "flannel",
                   position: (246, 27),
                  },
                  Raw {
                   content: "enable",
                   position: (246, 35),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (246, 44),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (246, 54),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (247, 7),
                  },
                  Raw {
                   content: "flannel",
                   position: (247, 16),
                  },
                  Raw {
                   content: "etcd",
                   position: (247, 24),
                  },
                  Raw {
                   content: "endpoints",
                   position: (247, 29),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (247, 41),
                 },
                 arguments: [
                  Variable {
                   identifier: "etcdEndpoints",
                   position: (247, 51),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (248, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (248, 16),
                  },
                  Raw {
                   content: "easyCerts",
                   position: (248, 27),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (248, 39),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (248, 49),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (245, 29),
             },
            ],
           },
           position: (245, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (251, 6),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (251, 11),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "apiserver",
                 position: (251, 15),
                },
                Raw {
                 content: "enable",
                 position: (251, 25),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (252, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (252, 16),
                  },
                  Raw {
                   content: "pki",
                   position: (252, 27),
                  },
                  Raw {
                   content: "etcClusterAdminKubeconfig",
                   position: (252, 31),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (252, 59),
                 },
                 arguments: [
                  String {
                   parts: [
                    Raw {
                     content: "kubernetes/cluster-admin.kubeconfig",
                     position: (252, 70),
                    },
                   ],
                   position: (252, 69),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (253, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (253, 16),
                  },
                  Raw {
                   content: "apiserver",
                   position: (253, 27),
                  },
                  Raw {
                   content: "etcd",
                   position: (253, 37),
                  },
                  Raw {
                   content: "servers",
                   position: (253, 42),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (253, 52),
                 },
                 arguments: [
                  Variable {
                   identifier: "etcdEndpoints",
                   position: (253, 62),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (251, 32),
             },
            ],
           },
           position: (251, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (256, 6),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "cfg",
               position: (256, 11),
              },
              attribute_path: AttributePath {
               parts: [
                Raw {
                 content: "kubelet",
                 position: (256, 15),
                },
                Raw {
                 content: "enable",
                 position: (256, 23),
                },
               ],
              },
              default: None,
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "virtualisation",
                   position: (257, 7),
                  },
                  Raw {
                   content: "containerd",
                   position: (257, 22),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "enable",
                      position: (258, 9),
                     },
                    ],
                   },
                   to: FunctionApplication {
                    function: Variable {
                     identifier: "mkDefault",
                     position: (258, 18),
                    },
                    arguments: [
                     Variable {
                      identifier: "true",
                      position: (258, 28),
                     },
                    ],
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "settings",
                      position: (259, 9),
                     },
                    ],
                   },
                   to: FunctionApplication {
                    function: Variable {
                     identifier: "mapAttrsRecursive",
                     position: (259, 20),
                    },
                    arguments: [
                     Parentheses {
                      expression: Function {
                       argument: Simple {
                        identifier: "name",
                       },
                       definition: Variable {
                        identifier: "mkDefault",
                        position: (259, 45),
                       },
                       position: (259, 39),
                      },
                      position: (259, 38),
                     },
                     Variable {
                      identifier: "defaultContainerdSettings",
                      position: (259, 56),
                     },
                    ],
                   },
                  },
                 ],
                 recursive: false,
                 position: (257, 35),
                },
               },
              ],
              recursive: false,
              position: (256, 30),
             },
            ],
           },
           position: (256, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (263, 6),
            },
            arguments: [
             Parentheses {
              expression: BinaryOperation {
               operator: LogicalOr,
               operands: [
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (263, 12),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "apiserver",
                    position: (263, 16),
                   },
                   Raw {
                    content: "enable",
                    position: (263, 26),
                   },
                  ],
                 },
                 default: None,
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (263, 36),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "controllerManager",
                    position: (263, 40),
                   },
                   Raw {
                    content: "enable",
                    position: (263, 58),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (263, 33),
              },
              position: (263, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (264, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (264, 16),
                  },
                  Raw {
                   content: "pki",
                   position: (264, 27),
                  },
                  Raw {
                   content: "certs",
                   position: (264, 31),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "serviceAccount",
                      position: (265, 9),
                     },
                    ],
                   },
                   to: FunctionApplication {
                    function: Variable {
                     identifier: "mkCert",
                     position: (265, 26),
                    },
                    arguments: [
                     Map {
                      bindings: [
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "name",
                           position: (266, 11),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "service-account",
                           position: (266, 19),
                          },
                         ],
                         position: (266, 18),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "CN",
                           position: (267, 11),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "system:service-account-signer",
                           position: (267, 17),
                          },
                         ],
                         position: (267, 16),
                        },
                       },
                       Binding {
                        from: AttributePath {
                         parts: [
                          Raw {
                           content: "action",
                           position: (268, 11),
                          },
                         ],
                        },
                        to: String {
                         parts: [
                          Raw {
                           content: "systemctl reload \\\n  kube-apiserver.service \\\n  kube-controller-manager.service\n",
                           position: (269, 1),
                          },
                         ],
                         position: (268, 20),
                        },
                       },
                      ],
                      recursive: false,
                      position: (265, 33),
                     },
                    ],
                   },
                  },
                 ],
                 recursive: false,
                 position: (264, 39),
                },
               },
              ],
              recursive: false,
              position: (263, 66),
             },
            ],
           },
           position: (263, 5),
          },
          Parentheses {
           expression: FunctionApplication {
            function: Variable {
             identifier: "mkIf",
             position: (277, 6),
            },
            arguments: [
             Parentheses {
              expression: BinaryOperation {
               operator: LogicalOr,
               operands: [
                BinaryOperation {
                 operator: LogicalOr,
                 operands: [
                  BinaryOperation {
                   operator: LogicalOr,
                   operands: [
                    BinaryOperation {
                     operator: LogicalOr,
                     operands: [
                      BinaryOperation {
                       operator: LogicalOr,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (278, 9),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "apiserver",
                            position: (278, 13),
                           },
                           Raw {
                            content: "enable",
                            position: (278, 23),
                           },
                          ],
                         },
                         default: None,
                        },
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (279, 9),
                         },
                         attribute_path: AttributePath {
                          parts: [
                           Raw {
                            content: "scheduler",
                            position: (279, 13),
                           },
                           Raw {
                            content: "enable",
                            position: (279, 23),
                           },
                          ],
                         },
                         default: None,
                        },
                       ],
                       position: (278, 30),
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (280, 9),
                       },
                       attribute_path: AttributePath {
                        parts: [
                         Raw {
                          content: "controllerManager",
                          position: (280, 13),
                         },
                         Raw {
                          content: "enable",
                          position: (280, 31),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                     position: (279, 30),
                    },
                    PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (281, 9),
                     },
                     attribute_path: AttributePath {
                      parts: [
                       Raw {
                        content: "kubelet",
                        position: (281, 13),
                       },
                       Raw {
                        content: "enable",
                        position: (281, 21),
                       },
                      ],
                     },
                     default: None,
                    },
                   ],
                   position: (280, 38),
                  },
                  PropertyAccess {
                   expression: Variable {
                    identifier: "cfg",
                    position: (282, 9),
                   },
                   attribute_path: AttributePath {
                    parts: [
                     Raw {
                      content: "proxy",
                      position: (282, 13),
                     },
                     Raw {
                      content: "enable",
                      position: (282, 19),
                     },
                    ],
                   },
                   default: None,
                  },
                 ],
                 position: (281, 28),
                },
                PropertyAccess {
                 expression: Variable {
                  identifier: "cfg",
                  position: (283, 9),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "addonManager",
                    position: (283, 13),
                   },
                   Raw {
                    content: "enable",
                    position: (283, 26),
                   },
                  ],
                 },
                 default: None,
                },
               ],
               position: (282, 26),
              },
              position: (277, 11),
             },
             Map {
              bindings: [
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "systemd",
                   position: (285, 7),
                  },
                  Raw {
                   content: "targets",
                   position: (285, 15),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (285, 23),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "description",
                      position: (286, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "Kubernetes",
                      position: (286, 24),
                     },
                    ],
                    position: (286, 23),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "wantedBy",
                      position: (287, 9),
                     },
                    ],
                   },
                   to: List {
                    elements: [
                     String {
                      parts: [
                       Raw {
                        content: "multi-user.target",
                        position: (287, 23),
                       },
                      ],
                      position: (287, 22),
                     },
                    ],
                    position: (287, 20),
                   },
                  },
                 ],
                 recursive: false,
                 position: (285, 36),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "systemd",
                   position: (290, 7),
                  },
                  Raw {
                   content: "tmpfiles",
                   position: (290, 15),
                  },
                  Raw {
                   content: "rules",
                   position: (290, 24),
                  },
                 ],
                },
                to: List {
                 elements: [
                  String {
                   parts: [
                    Raw {
                     content: "d /opt/cni/bin 0755 root root -",
                     position: (291, 10),
                    },
                   ],
                   position: (291, 9),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "d /run/kubernetes 0755 kubernetes kubernetes -",
                     position: (292, 10),
                    },
                   ],
                   position: (292, 9),
                  },
                  String {
                   parts: [
                    Raw {
                     content: "d /var/lib/kubernetes 0755 kubernetes kubernetes -",
                     position: (293, 10),
                    },
                   ],
                   position: (293, 9),
                  },
                 ],
                 position: (290, 32),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "users",
                   position: (296, 7),
                  },
                  Raw {
                   content: "users",
                   position: (296, 13),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (296, 19),
                  },
                 ],
                },
                to: Map {
                 bindings: [
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "uid",
                      position: (297, 9),
                     },
                    ],
                   },
                   to: PropertyAccess {
                    expression: Variable {
                     identifier: "config",
                     position: (297, 15),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "ids",
                       position: (297, 22),
                      },
                      Raw {
                       content: "uids",
                       position: (297, 26),
                      },
                      Raw {
                       content: "kubernetes",
                       position: (297, 31),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "description",
                      position: (298, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "Kubernetes user",
                      position: (298, 24),
                     },
                    ],
                    position: (298, 23),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "group",
                      position: (299, 9),
                     },
                    ],
                   },
                   to: String {
                    parts: [
                     Raw {
                      content: "kubernetes",
                      position: (299, 18),
                     },
                    ],
                    position: (299, 17),
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "home",
                      position: (300, 9),
                     },
                    ],
                   },
                   to: PropertyAccess {
                    expression: Variable {
                     identifier: "cfg",
                     position: (300, 16),
                    },
                    attribute_path: AttributePath {
                     parts: [
                      Raw {
                       content: "dataDir",
                       position: (300, 20),
                      },
                     ],
                    },
                    default: None,
                   },
                  },
                  Binding {
                   from: AttributePath {
                    parts: [
                     Raw {
                      content: "createHome",
                      position: (301, 9),
                     },
                    ],
                   },
                   to: Variable {
                    identifier: "true",
                    position: (301, 22),
                   },
                  },
                 ],
                 recursive: false,
                 position: (296, 32),
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "users",
                   position: (303, 7),
                  },
                  Raw {
                   content: "groups",
                   position: (303, 13),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (303, 20),
                  },
                  Raw {
                   content: "gid",
                   position: (303, 31),
                  },
                 ],
                },
                to: PropertyAccess {
                 expression: Variable {
                  identifier: "config",
                  position: (303, 37),
                 },
                 attribute_path: AttributePath {
                  parts: [
                   Raw {
                    content: "ids",
                    position: (303, 44),
                   },
                   Raw {
                    content: "gids",
                    position: (303, 48),
                   },
                   Raw {
                    content: "kubernetes",
                    position: (303, 53),
                   },
                  ],
                 },
                 default: None,
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (306, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (306, 16),
                  },
                  Raw {
                   content: "addons",
                   position: (306, 27),
                  },
                  Raw {
                   content: "dns",
                   position: (306, 34),
                  },
                  Raw {
                   content: "enable",
                   position: (306, 38),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (306, 47),
                 },
                 arguments: [
                  Variable {
                   identifier: "true",
                   position: (306, 57),
                  },
                 ],
                },
               },
               Binding {
                from: AttributePath {
                 parts: [
                  Raw {
                   content: "services",
                   position: (308, 7),
                  },
                  Raw {
                   content: "kubernetes",
                   position: (308, 16),
                  },
                  Raw {
                   content: "apiserverAddress",
                   position: (308, 27),
                  },
                 ],
                },
                to: FunctionApplication {
                 function: Variable {
                  identifier: "mkDefault",
                  position: (308, 46),
                 },
                 arguments: [
                  Parentheses {
                   expression: String {
                    parts: [
                     Raw {
                      content: "https://",
                      position: (308, 58),
                     },
                     Expression {
                      expression: IfThenElse {
                       predicate: BinaryOperation {
                        operator: NotEqualTo,
                        operands: [
                         PropertyAccess {
                          expression: Variable {
                           identifier: "cfg",
                           position: (308, 71),
                          },
                          attribute_path: AttributePath {
                           parts: [
                            Raw {
                             content: "apiserver",
                             position: (308, 75),
                            },
                            Raw {
                             content: "advertiseAddress",
                             position: (308, 85),
                            },
                           ],
                          },
                          default: None,
                         },
                         Variable {
                          identifier: "null",
                          position: (308, 105),
                         },
                        ],
                        position: (308, 102),
                       },
                       then: PropertyAccess {
                        expression: Variable {
                         identifier: "cfg",
                         position: (309, 32),
                        },
                        attribute_path: AttributePath {
                         parts: [
                          Raw {
                           content: "apiserver",
                           position: (309, 36),
                          },
                          Raw {
                           content: "advertiseAddress",
                           position: (309, 46),
                          },
                         ],
                        },
                        default: None,
                       },
                       else_: String {
                        parts: [
                         Expression {
                          expression: PropertyAccess {
                           expression: Variable {
                            identifier: "cfg",
                            position: (310, 35),
                           },
                           attribute_path: AttributePath {
                            parts: [
                             Raw {
                              content: "masterAddress",
                              position: (310, 39),
                             },
                            ],
                           },
                           default: None,
                          },
                         },
                         Raw {
                          content: ":",
                          position: (310, 53),
                         },
                         Expression {
                          expression: FunctionApplication {
                           function: Variable {
                            identifier: "toString",
                            position: (310, 56),
                           },
                           arguments: [
                            PropertyAccess {
                             expression: Variable {
                              identifier: "cfg",
                              position: (310, 65),
                             },
                             attribute_path: AttributePath {
                              parts: [
                               Raw {
                                content: "apiserver",
                                position: (310, 69),
                               },
                               Raw {
                                content: "securePort",
                                position: (310, 79),
                               },
                              ],
                             },
                             default: None,
                            },
                           ],
                          },
                         },
                        ],
                        position: (310, 32),
                       },
                       position: (308, 68),
                      },
                     },
                    ],
                    position: (308, 57),
                   },
                   position: (308, 56),
                  },
                 ],
                },
               },
              ],
              recursive: false,
              position: (284, 7),
             },
            ],
           },
           position: (277, 5),
          },
         ],
         position: (207, 20),
        },
       ],
      },
     },
     Binding {
      from: AttributePath {
       parts: [
        Raw {
         content: "meta",
         position: (314, 3),
        },
        Raw {
         content: "buildDocsInSandbox",
         position: (314, 8),
        },
       ],
      },
      to: Variable {
       identifier: "false",
       position: (314, 29),
      },
     },
    ],
    recursive: false,
    position: (103, 4),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}