{
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents. Servers may infer this from the endpoint the client submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "properties": {
        "clusterNetwork": {
          "description": "Cluster network configuration",
          "properties": {
            "pods": {
              "description": "The network ranges from which Pod networks are allocated.",
              "properties": {
                "cidrBlocks": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "cidrBlocks"
              ],
              "type": "object",
              "additionalProperties": false
            },
            "serviceDomain": {
              "description": "Domain name for services.",
              "type": "string"
            },
            "services": {
              "description": "The network ranges from which service VIPs are allocated.",
              "properties": {
                "cidrBlocks": {
                  "items": {
                    "type": "string"
                  },
                  "type": "array"
                }
              },
              "required": [
                "cidrBlocks"
              ],
              "type": "object",
              "additionalProperties": false
            }
          },
          "required": [
            "services",
            "pods",
            "serviceDomain"
          ],
          "type": "object",
          "additionalProperties": false
        },
        "providerSpec": {
          "description": "Provider-specific serialized configuration to use during cluster creation. It is recommended that providers maintain their own versioned API types that should be serialized/deserialized from this field.",
          "properties": {
            "value": {
              "description": "Value is an inlined, serialized representation of the resource configuration. It is recommended that providers maintain their own versioned API types that should be serialized/deserialized from this field, akin to component config.",
              "type": "object"
            },
            "valueFrom": {
              "description": "Source for the provider configuration. Cannot be used if value is not empty.",
              "properties": {
                "machineClass": {
                  "description": "The machine class from which the provider config should be sourced.",
                  "properties": {
                    "provider": {
                      "description": "Provider is the name of the cloud-provider which MachineClass is intended for.",
                      "type": "string"
                    }
                  },
                  "type": "object",
                  "additionalProperties": false
                }
              },
              "type": "object",
              "additionalProperties": false
            }
          },
          "type": "object",
          "additionalProperties": false
        }
      },
      "required": [
        "clusterNetwork"
      ],
      "type": "object",
      "additionalProperties": false
    },
    "status": {
      "properties": {
        "apiEndpoints": {
          "description": "APIEndpoint represents the endpoint to communicate with the IP.",
          "items": {
            "properties": {
              "host": {
                "description": "The hostname on which the API server is serving.",
                "type": "string"
              },
              "port": {
                "description": "The port on which the API server is serving.",
                "format": "int64",
                "type": "integer"
              }
            },
            "required": [
              "host",
              "port"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "errorMessage": {
          "description": "If set, indicates that there is a problem reconciling the state, and will be set to a descriptive error message.",
          "type": "string"
        },
        "errorReason": {
          "description": "If set, indicates that there is a problem reconciling the state, and will be set to a token value suitable for programmatic interpretation.",
          "type": "string"
        },
        "providerStatus": {
          "description": "Provider-specific status. It is recommended that providers maintain their own versioned API types that should be serialized/deserialized from this field.",
          "type": "object"
        }
      },
      "type": "object",
      "additionalProperties": false
    }
  }
}
