{
  "description": "NodeTopology describes the VPC network configuration for the cluster.\n\nThis resource is a singleton.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "spec": {
      "description": "NodeTopologySpec is the spec for a NodeTopology resource",
      "type": "object"
    },
    "status": {
      "description": "NodeTopologyStatus is the status for a NodeTopology resource",
      "properties": {
        "conditions": {
          "description": "Conditions contains the latest conditions observed of this Node Tolology\nresource.",
          "items": {
            "description": "PodCondition contains details for the current condition of this Node\nTopology resource.",
            "properties": {
              "lastTransitionTime": {
                "description": "Last time the condition transitioned from one status to another.",
                "format": "date-time",
                "type": "string"
              },
              "message": {
                "description": "A human readable message indicating details about the transition.",
                "type": "string"
              },
              "reason": {
                "description": "The reason for the condition's last transition",
                "type": "string"
              },
              "status": {
                "description": "Status of the condition, one of True, False, Unknown.",
                "type": "string"
              },
              "type": {
                "description": "Type is the type of the condition.",
                "type": "string"
              }
            },
            "required": [
              "status",
              "type"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array",
          "x-kubernetes-list-map-keys": [
            "type"
          ],
          "x-kubernetes-list-type": "map"
        },
        "subnets": {
          "description": "Subnets contains the list of subnets used by the GKE cluster that\ncorresponds to this Node Topology Resource.",
          "items": {
            "description": "SubnetConfig describes the configuration of a GKE subnetwork.",
            "properties": {
              "name": {
                "description": "Name is the short name of the subnetwork.\nMore info: https://cloud.google.com/vpc/docs/subnets",
                "type": "string"
              },
              "subnetPath": {
                "description": "SubnetPath is the fully qualified resource path of this subnet.\nExamples: projects/my-project/regions/us-central1/subnetworks/my-subnet",
                "type": "string"
              }
            },
            "required": [
              "name",
              "subnetPath"
            ],
            "type": "object",
            "additionalProperties": false
          },
          "type": "array"
        },
        "zones": {
          "description": "Zones specifies the current node zones of the GKE cluster that corresponds\nto this NodeTopology Resource.",
          "items": {
            "type": "string"
          },
          "type": "array"
        }
      },
      "required": [
        "subnets",
        "zones"
      ],
      "type": "object",
      "additionalProperties": false
    }
  },
  "type": "object"
}
