---
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: "top",
        position: (6, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "config",
       position: (6, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (6, 16),
        },
        Raw {
         content: "kubernetes",
         position: (6, 25),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "otop",
        position: (7, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "options",
       position: (7, 10),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "services",
         position: (7, 18),
        },
        Raw {
         content: "kubernetes",
         position: (7, 27),
        },
       ],
      },
      default: None,
     },
    ),
    KeyValue(
     AttributePath {
      attributes: [
       Raw {
        content: "cfg",
        position: (8, 3),
       },
      ],
     },
     PropertyAccess {
      expression: Variable {
       identifier: "top",
       position: (8, 9),
      },
      attribute_path: AttributePath {
       attributes: [
        Raw {
         content: "proxy",
         position: (8, 13),
        },
       ],
      },
      default: None,
     },
    ),
   ],
   target: Map {
    bindings: [
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "imports",
         position: (11, 3),
        },
       ],
      },
      List {
       elements: [
        FunctionApplication {
         function: Variable {
          identifier: "mkRenamedOptionModule",
          position: (12, 6),
         },
         arguments: [
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (12, 31),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "kubernetes",
               position: (12, 42),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "proxy",
               position: (12, 55),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "address",
               position: (12, 63),
              },
             ],
            },
           ],
           position: (12, 28),
          },
          List {
           elements: [
            String {
             parts: [
              Raw {
               content: "services",
               position: (12, 76),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "kubernetes",
               position: (12, 87),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "proxy",
               position: (12, 100),
              },
             ],
            },
            String {
             parts: [
              Raw {
               content: "bindAddress",
               position: (12, 108),
              },
             ],
            },
           ],
           position: (12, 74),
          },
         ],
        },
       ],
       position: (11, 13),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "options",
         position: (16, 3),
        },
        Raw {
         content: "services",
         position: (16, 11),
        },
        Raw {
         content: "kubernetes",
         position: (16, 20),
        },
        Raw {
         content: "proxy",
         position: (16, 31),
        },
       ],
      },
      With {
       expression: PropertyAccess {
        expression: Variable {
         identifier: "lib",
         position: (16, 44),
        },
        attribute_path: AttributePath {
         attributes: [
          Raw {
           content: "types",
           position: (16, 48),
          },
         ],
        },
        default: None,
       },
       target: Map {
        bindings: [
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "bindAddress",
             position: (18, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (18, 19),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (19, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Kubernetes proxy listening address.",
                  position: (19, 22),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (20, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "0.0.0.0",
                  position: (20, 18),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (21, 7),
                 },
                ],
               },
               Variable {
                identifier: "str",
                position: (21, 14),
               },
              ),
             ],
             recursive: false,
             position: (18, 28),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "enable",
             position: (24, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkEnableOption",
            position: (24, 14),
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "Kubernetes proxy",
               position: (24, 30),
              },
             ],
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "extraOpts",
             position: (26, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (26, 17),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (27, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Kubernetes proxy extra command line options.",
                  position: (27, 22),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (28, 7),
                 },
                ],
               },
               String {
                parts: [],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (29, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "separatedString",
                 position: (29, 14),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: " ",
                    position: (29, 31),
                   },
                  ],
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (26, 26),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "featureGates",
             position: (32, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (32, 20),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (33, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "List set of feature gates",
                  position: (33, 22),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (34, 7),
                 },
                ],
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "top",
                 position: (34, 17),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "featureGates",
                   position: (34, 21),
                  },
                 ],
                },
                default: None,
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "defaultText",
                  position: (35, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "literalExpression",
                 position: (35, 21),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "config.",
                    position: (35, 40),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "otop",
                      position: (35, 49),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "featureGates",
                        position: (35, 54),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (36, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "listOf",
                 position: (36, 14),
                },
                arguments: [
                 Variable {
                  identifier: "str",
                  position: (36, 21),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (32, 29),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "hostname",
             position: (39, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (39, 16),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (40, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Kubernetes proxy hostname override.",
                  position: (40, 22),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (41, 7),
                 },
                ],
               },
               PropertyAccess {
                expression: Variable {
                 identifier: "config",
                 position: (41, 17),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "networking",
                   position: (41, 24),
                  },
                  Raw {
                   content: "hostName",
                   position: (41, 35),
                  },
                 ],
                },
                default: None,
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "defaultText",
                  position: (42, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "literalExpression",
                 position: (42, 21),
                },
                arguments: [
                 String {
                  parts: [
                   Raw {
                    content: "config.networking.hostName",
                    position: (42, 40),
                   },
                  ],
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (43, 7),
                 },
                ],
               },
               Variable {
                identifier: "str",
                position: (43, 14),
               },
              ),
             ],
             recursive: false,
             position: (39, 25),
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "kubeconfig",
             position: (46, 5),
            },
           ],
          },
          FunctionApplication {
           function: PropertyAccess {
            expression: Variable {
             identifier: "top",
             position: (46, 18),
            },
            attribute_path: AttributePath {
             attributes: [
              Raw {
               content: "lib",
               position: (46, 22),
              },
              Raw {
               content: "mkKubeConfigOptions",
               position: (46, 26),
              },
             ],
            },
            default: None,
           },
           arguments: [
            String {
             parts: [
              Raw {
               content: "Kubernetes proxy",
               position: (46, 47),
              },
             ],
            },
           ],
          },
         ),
         KeyValue(
          AttributePath {
           attributes: [
            Raw {
             content: "verbosity",
             position: (48, 5),
            },
           ],
          },
          FunctionApplication {
           function: Variable {
            identifier: "mkOption",
            position: (48, 17),
           },
           arguments: [
            Map {
             bindings: [
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "description",
                  position: (49, 7),
                 },
                ],
               },
               String {
                parts: [
                 Raw {
                  content: "Optional glog verbosity level for logging statements. See\n<link xlink:href=\"https://github.com/kubernetes/community/blob/master/contributors/devel/logging.md\"/>\n",
                  position: (50, 1),
                 },
                ],
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "default",
                  position: (53, 7),
                 },
                ],
               },
               Variable {
                identifier: "null",
                position: (53, 17),
               },
              ),
              KeyValue(
               AttributePath {
                attributes: [
                 Raw {
                  content: "type",
                  position: (54, 7),
                 },
                ],
               },
               FunctionApplication {
                function: Variable {
                 identifier: "nullOr",
                 position: (54, 14),
                },
                arguments: [
                 Variable {
                  identifier: "int",
                  position: (54, 21),
                 },
                ],
               },
              ),
             ],
             recursive: false,
             position: (48, 26),
            },
           ],
          },
         ),
        ],
        recursive: false,
        position: (16, 55),
       },
       position: (16, 39),
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "config",
         position: (60, 3),
        },
       ],
      },
      FunctionApplication {
       function: Variable {
        identifier: "mkIf",
        position: (60, 12),
       },
       arguments: [
        PropertyAccess {
         expression: Variable {
          identifier: "cfg",
          position: (60, 17),
         },
         attribute_path: AttributePath {
          attributes: [
           Raw {
            content: "enable",
            position: (60, 21),
           },
          ],
         },
         default: None,
        },
        Map {
         bindings: [
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "systemd",
              position: (61, 5),
             },
             Raw {
              content: "services",
              position: (61, 13),
             },
             Raw {
              content: "kube-proxy",
              position: (61, 22),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "description",
                 position: (62, 7),
                },
               ],
              },
              String {
               parts: [
                Raw {
                 content: "Kubernetes Proxy Service",
                 position: (62, 22),
                },
               ],
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "wantedBy",
                 position: (63, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "kubernetes.target",
                   position: (63, 21),
                  },
                 ],
                },
               ],
               position: (63, 18),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "after",
                 position: (64, 7),
                },
               ],
              },
              List {
               elements: [
                String {
                 parts: [
                  Raw {
                   content: "kube-apiserver.service",
                   position: (64, 18),
                  },
                 ],
                },
               ],
               position: (64, 15),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "path",
                 position: (65, 7),
                },
               ],
              },
              With {
               expression: Variable {
                identifier: "pkgs",
                position: (65, 19),
               },
               target: List {
                elements: [
                 Variable {
                  identifier: "iptables",
                  position: (65, 27),
                 },
                 Variable {
                  identifier: "conntrack-tools",
                  position: (65, 36),
                 },
                ],
                position: (65, 25),
               },
               position: (65, 14),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "serviceConfig",
                 position: (66, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Slice",
                    position: (67, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "kubernetes.slice",
                    position: (67, 18),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "ExecStart",
                    position: (68, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "top",
                      position: (68, 25),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "package",
                        position: (68, 29),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "/bin/kube-proxy \\\n          --bind-address=",
                    position: (68, 37),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (69, 28),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "bindAddress",
                        position: (69, 32),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: " \\\n          ",
                    position: (69, 44),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "optionalString",
                      position: (70, 13),
                     },
                     arguments: [
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "top",
                          position: (70, 29),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "clusterCidr",
                            position: (70, 33),
                           },
                          ],
                         },
                         default: None,
                        },
                        Variable {
                         identifier: "null",
                         position: (70, 46),
                        },
                       ],
                       position: (70, 44),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "--cluster-cidr=",
                         position: (71, 14),
                        },
                        Expression {
                         expression: PropertyAccess {
                          expression: Variable {
                           identifier: "top",
                           position: (71, 31),
                          },
                          attribute_path: AttributePath {
                           attributes: [
                            Raw {
                             content: "clusterCidr",
                             position: (71, 35),
                            },
                           ],
                          },
                          default: None,
                         },
                        },
                       ],
                      },
                     ],
                    },
                   },
                   Raw {
                    content: " \\\n          ",
                    position: (71, 49),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "optionalString",
                      position: (72, 13),
                     },
                     arguments: [
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (72, 29),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "featureGates",
                            position: (72, 33),
                           },
                          ],
                         },
                         default: None,
                        },
                        List {
                         elements: [],
                         position: (72, 49),
                        },
                       ],
                       position: (72, 46),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "--feature-gates=",
                         position: (73, 14),
                        },
                        Expression {
                         expression: FunctionApplication {
                          function: Variable {
                           identifier: "concatMapStringsSep",
                           position: (73, 32),
                          },
                          arguments: [
                           String {
                            parts: [
                             Raw {
                              content: ",",
                              position: (73, 53),
                             },
                            ],
                           },
                           Function {
                            argument: Some(
                             "feature",
                            ),
                            arguments: FunctionArguments {
                             arguments: [],
                             ellipsis: false,
                            },
                            definition: String {
                             parts: [
                              Expression {
                               expression: Variable {
                                identifier: "feature",
                                position: (73, 69),
                               },
                              },
                              Raw {
                               content: "=true",
                               position: (73, 77),
                              },
                             ],
                            },
                            position: (73, 57),
                           },
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (73, 85),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "featureGates",
                               position: (73, 89),
                              },
                             ],
                            },
                            default: None,
                           },
                          ],
                         },
                        },
                       ],
                      },
                     ],
                    },
                   },
                   Raw {
                    content: " \\\n          --hostname-override=",
                    position: (73, 104),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (74, 33),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "hostname",
                        position: (74, 37),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: " \\\n          --kubeconfig=",
                    position: (74, 46),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: PropertyAccess {
                      expression: Variable {
                       identifier: "top",
                       position: (75, 26),
                      },
                      attribute_path: AttributePath {
                       attributes: [
                        Raw {
                         content: "lib",
                         position: (75, 30),
                        },
                        Raw {
                         content: "mkKubeConfig",
                         position: (75, 34),
                        },
                       ],
                      },
                      default: None,
                     },
                     arguments: [
                      String {
                       parts: [
                        Raw {
                         content: "kube-proxy",
                         position: (75, 48),
                        },
                       ],
                      },
                      PropertyAccess {
                       expression: Variable {
                        identifier: "cfg",
                        position: (75, 60),
                       },
                       attribute_path: AttributePath {
                        attributes: [
                         Raw {
                          content: "kubeconfig",
                          position: (75, 64),
                         },
                        ],
                       },
                       default: None,
                      },
                     ],
                    },
                   },
                   Raw {
                    content: " \\\n          ",
                    position: (75, 75),
                   },
                   Expression {
                    expression: FunctionApplication {
                     function: Variable {
                      identifier: "optionalString",
                      position: (76, 13),
                     },
                     arguments: [
                      BinaryOperation {
                       operator: NotEqualTo,
                       operands: [
                        PropertyAccess {
                         expression: Variable {
                          identifier: "cfg",
                          position: (76, 29),
                         },
                         attribute_path: AttributePath {
                          attributes: [
                           Raw {
                            content: "verbosity",
                            position: (76, 33),
                           },
                          ],
                         },
                         default: None,
                        },
                        Variable {
                         identifier: "null",
                         position: (76, 46),
                        },
                       ],
                       position: (76, 43),
                      },
                      String {
                       parts: [
                        Raw {
                         content: "--v=",
                         position: (76, 53),
                        },
                        Expression {
                         expression: FunctionApplication {
                          function: Variable {
                           identifier: "toString",
                           position: (76, 59),
                          },
                          arguments: [
                           PropertyAccess {
                            expression: Variable {
                             identifier: "cfg",
                             position: (76, 68),
                            },
                            attribute_path: AttributePath {
                             attributes: [
                              Raw {
                               content: "verbosity",
                               position: (76, 72),
                              },
                             ],
                            },
                            default: None,
                           },
                          ],
                         },
                        },
                       ],
                      },
                     ],
                    },
                   },
                   Raw {
                    content: " \\\n          ",
                    position: (76, 84),
                   },
                   Expression {
                    expression: PropertyAccess {
                     expression: Variable {
                      identifier: "cfg",
                      position: (77, 13),
                     },
                     attribute_path: AttributePath {
                      attributes: [
                       Raw {
                        content: "extraOpts",
                        position: (77, 17),
                       },
                      ],
                     },
                     default: None,
                    },
                   },
                   Raw {
                    content: "\n        ",
                    position: (77, 27),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "WorkingDirectory",
                    position: (79, 9),
                   },
                  ],
                 },
                 PropertyAccess {
                  expression: Variable {
                   identifier: "top",
                   position: (79, 28),
                  },
                  attribute_path: AttributePath {
                   attributes: [
                    Raw {
                     content: "dataDir",
                     position: (79, 32),
                    },
                   ],
                  },
                  default: None,
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "Restart",
                    position: (80, 9),
                   },
                  ],
                 },
                 String {
                  parts: [
                   Raw {
                    content: "on-failure",
                    position: (80, 20),
                   },
                  ],
                 },
                ),
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "RestartSec",
                    position: (81, 9),
                   },
                  ],
                 },
                 Int {
                  value: 5,
                  position: (81, 22),
                 },
                ),
               ],
               recursive: false,
               position: (66, 23),
              },
             ),
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "unitConfig",
                 position: (83, 7),
                },
               ],
              },
              Map {
               bindings: [
                KeyValue(
                 AttributePath {
                  attributes: [
                   Raw {
                    content: "StartLimitIntervalSec",
                    position: (84, 9),
                   },
                  ],
                 },
                 Int {
                  value: 0,
                  position: (84, 33),
                 },
                ),
               ],
               recursive: false,
               position: (83, 20),
              },
             ),
            ],
            recursive: false,
            position: (61, 35),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (88, 5),
             },
             Raw {
              content: "kubernetes",
              position: (88, 14),
             },
             Raw {
              content: "proxy",
              position: (88, 25),
             },
             Raw {
              content: "hostname",
              position: (88, 31),
             },
            ],
           },
           With {
            expression: PropertyAccess {
             expression: Variable {
              identifier: "config",
              position: (88, 47),
             },
             attribute_path: AttributePath {
              attributes: [
               Raw {
                content: "networking",
                position: (88, 54),
               },
              ],
             },
             default: None,
            },
            target: FunctionApplication {
             function: Variable {
              identifier: "mkDefault",
              position: (88, 66),
             },
             arguments: [
              Variable {
               identifier: "hostName",
               position: (88, 76),
              },
             ],
            },
            position: (88, 42),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (90, 5),
             },
             Raw {
              content: "kubernetes",
              position: (90, 14),
             },
             Raw {
              content: "pki",
              position: (90, 25),
             },
             Raw {
              content: "certs",
              position: (90, 29),
             },
            ],
           },
           Map {
            bindings: [
             KeyValue(
              AttributePath {
               attributes: [
                Raw {
                 content: "kubeProxyClient",
                 position: (91, 7),
                },
               ],
              },
              FunctionApplication {
               function: PropertyAccess {
                expression: Variable {
                 identifier: "top",
                 position: (91, 25),
                },
                attribute_path: AttributePath {
                 attributes: [
                  Raw {
                   content: "lib",
                   position: (91, 29),
                  },
                  Raw {
                   content: "mkCert",
                   position: (91, 33),
                  },
                 ],
                },
                default: None,
               },
               arguments: [
                Map {
                 bindings: [
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "name",
                      position: (92, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "kube-proxy-client",
                      position: (92, 17),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "CN",
                      position: (93, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "system:kube-proxy",
                      position: (93, 15),
                     },
                    ],
                   },
                  ),
                  KeyValue(
                   AttributePath {
                    attributes: [
                     Raw {
                      content: "action",
                      position: (94, 9),
                     },
                    ],
                   },
                   String {
                    parts: [
                     Raw {
                      content: "systemctl restart kube-proxy.service",
                      position: (94, 19),
                     },
                    ],
                   },
                  ),
                 ],
                 recursive: false,
                 position: (91, 40),
                },
               ],
              },
             ),
            ],
            recursive: false,
            position: (90, 37),
           },
          ),
          KeyValue(
           AttributePath {
            attributes: [
             Raw {
              content: "services",
              position: (98, 5),
             },
             Raw {
              content: "kubernetes",
              position: (98, 14),
             },
             Raw {
              content: "proxy",
              position: (98, 25),
             },
             Raw {
              content: "kubeconfig",
              position: (98, 31),
             },
             Raw {
              content: "server",
              position: (98, 42),
             },
            ],
           },
           FunctionApplication {
            function: Variable {
             identifier: "mkDefault",
             position: (98, 51),
            },
            arguments: [
             PropertyAccess {
              expression: Variable {
               identifier: "top",
               position: (98, 61),
              },
              attribute_path: AttributePath {
               attributes: [
                Raw {
                 content: "apiserverAddress",
                 position: (98, 65),
                },
               ],
              },
              default: None,
             },
            ],
           },
          ),
         ],
         recursive: false,
         position: (60, 28),
        },
       ],
      },
     ),
     KeyValue(
      AttributePath {
       attributes: [
        Raw {
         content: "meta",
         position: (101, 3),
        },
        Raw {
         content: "buildDocsInSandbox",
         position: (101, 8),
        },
       ],
      },
      Variable {
       identifier: "false",
       position: (101, 29),
      },
     ),
    ],
    recursive: false,
    position: (10, 1),
   },
   position: (5, 1),
  },
  position: (3, 1),
 },
 position: (1, 1),
}