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