{
  "parameters": {
    "key": {
      "type": "string",
      "location": "query",
      "description": "API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token."
    },
    "fields": {
      "description": "Selector specifying which fields to include in a partial response.",
      "location": "query",
      "type": "string"
    },
    "callback": {
      "location": "query",
      "type": "string",
      "description": "JSONP"
    },
    "alt": {
      "type": "string",
      "default": "json",
      "location": "query",
      "description": "Data format for response.",
      "enum": [
        "json",
        "media",
        "proto"
      ],
      "enumDescriptions": [
        "Responses with Content-Type of application/json",
        "Media download with context-dependent Content-Type",
        "Responses with Content-Type of application/x-protobuf"
      ]
    },
    "prettyPrint": {
      "description": "Returns response with indentations and line breaks.",
      "location": "query",
      "default": "true",
      "type": "boolean"
    },
    "access_token": {
      "type": "string",
      "description": "OAuth access token.",
      "location": "query"
    },
    "quotaUser": {
      "type": "string",
      "location": "query",
      "description": "Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters."
    },
    "oauth_token": {
      "type": "string",
      "description": "OAuth 2.0 token for the current user.",
      "location": "query"
    },
    "upload_protocol": {
      "location": "query",
      "description": "Upload protocol for media (e.g. \"raw\", \"multipart\").",
      "type": "string"
    },
    "uploadType": {
      "description": "Legacy upload protocol for media (e.g. \"media\", \"multipart\").",
      "location": "query",
      "type": "string"
    },
    "$.xgafv": {
      "enumDescriptions": [
        "v1 error format",
        "v2 error format"
      ],
      "type": "string",
      "location": "query",
      "description": "V1 error format.",
      "enum": [
        "1",
        "2"
      ]
    }
  },
  "discoveryVersion": "v1",
  "ownerName": "Google",
  "title": "Kubernetes Engine API",
  "auth": {
    "oauth2": {
      "scopes": {
        "https://www.googleapis.com/auth/cloud-platform": {
          "description": "See, edit, configure, and delete your Google Cloud data and see the email address for your Google Account."
        }
      }
    }
  },
  "name": "container",
  "kind": "discovery#restDescription",
  "schemas": {
    "ControlPlaneEgress": {
      "id": "ControlPlaneEgress",
      "properties": {
        "mode": {
          "description": "Defines the mode of control plane egress.",
          "enumDescriptions": [
            "Default value not specified.",
            "Control plane has public IP and no restriction on egress.",
            "No public IP on control plane and only internal allowlisted egress."
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "VIA_CONTROL_PLANE",
            "NONE"
          ],
          "type": "string"
        }
      },
      "type": "object",
      "description": "ControlPlaneEgress defines the settings needed to enable control plane egress control."
    },
    "AcceleratorConfig": {
      "properties": {
        "gpuPartitionSize": {
          "description": "Size of partitions to create on the GPU. Valid values are described in the NVIDIA [mig user guide](https://docs.nvidia.com/datacenter/tesla/mig-user-guide/#partitioning).",
          "type": "string"
        },
        "gpuDriverInstallationConfig": {
          "$ref": "GPUDriverInstallationConfig",
          "description": "The configuration for auto installation of GPU driver."
        },
        "acceleratorCount": {
          "format": "int64",
          "type": "string",
          "description": "The number of the accelerator cards exposed to an instance."
        },
        "gpuSharingConfig": {
          "description": "The configuration for GPU sharing options.",
          "$ref": "GPUSharingConfig"
        },
        "acceleratorType": {
          "type": "string",
          "description": "The accelerator type resource name. List of supported accelerators [here](https://cloud.google.com/compute/docs/gpus)"
        }
      },
      "id": "AcceleratorConfig",
      "description": "AcceleratorConfig represents a Hardware Accelerator request.",
      "type": "object"
    },
    "UsableSubnetwork": {
      "description": "UsableSubnetwork resource returns the subnetwork name, its associated network and the primary CIDR range.",
      "properties": {
        "statusMessage": {
          "description": "A human readable status message representing the reasons for cases where the caller cannot use the secondary ranges under the subnet. For example if the secondary_ip_ranges is empty due to a permission issue, an insufficient permission message will be given by status_message.",
          "type": "string"
        },
        "subnetwork": {
          "description": "Subnetwork Name. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet",
          "type": "string"
        },
        "network": {
          "description": "Network Name. Example: projects/my-project/global/networks/my-network",
          "type": "string"
        },
        "secondaryIpRanges": {
          "items": {
            "$ref": "UsableSubnetworkSecondaryRange"
          },
          "description": "Secondary IP ranges.",
          "type": "array"
        },
        "ipCidrRange": {
          "description": "The range of internal addresses that are owned by this subnetwork.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "UsableSubnetwork"
    },
    "RegistryHeader": {
      "type": "object",
      "properties": {
        "value": {
          "description": "Value configures the header value.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "key": {
          "type": "string",
          "description": "Key configures the header key."
        }
      },
      "id": "RegistryHeader",
      "description": "RegistryHeader configures headers for the registry."
    },
    "PodSnapshotConfig": {
      "description": "PodSnapshotConfig is the configuration for GKE Pod Snapshots feature.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether or not the Pod Snapshots feature is enabled."
        }
      },
      "id": "PodSnapshotConfig",
      "type": "object"
    },
    "NodeKubeletConfig": {
      "id": "NodeKubeletConfig",
      "properties": {
        "evictionSoft": {
          "$ref": "EvictionSignals",
          "description": "Optional. eviction_soft is a map of signal names to quantities that defines soft eviction thresholds. Each signal is compared to its corresponding threshold to determine if a pod eviction should occur."
        },
        "shutdownGracePeriodCriticalPodsSeconds": {
          "description": "Optional. shutdown_grace_period_critical_pods_seconds is the maximum allowed grace period (in seconds) used to terminate critical pods during a node shutdown. This value should be \u003c= shutdown_grace_period_seconds, and is only valid if shutdown_grace_period_seconds is set. https://kubernetes.io/docs/concepts/cluster-administration/node-shutdown/ Range: [0, 120].",
          "type": "integer",
          "format": "int32"
        },
        "podPidsLimit": {
          "format": "int64",
          "type": "string",
          "description": "Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304."
        },
        "allowedUnsafeSysctls": {
          "type": "array",
          "description": "Optional. Defines a comma-separated allowlist of unsafe sysctls or sysctl patterns (ending in `*`). The unsafe namespaced sysctl groups are `kernel.shm*`, `kernel.msg*`, `kernel.sem`, `fs.mqueue.*`, and `net.*`. Leaving this allowlist empty means they cannot be set on Pods. To allow certain sysctls or sysctl patterns to be set on Pods, list them separated by commas. For example: `kernel.msg*,net.ipv4.route.min_pmtu`. See https://kubernetes.io/docs/tasks/administer-cluster/sysctl-cluster/ for more details.",
          "items": {
            "type": "string"
          }
        },
        "imageMinimumGcAge": {
          "description": "Optional. Defines the minimum age for an unused image before it is garbage collected. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300s\", \"1.5h\", and \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration less than or equal to 2 minutes. The default value is \"2m0s\" if unspecified.",
          "type": "string"
        },
        "evictionMinimumReclaim": {
          "description": "Optional. eviction_minimum_reclaim is a map of signal names to quantities that defines minimum reclaims, which describe the minimum amount of a given resource the kubelet will reclaim when performing a pod eviction while that resource is under pressure.",
          "$ref": "EvictionMinimumReclaim"
        },
        "cpuCfsQuotaPeriod": {
          "description": "Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration between 1ms and 1 second, inclusive.",
          "type": "string"
        },
        "singleProcessOomKill": {
          "description": "Optional. Defines whether to enable single process OOM killer. If true, will prevent the memory.oom.group flag from being set for container cgroups in cgroups v2. This causes processes in the container to be OOM killed individually instead of as a group.",
          "type": "boolean"
        },
        "containerLogMaxSize": {
          "description": "Optional. Defines the maximum size of the container log file before it is rotated. See https://kubernetes.io/docs/concepts/cluster-administration/logging/#log-rotation Valid format is positive number + unit, e.g. 100Ki, 10Mi. Valid units are Ki, Mi, Gi. The value must be between 10Mi and 500Mi, inclusive. Note that the total container log size (container_log_max_size * container_log_max_files) cannot exceed 1% of the total storage of the node, to avoid disk pressure caused by log files. The default value is 10Mi if unspecified.",
          "type": "string"
        },
        "topologyManager": {
          "$ref": "TopologyManager",
          "description": "Optional. Controls Topology Manager configuration on the node. For more information, see: https://kubernetes.io/docs/tasks/administer-cluster/topology-manager/"
        },
        "imageGcLowThresholdPercent": {
          "description": "Optional. Defines the percent of disk usage before which image garbage collection is never run. Lowest disk usage to garbage collect to. The percent is calculated as this field value out of 100. The value must be between 10 and 85, inclusive and smaller than image_gc_high_threshold_percent. The default value is 80 if unspecified.",
          "type": "integer",
          "format": "int32"
        },
        "insecureKubeletReadonlyPortEnabled": {
          "type": "boolean",
          "description": "Enable or disable Kubelet read only port."
        },
        "containerLogMaxFiles": {
          "description": "Optional. Defines the maximum number of container log files that can be present for a container. See https://kubernetes.io/docs/concepts/cluster-administration/logging/#log-rotation The value must be an integer between 2 and 10, inclusive. The default value is 5 if unspecified.",
          "type": "integer",
          "format": "int32"
        },
        "maxParallelImagePulls": {
          "type": "integer",
          "description": "Optional. Defines the maximum number of image pulls in parallel. The range is 2 to 5, inclusive. The default value is 2 or 3 depending on the disk type. See https://kubernetes.io/docs/concepts/containers/images/#maximum-parallel-image-pulls for more details.",
          "format": "int32"
        },
        "imageGcHighThresholdPercent": {
          "format": "int32",
          "description": "Optional. Defines the percent of disk usage after which image garbage collection is always run. The percent is calculated as this field value out of 100. The value must be between 10 and 85, inclusive and greater than image_gc_low_threshold_percent. The default value is 85 if unspecified.",
          "type": "integer"
        },
        "imageMaximumGcAge": {
          "type": "string",
          "description": "Optional. Defines the maximum age an image can be unused before it is garbage collected. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300s\", \"1.5h\", and \"2h45m\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". The value must be a positive duration greater than image_minimum_gc_age or \"0s\". The default value is \"0s\" if unspecified, which disables this field, meaning images won't be garbage collected based on being unused for too long."
        },
        "cpuCfsQuota": {
          "description": "Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is 'true' if unspecified.",
          "type": "boolean"
        },
        "cpuManagerPolicy": {
          "description": "Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * \"none\": the default, which represents the existing scheduling behavior. * \"static\": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.",
          "type": "string"
        },
        "crashLoopBackOff": {
          "description": "Optional. Contains configuration options to modify node-level parameters for container restart behavior.",
          "$ref": "CrashLoopBackOffConfig"
        },
        "evictionSoftGracePeriod": {
          "$ref": "EvictionGracePeriod",
          "description": "Optional. eviction_soft_grace_period is a map of signal names to quantities that defines grace periods for each soft eviction signal. The grace period is the amount of time that a pod must be under pressure before an eviction occurs."
        },
        "evictionMaxPodGracePeriodSeconds": {
          "type": "integer",
          "format": "int32",
          "description": "Optional. eviction_max_pod_grace_period_seconds is the maximum allowed grace period (in seconds) to use when terminating pods in response to a soft eviction threshold being met. This value effectively caps the Pod's terminationGracePeriodSeconds value during soft evictions. Default: 0. Range: [0, 300]."
        },
        "memoryManager": {
          "$ref": "MemoryManager",
          "description": "Optional. Controls NUMA-aware Memory Manager configuration on the node. For more information, see: https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/"
        },
        "shutdownGracePeriodSeconds": {
          "format": "int32",
          "description": "Optional. shutdown_grace_period_seconds is the maximum allowed grace period (in seconds) the total duration that the node should delay the shutdown during a graceful shutdown. This is the total grace period for pod termination for both regular and critical pods. https://kubernetes.io/docs/concepts/cluster-administration/node-shutdown/ If set to 0, node will not enable the graceful node shutdown functionality. This field is only valid for Spot VMs. Allowed values: 0, 30, 120.",
          "type": "integer"
        }
      },
      "description": "Node kubelet configs.",
      "type": "object"
    },
    "GPUSharingConfig": {
      "description": "GPUSharingConfig represents the GPU sharing configuration for Hardware Accelerators.",
      "type": "object",
      "properties": {
        "gpuSharingStrategy": {
          "description": "The type of GPU sharing strategy to enable on the GPU node.",
          "enumDescriptions": [
            "Default value.",
            "GPUs are time-shared between containers.",
            "GPUs are shared between containers with NVIDIA MPS."
          ],
          "type": "string",
          "enum": [
            "GPU_SHARING_STRATEGY_UNSPECIFIED",
            "TIME_SHARING",
            "MPS"
          ]
        },
        "maxSharedClientsPerGpu": {
          "format": "int64",
          "type": "string",
          "description": "The max number of containers that can share a physical GPU."
        }
      },
      "id": "GPUSharingConfig"
    },
    "MeshCertificates": {
      "description": "Configuration for issuance of mTLS keys and certificates to Kubernetes pods.",
      "type": "object",
      "id": "MeshCertificates",
      "properties": {
        "enableCertificates": {
          "description": "enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).",
          "type": "boolean"
        }
      }
    },
    "GetOpenIDConfigResponse": {
      "properties": {
        "jwks_uri": {
          "description": "JSON Web Key uri.",
          "type": "string"
        },
        "id_token_signing_alg_values_supported": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "supported ID Token signing Algorithms."
        },
        "issuer": {
          "description": "OIDC Issuer.",
          "type": "string"
        },
        "claims_supported": {
          "items": {
            "type": "string"
          },
          "description": "Supported claims.",
          "type": "array"
        },
        "cacheHeader": {
          "$ref": "HttpCacheControlResponseHeader",
          "description": "For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header."
        },
        "response_types_supported": {
          "items": {
            "type": "string"
          },
          "description": "Supported response types.",
          "type": "array"
        },
        "subject_types_supported": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Supported subject types."
        },
        "grant_types": {
          "description": "Supported grant types.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "id": "GetOpenIDConfigResponse",
      "description": "GetOpenIDConfigResponse is an OIDC discovery document for the cluster. See the OpenID Connect Discovery 1.0 specification for details."
    },
    "Jwk": {
      "id": "Jwk",
      "type": "object",
      "properties": {
        "y": {
          "description": "Used for ECDSA keys.",
          "type": "string"
        },
        "kty": {
          "type": "string",
          "description": "Key Type."
        },
        "alg": {
          "type": "string",
          "description": "Algorithm."
        },
        "crv": {
          "description": "Used for ECDSA keys.",
          "type": "string"
        },
        "e": {
          "type": "string",
          "description": "Used for RSA keys."
        },
        "use": {
          "description": "Permitted uses for the public keys.",
          "type": "string"
        },
        "n": {
          "description": "Used for RSA keys.",
          "type": "string"
        },
        "kid": {
          "description": "Key ID.",
          "type": "string"
        },
        "x": {
          "type": "string",
          "description": "Used for ECDSA keys."
        }
      },
      "description": "Jwk is a JSON Web Key as specified in RFC 7517"
    },
    "DnsCacheConfig": {
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether NodeLocal DNSCache is enabled for this cluster."
        }
      },
      "type": "object",
      "id": "DnsCacheConfig",
      "description": "Configuration for NodeLocal DNSCache"
    },
    "WorkloadMetadataConfig": {
      "type": "object",
      "id": "WorkloadMetadataConfig",
      "properties": {
        "mode": {
          "enum": [
            "MODE_UNSPECIFIED",
            "GCE_METADATA",
            "GKE_METADATA"
          ],
          "description": "Mode is the configuration for how to expose metadata to workloads running on the node pool.",
          "enumDescriptions": [
            "Not set.",
            "Expose all Compute Engine metadata to pods.",
            "Run the GKE Metadata Server on this node. The GKE Metadata Server exposes a metadata API to workloads that is compatible with the V1 Compute Metadata APIs exposed by the Compute Engine and App Engine Metadata Servers. This feature can only be enabled if Workload Identity is enabled at the cluster level."
          ],
          "type": "string"
        }
      },
      "description": "WorkloadMetadataConfig defines the metadata configuration to expose to workloads on the node pool."
    },
    "EphemeralLocalSsdProfile": {
      "properties": {
        "swapSizeGib": {
          "description": "Specifies the size of the swap space in gibibytes (GiB).",
          "format": "int64",
          "type": "string"
        },
        "swapSizePercent": {
          "format": "int32",
          "description": "Specifies the size of the swap space as a percentage of the ephemeral local SSD capacity.",
          "type": "integer"
        }
      },
      "id": "EphemeralLocalSsdProfile",
      "description": "Swap on the local SSD shared with pod ephemeral storage.",
      "type": "object"
    },
    "DNSEndpointConfig": {
      "properties": {
        "enableK8sTokensViaDns": {
          "description": "Controls whether the k8s token auth is allowed via DNS.",
          "type": "boolean"
        },
        "enableK8sCertsViaDns": {
          "description": "Controls whether the k8s certs auth is allowed via DNS.",
          "type": "boolean"
        },
        "endpoint": {
          "type": "string",
          "description": "Output only. The cluster's DNS endpoint configuration. A DNS format address. This is accessible from the public internet. Ex: uid.us-central1.gke.goog. Always present, but the behavior may change according to the value of DNSEndpointConfig.allow_external_traffic.",
          "readOnly": true
        },
        "allowExternalTraffic": {
          "description": "Controls whether user traffic is allowed over this endpoint. Note that Google-managed services may still use the endpoint even if this is false.",
          "type": "boolean"
        }
      },
      "description": "Describes the configuration of a DNS endpoint.",
      "id": "DNSEndpointConfig",
      "type": "object"
    },
    "RayClusterLoggingConfig": {
      "id": "RayClusterLoggingConfig",
      "description": "RayClusterLoggingConfig specifies configuration of Ray logging.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Enable log collection for Ray clusters."
        }
      },
      "type": "object"
    },
    "NodeAffinity": {
      "properties": {
        "values": {
          "items": {
            "type": "string"
          },
          "description": "Values for NodeAffinity.",
          "type": "array"
        },
        "operator": {
          "enum": [
            "OPERATOR_UNSPECIFIED",
            "IN",
            "NOT_IN"
          ],
          "description": "Operator for NodeAffinity.",
          "enumDescriptions": [
            "Invalid or unspecified affinity operator.",
            "Affinity operator.",
            "Anti-affinity operator."
          ],
          "type": "string"
        },
        "key": {
          "description": "Key for NodeAffinity.",
          "type": "string"
        }
      },
      "id": "NodeAffinity",
      "description": "Specifies the NodeAffinity key, values, and affinity operator according to [shared sole tenant node group affinities](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes#node_affinity_and_anti-affinity).",
      "type": "object"
    },
    "ReleaseChannel": {
      "properties": {
        "channel": {
          "type": "string",
          "description": "channel specifies which release channel the cluster is subscribed to.",
          "enum": [
            "UNSPECIFIED",
            "RAPID",
            "REGULAR",
            "STABLE",
            "EXTENDED"
          ],
          "enumDescriptions": [
            "No channel specified.",
            "RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs.",
            "Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features.",
            "Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production.",
            "Clusters subscribed to EXTENDED receive extended support and availability for versions which are known to be stable and reliable in production."
          ]
        }
      },
      "id": "ReleaseChannel",
      "type": "object",
      "description": "ReleaseChannel indicates which release channel a cluster is subscribed to. Release channels are arranged in order of risk. When a cluster is subscribed to a release channel, Google maintains both the master version and the node version. Node auto-upgrade defaults to true and cannot be disabled."
    },
    "SetNetworkPolicyRequest": {
      "properties": {
        "clusterId": {
          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster name) of the cluster to set networking policy. Specified in the format `projects/*/locations/*/clusters/*`."
        },
        "zone": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
        },
        "networkPolicy": {
          "$ref": "NetworkPolicy",
          "description": "Required. Configuration options for the NetworkPolicy feature."
        }
      },
      "type": "object",
      "id": "SetNetworkPolicyRequest",
      "description": "SetNetworkPolicyRequest enables/disables network policy for a cluster."
    },
    "AccurateTimeConfig": {
      "type": "object",
      "description": "AccurateTimeConfig contains configuration for the accurate time synchronization feature.",
      "properties": {
        "enablePtpKvmTimeSync": {
          "type": "boolean",
          "description": "Enables enhanced time synchronization using PTP-KVM."
        }
      },
      "id": "AccurateTimeConfig"
    },
    "NetworkPerformanceConfig": {
      "type": "object",
      "id": "NetworkPerformanceConfig",
      "properties": {
        "totalEgressBandwidthTier": {
          "enumDescriptions": [
            "Default value",
            "Higher bandwidth, actual values based on VM size."
          ],
          "type": "string",
          "description": "Specifies the total network bandwidth tier for the NodePool.",
          "enum": [
            "TIER_UNSPECIFIED",
            "TIER_1"
          ]
        }
      },
      "description": "Configuration of all network bandwidth tiers"
    },
    "EncryptionConfig": {
      "type": "object",
      "description": "Defines encryption settings for the swap space.",
      "id": "EncryptionConfig",
      "properties": {
        "disabled": {
          "type": "boolean",
          "description": "Optional. If true, swap space will not be encrypted. Defaults to false (encrypted)."
        }
      }
    },
    "AdditionalNodeNetworkConfig": {
      "properties": {
        "network": {
          "type": "string",
          "description": "Name of the VPC where the additional interface belongs"
        },
        "subnetwork": {
          "description": "Name of the subnetwork where the additional interface belongs",
          "type": "string"
        }
      },
      "type": "object",
      "id": "AdditionalNodeNetworkConfig",
      "description": "AdditionalNodeNetworkConfig is the configuration for additional node networks within the NodeNetworkConfig message"
    },
    "DNSConfig": {
      "id": "DNSConfig",
      "type": "object",
      "properties": {
        "additiveVpcScopeDnsDomain": {
          "description": "Optional. The domain used in Additive VPC scope.",
          "type": "string"
        },
        "clusterDnsScope": {
          "enum": [
            "DNS_SCOPE_UNSPECIFIED",
            "CLUSTER_SCOPE",
            "VPC_SCOPE"
          ],
          "description": "cluster_dns_scope indicates the scope of access to cluster DNS records.",
          "type": "string",
          "enumDescriptions": [
            "Default value, will be inferred as cluster scope.",
            "DNS records are accessible from within the cluster.",
            "DNS records are accessible from within the VPC."
          ]
        },
        "clusterDnsDomain": {
          "description": "cluster_dns_domain is the suffix used for all cluster service records.",
          "type": "string"
        },
        "clusterDns": {
          "description": "cluster_dns indicates which in-cluster DNS provider should be used.",
          "type": "string",
          "enum": [
            "PROVIDER_UNSPECIFIED",
            "PLATFORM_DEFAULT",
            "CLOUD_DNS",
            "KUBE_DNS"
          ],
          "enumDescriptions": [
            "Default value",
            "Use GKE default DNS provider(kube-dns) for DNS resolution.",
            "Use CloudDNS for DNS resolution.",
            "Use KubeDNS for DNS resolution."
          ]
        }
      },
      "description": "DNSConfig contains the desired set of options for configuring clusterDNS."
    },
    "GcsFuseCsiDriverConfig": {
      "id": "GcsFuseCsiDriverConfig",
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the Cloud Storage Fuse CSI driver is enabled for this cluster."
        }
      },
      "description": "Configuration for the Cloud Storage Fuse CSI driver."
    },
    "SecurityBulletinEvent": {
      "id": "SecurityBulletinEvent",
      "description": "SecurityBulletinEvent is a notification sent to customers when a security bulletin has been posted that they are vulnerable to.",
      "properties": {
        "suggestedUpgradeTarget": {
          "description": "This represents a version selected from the patched_versions field that the cluster receiving this notification should most likely want to upgrade to based on its current version. Note that if this notification is being received by a given cluster, it means that this version is currently available as an upgrade target in that cluster's location.",
          "type": "string"
        },
        "manualStepsRequired": {
          "type": "boolean",
          "description": "If this field is specified, it means there are manual steps that the user must take to make their clusters safe."
        },
        "mitigatedVersions": {
          "type": "array",
          "description": "The GKE versions where this vulnerability is mitigated.",
          "items": {
            "type": "string"
          }
        },
        "bulletinId": {
          "type": "string",
          "description": "The ID of the bulletin corresponding to the vulnerability."
        },
        "bulletinUri": {
          "description": "The URI link to the bulletin on the website for more information.",
          "type": "string"
        },
        "cveIds": {
          "items": {
            "type": "string"
          },
          "description": "The CVEs associated with this bulletin.",
          "type": "array"
        },
        "briefDescription": {
          "type": "string",
          "description": "A brief description of the bulletin. See the bulletin pointed to by the bulletin_uri field for an expanded description."
        },
        "affectedSupportedMinors": {
          "items": {
            "type": "string"
          },
          "description": "The GKE minor versions affected by this vulnerability.",
          "type": "array"
        },
        "severity": {
          "description": "The severity of this bulletin as it relates to GKE.",
          "type": "string"
        },
        "patchedVersions": {
          "items": {
            "type": "string"
          },
          "description": "The GKE versions where this vulnerability is patched.",
          "type": "array"
        },
        "resourceTypeAffected": {
          "description": "The resource type (node/control plane) that has the vulnerability. Multiple notifications (1 notification per resource type) will be sent for a vulnerability that affects \u003e 1 resource type.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "SecondaryBootDisk": {
      "description": "SecondaryBootDisk represents a persistent disk attached to a node with special configurations based on its mode.",
      "type": "object",
      "id": "SecondaryBootDisk",
      "properties": {
        "diskImage": {
          "description": "Fully-qualified resource ID for an existing disk image.",
          "type": "string"
        },
        "mode": {
          "enumDescriptions": [
            "MODE_UNSPECIFIED is when mode is not set.",
            "CONTAINER_IMAGE_CACHE is for using the secondary boot disk as a container image cache."
          ],
          "type": "string",
          "description": "Disk mode (container image cache, etc.)",
          "enum": [
            "MODE_UNSPECIFIED",
            "CONTAINER_IMAGE_CACHE"
          ]
        }
      }
    },
    "PodCIDROverprovisionConfig": {
      "properties": {
        "disable": {
          "description": "Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "PodCIDROverprovisionConfig",
      "description": "[PRIVATE FIELD] Config for pod CIDR size overprovisioning."
    },
    "UpgradeEvent": {
      "properties": {
        "operationStartTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The time when the operation was started."
        },
        "resourceType": {
          "enum": [
            "UPGRADE_RESOURCE_TYPE_UNSPECIFIED",
            "MASTER",
            "NODE_POOL"
          ],
          "enumDescriptions": [
            "Default value. This shouldn't be used.",
            "Master / control plane",
            "Node pool"
          ],
          "type": "string",
          "description": "The resource type that is upgrading."
        },
        "resource": {
          "type": "string",
          "description": "Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool."
        },
        "currentVersion": {
          "description": "The current version before the upgrade.",
          "type": "string"
        },
        "targetVersion": {
          "description": "The target version for the upgrade.",
          "type": "string"
        },
        "operation": {
          "type": "string",
          "description": "The operation associated with this upgrade."
        }
      },
      "id": "UpgradeEvent",
      "description": "UpgradeEvent is a notification sent to customers by the cluster server when a resource is upgrading.",
      "type": "object"
    },
    "PrivateRegistryAccessConfig": {
      "properties": {
        "enabled": {
          "description": "Private registry access is enabled.",
          "type": "boolean"
        },
        "certificateAuthorityDomainConfig": {
          "description": "Private registry access configuration.",
          "items": {
            "$ref": "CertificateAuthorityDomainConfig"
          },
          "type": "array"
        }
      },
      "type": "object",
      "id": "PrivateRegistryAccessConfig",
      "description": "PrivateRegistryAccessConfig contains access configuration for private container registries."
    },
    "MaintenanceWindow": {
      "id": "MaintenanceWindow",
      "type": "object",
      "properties": {
        "recurringWindow": {
          "description": "RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.",
          "$ref": "RecurringTimeWindow"
        },
        "dailyMaintenanceWindow": {
          "description": "DailyMaintenanceWindow specifies a daily maintenance operation window.",
          "$ref": "DailyMaintenanceWindow"
        },
        "maintenanceExclusions": {
          "additionalProperties": {
            "$ref": "TimeWindow"
          },
          "type": "object",
          "description": "Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows."
        }
      },
      "description": "MaintenanceWindow defines the maintenance window to be used for the cluster."
    },
    "ManagedPrometheusConfig": {
      "id": "ManagedPrometheusConfig",
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Enable Managed Collection."
        },
        "autoMonitoringConfig": {
          "$ref": "AutoMonitoringConfig",
          "description": "GKE Workload Auto-Monitoring Configuration."
        }
      },
      "description": "ManagedPrometheusConfig defines the configuration for Google Cloud Managed Service for Prometheus."
    },
    "ConfidentialNodes": {
      "id": "ConfidentialNodes",
      "description": "ConfidentialNodes is configuration for the confidential nodes feature, which makes nodes run on confidential VMs.",
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Whether Confidential Nodes feature is enabled.",
          "type": "boolean"
        },
        "confidentialInstanceType": {
          "enumDescriptions": [
            "No type specified. Do not use this value.",
            "AMD Secure Encrypted Virtualization.",
            "AMD Secure Encrypted Virtualization - Secure Nested Paging.",
            "Intel Trust Domain eXtension."
          ],
          "description": "Defines the type of technology used by the confidential node.",
          "enum": [
            "CONFIDENTIAL_INSTANCE_TYPE_UNSPECIFIED",
            "SEV",
            "SEV_SNP",
            "TDX"
          ],
          "type": "string"
        }
      }
    },
    "CreateNodePoolRequest": {
      "type": "object",
      "id": "CreateNodePoolRequest",
      "properties": {
        "parent": {
          "type": "string",
          "description": "The parent (project, location, cluster name) where the node pool will be created. Specified in the format `projects/*/locations/*/clusters/*`."
        },
        "zone": {
          "type": "string",
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.",
          "deprecated": true
        },
        "clusterId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field."
        },
        "projectId": {
          "deprecated": true,
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
          "type": "string"
        },
        "nodePool": {
          "$ref": "NodePool",
          "description": "Required. The node pool to create."
        }
      },
      "description": "CreateNodePoolRequest creates a node pool for a cluster."
    },
    "ConfigConnectorConfig": {
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Whether Cloud Connector is enabled for this cluster.",
          "type": "boolean"
        }
      },
      "description": "Configuration options for the Config Connector add-on.",
      "id": "ConfigConnectorConfig"
    },
    "AnonymousAuthenticationConfig": {
      "properties": {
        "mode": {
          "enum": [
            "MODE_UNSPECIFIED",
            "ENABLED",
            "LIMITED"
          ],
          "description": "Defines the mode of limiting anonymous access in the cluster.",
          "enumDescriptions": [
            "Default value not specified.",
            "Anonymous authentication is allowed for all endpoints.",
            "Anonymous authentication is allowed for only health check endpoints."
          ],
          "type": "string"
        }
      },
      "description": "AnonymousAuthenticationConfig defines the settings needed to limit endpoints that allow anonymous authentication.",
      "type": "object",
      "id": "AnonymousAuthenticationConfig"
    },
    "ConsumptionMeteringConfig": {
      "id": "ConsumptionMeteringConfig",
      "type": "object",
      "description": "Parameters for controlling consumption metering.",
      "properties": {
        "enabled": {
          "description": "Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.",
          "type": "boolean"
        }
      }
    },
    "CrashLoopBackOffConfig": {
      "description": "Contains config to modify node-level parameters for container restart behavior.",
      "id": "CrashLoopBackOffConfig",
      "type": "object",
      "properties": {
        "maxContainerRestartPeriod": {
          "type": "string",
          "description": "Optional. The maximum duration the backoff delay can accrue to for container restarts, minimum 1 second, maximum 300 seconds. If not set, defaults to the internal crashloopbackoff maximum. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as \"300ms\". Valid time units are \"ns\", \"us\" (or \"µs\"), \"ms\", \"s\", \"m\", \"h\". See https://kubernetes.io/docs/concepts/workloads/pods/pod-lifecycle/#configurable-container-restart-delay for more details."
        }
      }
    },
    "GatewayAPIConfig": {
      "properties": {
        "channel": {
          "type": "string",
          "enumDescriptions": [
            "Default value.",
            "Gateway API support is disabled",
            "Deprecated: use CHANNEL_STANDARD instead. Gateway API support is enabled, experimental CRDs are installed",
            "Gateway API support is enabled, standard CRDs are installed"
          ],
          "description": "The Gateway API release channel to use for Gateway API.",
          "enumDeprecated": [
            false,
            false,
            true,
            false
          ],
          "enum": [
            "CHANNEL_UNSPECIFIED",
            "CHANNEL_DISABLED",
            "CHANNEL_EXPERIMENTAL",
            "CHANNEL_STANDARD"
          ]
        }
      },
      "description": "GatewayAPIConfig contains the desired config of Gateway API on this cluster.",
      "id": "GatewayAPIConfig",
      "type": "object"
    },
    "VirtualNIC": {
      "type": "object",
      "description": "Configuration of gVNIC feature.",
      "id": "VirtualNIC",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether gVNIC features are enabled in the node pool."
        }
      }
    },
    "PrivateClusterMasterGlobalAccessConfig": {
      "type": "object",
      "id": "PrivateClusterMasterGlobalAccessConfig",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whenever master is accessible globally or not."
        }
      },
      "description": "Configuration for controlling master global access settings."
    },
    "DisruptionEvent": {
      "type": "object",
      "properties": {
        "pdbBlockedPod": {
          "description": "The pods whose evictions are blocked by PDB. This field is set for both POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event.",
          "type": "array",
          "items": {
            "$ref": "PdbBlockedPod"
          }
        },
        "pdbBlockedNode": {
          "type": "string",
          "description": "The node whose drain is blocked by PDB. This field is set for both POD_PDB_VIOLATION and POD_NOT_ENOUGH_PDB event."
        },
        "disruptionType": {
          "enumDescriptions": [
            "DISRUPTION_TYPE_UNSPECIFIED indicates the disruption type is unspecified.",
            "POD_NOT_ENOUGH_PDB indicates there are still running pods on the node during node drain because their evictions are blocked by PDB.",
            "POD_PDB_VIOLATION indicates that there are force pod evictions during node drain which violate the PDB."
          ],
          "type": "string",
          "description": "The type of the disruption event.",
          "enum": [
            "DISRUPTION_TYPE_UNSPECIFIED",
            "POD_NOT_ENOUGH_PDB",
            "POD_PDB_VIOLATION"
          ]
        },
        "pdbViolationTimeout": {
          "format": "google-duration",
          "description": "The timeout in seconds for which the node drain is blocked by PDB. After this timeout, pods are forcefully evicted. This field is only populated when event_type is POD_PDB_VIOLATION.",
          "type": "string"
        }
      },
      "id": "DisruptionEvent",
      "description": "DisruptionEvent is a notification sent to customers about the disruption event of a resource."
    },
    "AdditionalPodRangesConfig": {
      "description": "AdditionalPodRangesConfig is the configuration for additional pod secondary ranges supporting the ClusterUpdate message.",
      "properties": {
        "podRangeInfo": {
          "description": "Output only. Information for additional pod range.",
          "readOnly": true,
          "items": {
            "$ref": "RangeInfo"
          },
          "type": "array"
        },
        "podRangeNames": {
          "description": "Name for pod secondary ipv4 range which has the actual range defined ahead.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "type": "object",
      "id": "AdditionalPodRangesConfig"
    },
    "DedicatedLocalSsdProfile": {
      "type": "object",
      "properties": {
        "diskCount": {
          "description": "The number of physical local NVMe SSD disks to attach.",
          "type": "string",
          "format": "int64"
        }
      },
      "description": "Provisions a new, separate local NVMe SSD exclusively for swap.",
      "id": "DedicatedLocalSsdProfile"
    },
    "ShieldedNodes": {
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether Shielded Nodes features are enabled on all nodes in this cluster."
        }
      },
      "id": "ShieldedNodes",
      "type": "object",
      "description": "Configuration of Shielded Nodes feature."
    },
    "NodeKernelModuleLoading": {
      "id": "NodeKernelModuleLoading",
      "description": "Configuration for kernel module loading on nodes.",
      "properties": {
        "policy": {
          "enumDescriptions": [
            "Default behavior. GKE selects the image based on node type. For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not.",
            "Enforced signature verification: Node pools will use a Container-Optimized OS image configured to allow loading of *Google-signed* external kernel modules. Loadpin is enabled but configured to exclude modules, and kernel module signature checking is enforced.",
            "Mirrors existing DEFAULT behavior: For CPU and TPU nodes, the image will not allow loading external kernel modules. For GPU nodes, the image will allow loading any module, whether it is signed or not."
          ],
          "enum": [
            "POLICY_UNSPECIFIED",
            "ENFORCE_SIGNED_MODULES",
            "DO_NOT_ENFORCE_SIGNED_MODULES"
          ],
          "type": "string",
          "description": "Set the node module loading policy for nodes in the node pool."
        }
      },
      "type": "object"
    },
    "MaxPodsConstraint": {
      "id": "MaxPodsConstraint",
      "properties": {
        "maxPodsPerNode": {
          "format": "int64",
          "description": "Constraint enforced on the max num of pods per node.",
          "type": "string"
        }
      },
      "description": "Constraints applied to pods.",
      "type": "object"
    },
    "DefaultComputeClassConfig": {
      "description": "DefaultComputeClassConfig defines default compute class configuration.",
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Enables default compute class.",
          "type": "boolean"
        }
      },
      "id": "DefaultComputeClassConfig"
    },
    "PdbBlockedPod": {
      "type": "object",
      "description": "The namespace/name of the pod whose eviction is blocked by PDB.",
      "properties": {
        "namespace": {
          "description": "The namespace of the pod.",
          "type": "string"
        },
        "name": {
          "description": "The name of the pod.",
          "type": "string"
        }
      },
      "id": "PdbBlockedPod"
    },
    "ClusterUpdate": {
      "id": "ClusterUpdate",
      "description": "ClusterUpdate describes an update to the cluster. Exactly one update can be applied to a cluster with each request, so at most one field can be provided.",
      "properties": {
        "desiredEnableCiliumClusterwideNetworkPolicy": {
          "description": "Enable/Disable Cilium Clusterwide Network Policy for the cluster.",
          "type": "boolean"
        },
        "desiredResourceUsageExportConfig": {
          "description": "The desired configuration for exporting resource usage.",
          "$ref": "ResourceUsageExportConfig"
        },
        "desiredClusterAutoscaling": {
          "$ref": "ClusterAutoscaling",
          "description": "Cluster-level autoscaling configuration."
        },
        "desiredControlPlaneEgress": {
          "description": "The desired control plane egress control config for the cluster.",
          "$ref": "ControlPlaneEgress"
        },
        "desiredUserManagedKeysConfig": {
          "$ref": "UserManagedKeysConfig",
          "description": "The desired user managed keys config for the cluster."
        },
        "desiredAdditionalIpRangesConfig": {
          "description": "The desired config for additional subnetworks attached to the cluster.",
          "$ref": "DesiredAdditionalIPRangesConfig"
        },
        "desiredLoggingService": {
          "description": "The logging service the cluster should use to write logs. Currently available options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service with a Kubernetes-native resource model * `logging.googleapis.com` - The legacy Cloud Logging service (no longer available as of GKE 1.15). * `none` - no logs will be exported from the cluster. If left as an empty string,`logging.googleapis.com/kubernetes` will be used for GKE 1.14+ or `logging.googleapis.com` for earlier versions.",
          "type": "string"
        },
        "enableK8sBetaApis": {
          "description": "Kubernetes open source beta apis enabled on the cluster. Only beta apis",
          "$ref": "K8sBetaAPIConfig"
        },
        "desiredNetworkPerformanceConfig": {
          "$ref": "ClusterNetworkPerformanceConfig",
          "description": "The desired network performance config."
        },
        "desiredAuthenticatorGroupsConfig": {
          "$ref": "AuthenticatorGroupsConfig",
          "description": "The desired authenticator groups config for the cluster."
        },
        "desiredMeshCertificates": {
          "description": "Configuration for issuance of mTLS keys and certificates to Kubernetes pods.",
          "$ref": "MeshCertificates"
        },
        "desiredEnableMultiNetworking": {
          "type": "boolean",
          "description": "Enable/Disable Multi-Networking for the cluster"
        },
        "desiredShieldedNodes": {
          "$ref": "ShieldedNodes",
          "description": "Configuration for Shielded Nodes."
        },
        "desiredAutopilotWorkloadPolicyConfig": {
          "$ref": "WorkloadPolicyConfig",
          "description": "WorkloadPolicyConfig is the configuration related to GCW workload policy"
        },
        "desiredContainerdConfig": {
          "description": "The desired containerd config for the cluster.",
          "$ref": "ContainerdConfig"
        },
        "userManagedKeysConfig": {
          "deprecated": true,
          "description": "The Custom keys configuration for the cluster. This field is deprecated. Use ClusterUpdate.desired_user_managed_keys_config instead.",
          "$ref": "UserManagedKeysConfig"
        },
        "desiredMasterAuthorizedNetworksConfig": {
          "description": "The desired configuration options for master authorized networks feature. Deprecated: Use desired_control_plane_endpoints_config.ip_endpoints_config.authorized_networks_config instead.",
          "deprecated": true,
          "$ref": "MasterAuthorizedNetworksConfig"
        },
        "desiredNetworkTierConfig": {
          "description": "The desired network tier configuration for the cluster.",
          "$ref": "NetworkTierConfig"
        },
        "desiredK8sBetaApis": {
          "description": "Desired Beta APIs to be enabled for cluster.",
          "$ref": "K8sBetaAPIConfig"
        },
        "desiredEnterpriseConfig": {
          "deprecated": true,
          "description": "The desired enterprise configuration for the cluster. Deprecated: GKE Enterprise features are now available without an Enterprise tier.",
          "$ref": "DesiredEnterpriseConfig"
        },
        "desiredAutoIpamConfig": {
          "description": "AutoIpamConfig contains all information related to Auto IPAM",
          "$ref": "AutoIpamConfig"
        },
        "desiredSecretSyncConfig": {
          "$ref": "SecretSyncConfig",
          "description": "Configuration for sync Secret Manager secrets as k8s secrets."
        },
        "desiredDefaultEnablePrivateNodes": {
          "type": "boolean",
          "description": "Override the default setting of whether future created nodes have private IP addresses only, namely NetworkConfig.default_enable_private_nodes"
        },
        "desiredNodePoolAutoConfigKubeletConfig": {
          "$ref": "NodeKubeletConfig",
          "description": "The desired node kubelet config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters."
        },
        "desiredPodAutoscaling": {
          "$ref": "PodAutoscaling",
          "description": "The desired config for pod autoscaling."
        },
        "desiredNodePoolId": {
          "description": "The node pool to be upgraded. This field is mandatory if \"desired_node_version\", \"desired_image_family\" or \"desired_node_pool_autoscaling\" is specified and there is more than one node pool on the cluster.",
          "type": "string"
        },
        "desiredCompliancePostureConfig": {
          "description": "Deprecated: Compliance Posture is no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation. Enable/Disable Compliance Posture features for the cluster.",
          "deprecated": true,
          "$ref": "CompliancePostureConfig"
        },
        "desiredNotificationConfig": {
          "description": "The desired notification configuration.",
          "$ref": "NotificationConfig"
        },
        "desiredImageType": {
          "description": "The desired image type for the node pool. NOTE: Set the \"desired_node_pool\" field as well.",
          "type": "string"
        },
        "desiredPrivateIpv6GoogleAccess": {
          "type": "string",
          "enum": [
            "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED",
            "PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED",
            "PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE",
            "PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL"
          ],
          "description": "The desired state of IPv6 connectivity to Google Services.",
          "enumDescriptions": [
            "Default value. Same as DISABLED",
            "No private access to or from Google Services",
            "Enables private IPv6 access to Google Services from GKE",
            "Enables private IPv6 access to and from Google Services"
          ]
        },
        "desiredSecurityPostureConfig": {
          "$ref": "SecurityPostureConfig",
          "description": "Enable/Disable Security Posture API features for the cluster."
        },
        "desiredEnableFqdnNetworkPolicy": {
          "description": "Enable/Disable FQDN Network Policy for the cluster.",
          "type": "boolean"
        },
        "desiredNodeVersion": {
          "type": "string",
          "description": "The Kubernetes version to change the nodes to (typically an upgrade). Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the Kubernetes master version"
        },
        "desiredPrivateClusterConfig": {
          "$ref": "PrivateClusterConfig",
          "description": "The desired private cluster configuration. master_global_access_config is the only field that can be changed via this field. See also ClusterUpdate.desired_enable_private_endpoint for modifying other fields within PrivateClusterConfig. Deprecated: Use desired_control_plane_endpoints_config.ip_endpoints_config.global_access instead.",
          "deprecated": true
        },
        "desiredAnonymousAuthenticationConfig": {
          "$ref": "AnonymousAuthenticationConfig",
          "description": "Configuration for limiting anonymous access to all endpoints except the health checks."
        },
        "desiredRbacBindingConfig": {
          "description": "RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.",
          "$ref": "RBACBindingConfig"
        },
        "desiredDisableL4LbFirewallReconciliation": {
          "description": "Enable/Disable L4 LB VPC firewall reconciliation for the cluster.",
          "type": "boolean"
        },
        "desiredSecretManagerConfig": {
          "$ref": "SecretManagerConfig",
          "description": "Enable/Disable Secret Manager Config."
        },
        "desiredControlPlaneEndpointsConfig": {
          "description": "Control plane endpoints configuration.",
          "$ref": "ControlPlaneEndpointsConfig"
        },
        "desiredReleaseChannel": {
          "description": "The desired release channel configuration.",
          "$ref": "ReleaseChannel"
        },
        "desiredGcfsConfig": {
          "description": "The desired GCFS config for the cluster",
          "$ref": "GcfsConfig"
        },
        "desiredDefaultSnatStatus": {
          "$ref": "DefaultSnatStatus",
          "description": "The desired status of whether to disable default sNAT for this cluster."
        },
        "desiredLoggingConfig": {
          "$ref": "LoggingConfig",
          "description": "The desired logging configuration."
        },
        "desiredNodePoolLoggingConfig": {
          "$ref": "NodePoolLoggingConfig",
          "description": "The desired node pool logging configuration defaults for the cluster."
        },
        "desiredInTransitEncryptionConfig": {
          "enumDescriptions": [
            "Unspecified, will be inferred as default - IN_TRANSIT_ENCRYPTION_UNSPECIFIED.",
            "In-transit encryption is disabled.",
            "Data in-transit is encrypted using inter-node transparent encryption."
          ],
          "type": "string",
          "description": "Specify the details of in-transit encryption.",
          "enum": [
            "IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED",
            "IN_TRANSIT_ENCRYPTION_DISABLED",
            "IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT"
          ]
        },
        "etag": {
          "type": "string",
          "description": "The current etag of the cluster. If an etag is provided and does not match the current etag of the cluster, update will be blocked and an ABORTED error will be returned."
        },
        "desiredNodePoolAutoConfigNetworkTags": {
          "description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.",
          "$ref": "NetworkTags"
        },
        "desiredNodePoolAutoConfigLinuxNodeConfig": {
          "description": "The desired Linux node config for all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. Currently only `cgroup_mode` can be set here.",
          "$ref": "LinuxNodeConfig"
        },
        "desiredNodePoolAutoConfigResourceManagerTags": {
          "description": "The desired resource manager tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.",
          "$ref": "ResourceManagerTags"
        },
        "desiredL4ilbSubsettingConfig": {
          "$ref": "ILBSubsettingConfig",
          "description": "The desired L4 Internal Load Balancer Subsetting configuration."
        },
        "removedAdditionalPodRangesConfig": {
          "$ref": "AdditionalPodRangesConfig",
          "description": "The additional pod ranges that are to be removed from the cluster. The pod ranges specified here must have been specified earlier in the 'additional_pod_ranges_config' argument."
        },
        "desiredEnablePrivateEndpoint": {
          "deprecated": true,
          "description": "Enable/Disable private endpoint for the cluster's master. Deprecated: Use desired_control_plane_endpoints_config.ip_endpoints_config.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.",
          "type": "boolean"
        },
        "desiredCostManagementConfig": {
          "$ref": "CostManagementConfig",
          "description": "The desired configuration for the fine-grained cost management feature."
        },
        "desiredMonitoringConfig": {
          "$ref": "MonitoringConfig",
          "description": "The desired monitoring configuration."
        },
        "desiredNodeKubeletConfig": {
          "description": "The desired node kubelet config for the cluster.",
          "$ref": "NodeKubeletConfig"
        },
        "desiredVerticalPodAutoscaling": {
          "description": "Cluster-level Vertical Pod Autoscaling configuration.",
          "$ref": "VerticalPodAutoscaling"
        },
        "desiredFleet": {
          "description": "The desired fleet configuration for the cluster.",
          "$ref": "Fleet"
        },
        "desiredServiceExternalIpsConfig": {
          "$ref": "ServiceExternalIPsConfig",
          "description": "ServiceExternalIPsConfig specifies the config for the use of Services with ExternalIPs field."
        },
        "desiredDatabaseEncryption": {
          "$ref": "DatabaseEncryption",
          "description": "Configuration of etcd encryption."
        },
        "desiredParentProductConfig": {
          "description": "The desired parent product config for the cluster.",
          "$ref": "ParentProductConfig"
        },
        "desiredIntraNodeVisibilityConfig": {
          "description": "The desired config of Intra-node visibility.",
          "$ref": "IntraNodeVisibilityConfig"
        },
        "desiredDatapathProvider": {
          "enumDescriptions": [
            "Default value.",
            "Use the IPTables implementation based on kube-proxy.",
            "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) for more."
          ],
          "enum": [
            "DATAPATH_PROVIDER_UNSPECIFIED",
            "LEGACY_DATAPATH",
            "ADVANCED_DATAPATH"
          ],
          "description": "The desired datapath provider for the cluster.",
          "type": "string"
        },
        "desiredAutopilotClusterPolicyConfig": {
          "description": "The desired autopilot cluster policies that to be enforced in the cluster.",
          "$ref": "ClusterPolicyConfig"
        },
        "desiredAddonsConfig": {
          "description": "Configurations for the various addons available to run in the cluster.",
          "$ref": "AddonsConfig"
        },
        "desiredStackType": {
          "enumDescriptions": [
            "Default value, will be defaulted as IPV4 only",
            "Cluster is IPV4 only",
            "Cluster can use both IPv4 and IPv6"
          ],
          "enum": [
            "STACK_TYPE_UNSPECIFIED",
            "IPV4",
            "IPV4_IPV6"
          ],
          "type": "string",
          "description": "The desired stack type of the cluster. If a stack type is provided and does not match the current stack type of the cluster, update will attempt to change the stack type to the new type."
        },
        "desiredDnsConfig": {
          "$ref": "DNSConfig",
          "description": "DNSConfig contains clusterDNS config for this cluster."
        },
        "desiredIdentityServiceConfig": {
          "$ref": "IdentityServiceConfig",
          "description": "The desired Identity Service component configuration."
        },
        "desiredWorkloadIdentityConfig": {
          "description": "Configuration for Workload Identity.",
          "$ref": "WorkloadIdentityConfig"
        },
        "desiredMasterVersion": {
          "description": "The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the default Kubernetes version",
          "type": "string"
        },
        "desiredManagedOpentelemetryConfig": {
          "$ref": "ManagedOpenTelemetryConfig",
          "description": "The desired managed open telemetry configuration."
        },
        "desiredNodePoolAutoscaling": {
          "description": "Autoscaler configuration for the node pool specified in desired_node_pool_id. If there is only one pool in the cluster and desired_node_pool_id is not provided then the change applies to that single node pool.",
          "$ref": "NodePoolAutoscaling"
        },
        "desiredMonitoringService": {
          "description": "The monitoring service the cluster should use to write metrics. Currently available options: * `monitoring.googleapis.com/kubernetes` - The Cloud Monitoring service with a Kubernetes-native resource model * `monitoring.googleapis.com` - The legacy Cloud Monitoring service (no longer available as of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left as an empty string,`monitoring.googleapis.com/kubernetes` will be used for GKE 1.14+ or `monitoring.googleapis.com` for earlier versions.",
          "type": "string"
        },
        "desiredLocations": {
          "type": "array",
          "description": "The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. This list must always include the cluster's primary zone. Warning: changing cluster locations will update the locations of all node pools and will result in nodes being added and/or removed.",
          "items": {
            "type": "string"
          }
        },
        "desiredGatewayApiConfig": {
          "$ref": "GatewayAPIConfig",
          "description": "The desired config of Gateway API on this cluster."
        },
        "additionalPodRangesConfig": {
          "$ref": "AdditionalPodRangesConfig",
          "description": "The additional pod ranges to be added to the cluster. These pod ranges can be used by node pools to allocate pod IPs."
        },
        "desiredBinaryAuthorization": {
          "description": "The desired configuration options for the Binary Authorization feature.",
          "$ref": "BinaryAuthorization"
        },
        "gkeAutoUpgradeConfig": {
          "description": "Configuration for GKE auto upgrade.",
          "$ref": "GkeAutoUpgradeConfig"
        },
        "desiredManagedMachineLearningDiagnosticsConfig": {
          "$ref": "ManagedMachineLearningDiagnosticsConfig",
          "description": "The desired managed machine learning diagnostics configuration."
        },
        "desiredPrivilegedAdmissionConfig": {
          "description": "The desired privileged admission config for the cluster.",
          "$ref": "PrivilegedAdmissionConfig"
        }
      },
      "type": "object"
    },
    "WorkloadIdentityConfig": {
      "properties": {
        "workloadPool": {
          "type": "string",
          "description": "The workload pool to attach all Kubernetes service accounts to."
        }
      },
      "type": "object",
      "id": "WorkloadIdentityConfig",
      "description": "Configuration for the use of Kubernetes Service Accounts in IAM policies."
    },
    "CloudRunConfig": {
      "id": "CloudRunConfig",
      "description": "Configuration options for the Cloud Run feature.",
      "properties": {
        "disabled": {
          "description": "Whether Cloud Run addon is enabled for this cluster.",
          "type": "boolean"
        },
        "loadBalancerType": {
          "type": "string",
          "enum": [
            "LOAD_BALANCER_TYPE_UNSPECIFIED",
            "LOAD_BALANCER_TYPE_EXTERNAL",
            "LOAD_BALANCER_TYPE_INTERNAL"
          ],
          "description": "Which load balancer type is installed for Cloud Run.",
          "enumDescriptions": [
            "Load balancer type for Cloud Run is unspecified.",
            "Install external load balancer for Cloud Run.",
            "Install internal load balancer for Cloud Run."
          ]
        }
      },
      "type": "object"
    },
    "SyncRotationConfig": {
      "id": "SyncRotationConfig",
      "description": "SyncRotationConfig is config for secret manager auto rotation.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the rotation is enabled."
        },
        "rotationInterval": {
          "format": "google-duration",
          "description": "The interval between two consecutive rotations. Default rotation interval is 2 minutes.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "FastSocket": {
      "description": "Configuration of Fast Socket feature.",
      "id": "FastSocket",
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Whether Fast Socket features are enabled in the node pool.",
          "type": "boolean"
        }
      }
    },
    "MemoryManager": {
      "properties": {
        "policy": {
          "description": "Controls the memory management policy on the Node. See https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/#policies The following values are allowed. * \"none\" * \"static\" The default value is 'none' if unspecified.",
          "type": "string"
        }
      },
      "id": "MemoryManager",
      "description": "The option enables the Kubernetes NUMA-aware Memory Manager feature. Detailed description about the feature can be found [here](https://kubernetes.io/docs/tasks/administer-cluster/memory-manager/).",
      "type": "object"
    },
    "EnterpriseConfig": {
      "type": "object",
      "description": "EnterpriseConfig is the cluster enterprise configuration. Deprecated: GKE Enterprise features are now available without an Enterprise tier.",
      "id": "EnterpriseConfig",
      "deprecated": true,
      "properties": {
        "desiredTier": {
          "enumDescriptions": [
            "CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.",
            "STANDARD indicates a standard GKE cluster.",
            "ENTERPRISE indicates a GKE Enterprise cluster."
          ],
          "enum": [
            "CLUSTER_TIER_UNSPECIFIED",
            "STANDARD",
            "ENTERPRISE"
          ],
          "description": "desired_tier specifies the desired tier of the cluster.",
          "type": "string"
        },
        "clusterTier": {
          "enum": [
            "CLUSTER_TIER_UNSPECIFIED",
            "STANDARD",
            "ENTERPRISE"
          ],
          "enumDescriptions": [
            "CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.",
            "STANDARD indicates a standard GKE cluster.",
            "ENTERPRISE indicates a GKE Enterprise cluster."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. cluster_tier indicates the effective tier of the cluster."
        }
      }
    },
    "Status": {
      "type": "object",
      "id": "Status",
      "properties": {
        "details": {
          "type": "array",
          "items": {
            "additionalProperties": {
              "type": "any",
              "description": "Properties of the object. Contains field @type with type URL."
            },
            "type": "object"
          },
          "description": "A list of messages that carry the error details. There is a common set of message types for APIs to use."
        },
        "code": {
          "format": "int32",
          "type": "integer",
          "description": "The status code, which should be an enum value of google.rpc.Code."
        },
        "message": {
          "description": "A developer-facing error message, which should be in English. Any user-facing error message should be localized and sent in the google.rpc.Status.details field, or localized by the client.",
          "type": "string"
        }
      },
      "description": "The `Status` type defines a logical error model that is suitable for different programming environments, including REST APIs and RPC APIs. It is used by [gRPC](https://github.com/grpc). Each `Status` message contains three pieces of data: error code, error message, and error details. You can find out more about this error model and how to work with it in the [API Design Guide](https://cloud.google.com/apis/design/errors)."
    },
    "OperationProgress": {
      "id": "OperationProgress",
      "type": "object",
      "properties": {
        "metrics": {
          "items": {
            "$ref": "Metric"
          },
          "type": "array",
          "description": "Progress metric bundle, for example: metrics: [{name: \"nodes done\", int_value: 15}, {name: \"nodes total\", int_value: 32}] or metrics: [{name: \"progress\", double_value: 0.56}, {name: \"progress scale\", double_value: 1.0}]"
        },
        "name": {
          "type": "string",
          "description": "A non-parameterized string describing an operation stage. Unset for single-stage operations."
        },
        "status": {
          "enum": [
            "STATUS_UNSPECIFIED",
            "PENDING",
            "RUNNING",
            "DONE",
            "ABORTING"
          ],
          "type": "string",
          "description": "Status of an operation stage. Unset for single-stage operations.",
          "enumDescriptions": [
            "Not set.",
            "The operation has been created.",
            "The operation is currently running.",
            "The operation is done, either cancelled or completed.",
            "The operation is aborting."
          ]
        },
        "stages": {
          "items": {
            "$ref": "OperationProgress"
          },
          "description": "Substages of an operation or a stage.",
          "type": "array"
        }
      },
      "description": "Information about operation (or operation stage) progress."
    },
    "PubSub": {
      "id": "PubSub",
      "description": "Pub/Sub specific notification config.",
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Enable notifications for Pub/Sub.",
          "type": "boolean"
        },
        "topic": {
          "description": "The desired Pub/Sub topic to which notifications will be sent by GKE. Format is `projects/{project}/topics/{topic}`.",
          "type": "string"
        },
        "filter": {
          "$ref": "Filter",
          "description": "Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent"
        }
      }
    },
    "AddonsConfig": {
      "type": "object",
      "id": "AddonsConfig",
      "properties": {
        "gcpFilestoreCsiDriverConfig": {
          "description": "Configuration for the Filestore CSI driver.",
          "$ref": "GcpFilestoreCsiDriverConfig"
        },
        "parallelstoreCsiDriverConfig": {
          "description": "Configuration for the Cloud Storage Parallelstore CSI driver.",
          "$ref": "ParallelstoreCsiDriverConfig"
        },
        "sliceControllerConfig": {
          "$ref": "SliceControllerConfig",
          "description": "Optional. Configuration for the slice controller add-on."
        },
        "configConnectorConfig": {
          "description": "Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted Google Cloud services through the Kubernetes API.",
          "$ref": "ConfigConnectorConfig"
        },
        "dnsCacheConfig": {
          "$ref": "DnsCacheConfig",
          "description": "Configuration for NodeLocalDNS, a dns cache running on cluster nodes"
        },
        "highScaleCheckpointingConfig": {
          "description": "Configuration for the High Scale Checkpointing add-on.",
          "$ref": "HighScaleCheckpointingConfig"
        },
        "httpLoadBalancing": {
          "description": "Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.",
          "$ref": "HttpLoadBalancing"
        },
        "gcsFuseCsiDriverConfig": {
          "description": "Configuration for the Cloud Storage Fuse CSI driver.",
          "$ref": "GcsFuseCsiDriverConfig"
        },
        "cloudRunConfig": {
          "$ref": "CloudRunConfig",
          "description": "Configuration for the Cloud Run addon, which allows the user to use a managed Knative service."
        },
        "lustreCsiDriverConfig": {
          "$ref": "LustreCsiDriverConfig",
          "description": "Configuration for the Lustre CSI driver."
        },
        "gcePersistentDiskCsiDriverConfig": {
          "$ref": "GcePersistentDiskCsiDriverConfig",
          "description": "Configuration for the Compute Engine Persistent Disk CSI driver."
        },
        "gkeBackupAgentConfig": {
          "description": "Configuration for the Backup for GKE agent addon.",
          "$ref": "GkeBackupAgentConfig"
        },
        "statefulHaConfig": {
          "$ref": "StatefulHAConfig",
          "description": "Optional. Configuration for the StatefulHA add-on."
        },
        "horizontalPodAutoscaling": {
          "$ref": "HorizontalPodAutoscaling",
          "description": "Configuration for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods."
        },
        "kubernetesDashboard": {
          "deprecated": true,
          "description": "Configuration for the Kubernetes Dashboard. This addon is deprecated, and will be disabled in 1.15. It is recommended to use the Cloud Console to manage and monitor your Kubernetes clusters, workloads and applications. For more information, see: https://cloud.google.com/kubernetes-engine/docs/concepts/dashboards",
          "$ref": "KubernetesDashboard"
        },
        "networkPolicyConfig": {
          "description": "Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.",
          "$ref": "NetworkPolicyConfig"
        },
        "rayOperatorConfig": {
          "description": "Optional. Configuration for Ray Operator addon.",
          "$ref": "RayOperatorConfig"
        },
        "podSnapshotConfig": {
          "$ref": "PodSnapshotConfig",
          "description": "Optional. Configuration for the Pod Snapshot feature."
        }
      },
      "description": "Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality."
    },
    "HostConfig": {
      "properties": {
        "header": {
          "items": {
            "$ref": "RegistryHeader"
          },
          "type": "array",
          "description": "Header configures the registry host headers."
        },
        "host": {
          "description": "Host configures the registry host/mirror. It supports fully qualified domain names (FQDNs) and IP addresses. Specifying scheme, port or path is supported. Scheme can only be http or https. Wildcards are NOT supported. Examples: - `my.customdomain.com` - `https://my.customdomain.com/path` - `10.0.1.2:5000`",
          "type": "string"
        },
        "dialTimeout": {
          "description": "Specifies the maximum duration allowed for a connection attempt to complete. A shorter timeout helps reduce delays when falling back to the original registry if the mirror is unreachable. Maximum allowed value is 180s. If not set, containerd sets default 30s. The value should be a decimal number of seconds with an `s` suffix.",
          "format": "google-duration",
          "type": "string"
        },
        "overridePath": {
          "type": "boolean",
          "description": "OverridePath is used to indicate the host's API root endpoint is defined in the URL path rather than by the API specification. This may be used with non-compliant OCI registries which are missing the /v2 prefix. If not set, containerd sets default false."
        },
        "ca": {
          "type": "array",
          "description": "CA configures the registry host certificate.",
          "items": {
            "$ref": "CertificateConfig"
          }
        },
        "client": {
          "description": "Client configures the registry host client certificate and key.",
          "items": {
            "$ref": "CertificateConfigPair"
          },
          "type": "array"
        },
        "capabilities": {
          "description": "Capabilities represent the capabilities of the registry host, specifying what operations a host is capable of performing. If not set, containerd enables all capabilities by default.",
          "items": {
            "enumDescriptions": [
              "UNKNOWN should never be set.",
              "Pull represents the capability to fetch manifests and blobs by digest.",
              "Resolve represents the capability to fetch manifests by name.",
              "Push represents the capability to push blobs and manifests."
            ],
            "enum": [
              "HOST_CAPABILITY_UNSPECIFIED",
              "HOST_CAPABILITY_PULL",
              "HOST_CAPABILITY_RESOLVE",
              "HOST_CAPABILITY_PUSH"
            ],
            "type": "string"
          },
          "type": "array"
        }
      },
      "type": "object",
      "description": "HostConfig configures the registry host under a given Server.",
      "id": "HostConfig"
    },
    "ComplianceStandard": {
      "id": "ComplianceStandard",
      "properties": {
        "standard": {
          "type": "string",
          "description": "Name of the compliance standard."
        }
      },
      "description": "Defines the details of a compliance standard.",
      "type": "object"
    },
    "UpdateNodePoolRequest": {
      "id": "UpdateNodePoolRequest",
      "description": "UpdateNodePoolRequests update a node pool's image and/or version.",
      "properties": {
        "machineType": {
          "description": "Optional. The desired [Google Compute Engine machine type](https://cloud.google.com/compute/docs/machine-types) for nodes in the node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified machine type.",
          "type": "string"
        },
        "nodeDrainConfig": {
          "$ref": "NodeDrainConfig",
          "description": "The desired node drain configuration for nodes in the node pool."
        },
        "containerdConfig": {
          "description": "The desired containerd config for nodes in the node pool. Initiates an upgrade operation that recreates the nodes with the new config.",
          "$ref": "ContainerdConfig"
        },
        "upgradeSettings": {
          "$ref": "UpgradeSettings",
          "description": "Upgrade settings control disruption and speed of the upgrade."
        },
        "workloadMetadataConfig": {
          "$ref": "WorkloadMetadataConfig",
          "description": "The desired workload metadata config for the node pool."
        },
        "diskType": {
          "type": "string",
          "description": "Optional. The desired disk type (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced') for nodes in the node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified disk type."
        },
        "name": {
          "description": "The name (project, location, cluster, node pool) of the node pool to update. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
          "type": "string"
        },
        "projectId": {
          "type": "string",
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "bootDisk": {
          "description": "The desired boot disk config for nodes in the node pool. Initiates an upgrade operation that migrates the nodes in the node pool to the specified boot disk config.",
          "$ref": "BootDisk"
        },
        "accelerators": {
          "items": {
            "$ref": "AcceleratorConfig"
          },
          "description": "A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.",
          "type": "array"
        },
        "locations": {
          "items": {
            "type": "string"
          },
          "description": "The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the node pool's nodes should be located. Changing the locations for a node pool will result in nodes being either created or removed from the node pool, depending on whether locations are being added or removed. Warning: It is recommended to update node pool locations in a standalone API call. Do not combine a location update with changes to other fields (such as `tags`, `labels`, `taints`, etc.) in the same request. Otherwise, the API performs a structural modification where changes to other fields will only apply to newly created nodes and will not be applied to existing nodes in the node pool. To ensure all nodes are updated consistently, use a separate API call for location changes.",
          "type": "array"
        },
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "confidentialNodes": {
          "$ref": "ConfidentialNodes",
          "description": "Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled."
        },
        "flexStart": {
          "type": "boolean",
          "description": "Flex Start flag for enabling Flex Start VM."
        },
        "gvnic": {
          "$ref": "VirtualNIC",
          "description": "Enable or disable gvnic on the node pool."
        },
        "clusterId": {
          "deprecated": true,
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "type": "string"
        },
        "etag": {
          "type": "string",
          "description": "The current etag of the node pool. If an etag is provided and does not match the current etag of the node pool, update will be blocked and an ABORTED error will be returned."
        },
        "gcfsConfig": {
          "$ref": "GcfsConfig",
          "description": "GCFS config."
        },
        "tags": {
          "description": "The desired network tags to be applied to all nodes in the node pool. If this field is not present, the tags will not be changed. Otherwise, the existing network tags will be *replaced* with the provided tags.",
          "$ref": "NetworkTags"
        },
        "kubeletConfig": {
          "description": "Node kubelet configs.",
          "$ref": "NodeKubeletConfig"
        },
        "labels": {
          "$ref": "NodeLabels",
          "description": "The desired node labels to be applied to all nodes in the node pool. If this field is not present, the labels will not be changed. Otherwise, the existing node labels will be *replaced* with the provided labels."
        },
        "nodePoolId": {
          "type": "string",
          "description": "Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "resourceLabels": {
          "$ref": "ResourceLabels",
          "description": "The resource labels for the node pool to use to annotate any related Google Compute Engine resources."
        },
        "nodeNetworkConfig": {
          "description": "Node network config.",
          "$ref": "NodeNetworkConfig"
        },
        "imageType": {
          "description": "Required. The desired image type for the node pool. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.",
          "type": "string"
        },
        "queuedProvisioning": {
          "description": "Specifies the configuration of queued provisioning.",
          "$ref": "QueuedProvisioning"
        },
        "diskSizeGb": {
          "format": "int64",
          "type": "string",
          "description": "Optional. The desired disk size for nodes in the node pool specified in GB. The smallest allowed disk size is 10GB. Initiates an upgrade operation that migrates the nodes in the node pool to the specified disk size."
        },
        "loggingConfig": {
          "description": "Logging configuration.",
          "$ref": "NodePoolLoggingConfig"
        },
        "linuxNodeConfig": {
          "description": "Parameters that can be configured on Linux nodes.",
          "$ref": "LinuxNodeConfig"
        },
        "maxRunDuration": {
          "description": "The maximum duration for the nodes to exist. If unspecified, the nodes can exist indefinitely.",
          "type": "string",
          "format": "google-duration"
        },
        "storagePools": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of Storage Pools where boot disks are provisioned. Existing Storage Pools will be replaced with storage-pools."
        },
        "taints": {
          "description": "The desired node taints to be applied to all nodes in the node pool. If this field is not present, the taints will not be changed. Otherwise, the existing node taints will be *replaced* with the provided taints.",
          "$ref": "NodeTaints"
        },
        "nodeVersion": {
          "description": "Required. The Kubernetes version to change the nodes to (typically an upgrade). Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the Kubernetes master version",
          "type": "string"
        },
        "resourceManagerTags": {
          "description": "Desired resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Existing tags will be replaced with new values.",
          "$ref": "ResourceManagerTags"
        },
        "windowsNodeConfig": {
          "description": "Parameters that can be configured on Windows nodes.",
          "$ref": "WindowsNodeConfig"
        },
        "consolidationDelay": {
          "type": "string",
          "format": "google-duration",
          "description": "Consolidation delay defines duration after which the Cluster Autoscaler can scale down underutilized nodes. If not set, nodes are scaled down by default behavior, i.e. according to the chosen autoscaling profile."
        },
        "fastSocket": {
          "description": "Enable or disable NCCL fast socket for the node pool.",
          "$ref": "FastSocket"
        }
      },
      "type": "object"
    },
    "RayOperatorConfig": {
      "type": "object",
      "description": "Configuration options for the Ray Operator add-on.",
      "properties": {
        "enabled": {
          "description": "Whether the Ray Operator addon is enabled for this cluster.",
          "type": "boolean"
        },
        "rayClusterMonitoringConfig": {
          "$ref": "RayClusterMonitoringConfig",
          "description": "Optional. Monitoring configuration for Ray clusters."
        },
        "rayClusterLoggingConfig": {
          "$ref": "RayClusterLoggingConfig",
          "description": "Optional. Logging configuration for Ray clusters."
        }
      },
      "id": "RayOperatorConfig"
    },
    "UpgradeDetails": {
      "description": "UpgradeDetails contains detailed information of each individual upgrade operation.",
      "type": "object",
      "id": "UpgradeDetails",
      "properties": {
        "startType": {
          "description": "The start type of the upgrade.",
          "type": "string",
          "enum": [
            "START_TYPE_UNSPECIFIED",
            "AUTOMATIC",
            "MANUAL"
          ],
          "enumDescriptions": [
            "Upgrade start type is unspecified.",
            "Upgrade started automatically.",
            "Upgrade started manually."
          ]
        },
        "state": {
          "enumDescriptions": [
            "Upgrade state is unknown.",
            "Upgrade has failed with an error.",
            "Upgrade has succeeded.",
            "Upgrade has been canceled.",
            "Upgrade is running."
          ],
          "enum": [
            "UNKNOWN",
            "FAILED",
            "SUCCEEDED",
            "CANCELED",
            "RUNNING"
          ],
          "description": "Output only. The state of the upgrade.",
          "type": "string",
          "readOnly": true
        },
        "targetVersion": {
          "type": "string",
          "description": "The version after the upgrade."
        },
        "initialVersion": {
          "type": "string",
          "description": "The version before the upgrade."
        },
        "startTime": {
          "description": "The start timestamp of the upgrade.",
          "format": "google-datetime",
          "type": "string"
        },
        "endTime": {
          "format": "google-datetime",
          "description": "The end timestamp of the upgrade.",
          "type": "string"
        }
      }
    },
    "SecretSyncConfig": {
      "id": "SecretSyncConfig",
      "properties": {
        "rotationConfig": {
          "$ref": "SyncRotationConfig",
          "description": "Rotation config for secret manager."
        },
        "enabled": {
          "description": "Enable/Disable Secret Sync Config.",
          "type": "boolean"
        }
      },
      "type": "object",
      "description": "Configuration for sync Secret Manager secrets as k8s secrets."
    },
    "ShieldedInstanceConfig": {
      "id": "ShieldedInstanceConfig",
      "description": "A set of Shielded Instance options.",
      "type": "object",
      "properties": {
        "enableIntegrityMonitoring": {
          "type": "boolean",
          "description": "Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created."
        },
        "enableSecureBoot": {
          "description": "Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.",
          "type": "boolean"
        }
      }
    },
    "MasterAuthorizedNetworksConfig": {
      "description": "Configuration options for the master authorized networks feature. Enabled master authorized networks will disallow all external traffic to access Kubernetes master through HTTPS except traffic from the given CIDR blocks, Google Compute Engine Public IPs and Google Prod IPs.",
      "properties": {
        "privateEndpointEnforcementEnabled": {
          "type": "boolean",
          "description": "Whether master authorized networks is enforced on private endpoint or not."
        },
        "cidrBlocks": {
          "items": {
            "$ref": "CidrBlock"
          },
          "type": "array",
          "description": "cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS."
        },
        "gcpPublicCidrsAccessEnabled": {
          "description": "Whether master is accessible via Google Compute Engine Public IP addresses.",
          "type": "boolean"
        },
        "enabled": {
          "description": "Whether or not master authorized networks is enabled.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "MasterAuthorizedNetworksConfig"
    },
    "AutopilotConfig": {
      "id": "AutopilotConfig",
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Denotes that nodes belonging to this node pool are Autopilot nodes.",
          "type": "boolean"
        }
      },
      "description": "AutopilotConfig contains configuration of autopilot feature for this node pool."
    },
    "GPUDriverInstallationConfig": {
      "id": "GPUDriverInstallationConfig",
      "description": "GPUDriverInstallationConfig specifies the version of GPU driver to be auto installed.",
      "type": "object",
      "properties": {
        "gpuDriverVersion": {
          "description": "Mode for how the GPU driver is installed.",
          "enumDescriptions": [
            "Default value is to not install any GPU driver.",
            "Disable GPU driver auto installation and needs manual installation",
            "\"Default\" GPU driver in COS and Ubuntu.",
            "\"Latest\" GPU driver in COS."
          ],
          "type": "string",
          "enum": [
            "GPU_DRIVER_VERSION_UNSPECIFIED",
            "INSTALLATION_DISABLED",
            "DEFAULT",
            "LATEST"
          ]
        }
      }
    },
    "UpdateClusterRequest": {
      "id": "UpdateClusterRequest",
      "type": "object",
      "description": "UpdateClusterRequest updates the settings of a cluster.",
      "properties": {
        "projectId": {
          "type": "string",
          "deprecated": true,
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
        },
        "zone": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
        },
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster) of the cluster to update. Specified in the format `projects/*/locations/*/clusters/*`."
        },
        "clusterId": {
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "update": {
          "description": "Required. A description of the update.",
          "$ref": "ClusterUpdate"
        }
      }
    },
    "IPAllocationPolicy": {
      "type": "object",
      "properties": {
        "servicesIpv4CidrBlock": {
          "description": "The IP address range of the services IPs in this cluster. If blank, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.",
          "type": "string"
        },
        "servicesIpv6CidrBlock": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The services IPv6 CIDR block for the cluster."
        },
        "defaultPodIpv4RangeUtilization": {
          "readOnly": true,
          "description": "Output only. The utilization of the cluster default IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodes*numZones*podIPsPerNode.",
          "format": "double",
          "type": "number"
        },
        "clusterSecondaryRangeName": {
          "type": "string",
          "description": "The name of the secondary range to be used for the cluster CIDR block. The secondary range will be used for pod IP addresses. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false."
        },
        "stackType": {
          "enumDescriptions": [
            "Default value, will be defaulted as IPV4 only",
            "Cluster is IPV4 only",
            "Cluster can use both IPv4 and IPv6"
          ],
          "enum": [
            "STACK_TYPE_UNSPECIFIED",
            "IPV4",
            "IPV4_IPV6"
          ],
          "description": "The IP stack type of the cluster",
          "type": "string"
        },
        "clusterIpv4CidrBlock": {
          "type": "string",
          "description": "The IP address range for the cluster pod IPs. If this field is set, then `cluster.cluster_ipv4_cidr` must be left blank. This field is only applicable when `use_ip_aliases` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use."
        },
        "clusterIpv4Cidr": {
          "deprecated": true,
          "type": "string",
          "description": "This field is deprecated, use cluster_ipv4_cidr_block."
        },
        "additionalIpRangesConfigs": {
          "type": "array",
          "items": {
            "$ref": "AdditionalIPRangesConfig"
          },
          "description": "Output only. The additional IP ranges that are added to the cluster. These IP ranges can be used by new node pools to allocate node and pod IPs automatically. Each AdditionalIPRangesConfig corresponds to a single subnetwork. Once a range is removed it will not show up in IPAllocationPolicy.",
          "readOnly": true
        },
        "useIpAliases": {
          "type": "boolean",
          "description": "Whether alias IPs will be used for pod IPs in the cluster. This is used in conjunction with use_routes. It cannot be true if use_routes is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode"
        },
        "networkTierConfig": {
          "$ref": "NetworkTierConfig",
          "description": "Cluster-level network tier configuration is used to determine the default network tier for external IP addresses on cluster resources, such as node pools and load balancers."
        },
        "ipv6AccessType": {
          "type": "string",
          "enum": [
            "IPV6_ACCESS_TYPE_UNSPECIFIED",
            "INTERNAL",
            "EXTERNAL"
          ],
          "enumDescriptions": [
            "Default value, will be defaulted as type external.",
            "Access type internal (all v6 addresses are internal IPs)",
            "Access type external (all v6 addresses are external IPs)"
          ],
          "description": "The ipv6 access type (internal or external) when create_subnetwork is true"
        },
        "autoIpamConfig": {
          "description": "Optional. AutoIpamConfig contains all information related to Auto IPAM",
          "$ref": "AutoIpamConfig"
        },
        "additionalPodRangesConfig": {
          "$ref": "AdditionalPodRangesConfig",
          "readOnly": true,
          "description": "Output only. The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy."
        },
        "servicesSecondaryRangeName": {
          "type": "string",
          "description": "The name of the secondary range to be used as for the services CIDR block. The secondary range will be used for service ClusterIPs. This must be an existing secondary range associated with the cluster subnetwork. This field is only applicable with use_ip_aliases is true and create_subnetwork is false."
        },
        "tpuIpv4CidrBlock": {
          "deprecated": true,
          "type": "string",
          "description": "The IP address range of the Cloud TPUs in this cluster. If unspecified, a range will be automatically chosen with the default size. This field is only applicable when `use_ip_aliases` is true. If unspecified, the range will use the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25."
        },
        "nodeIpv4Cidr": {
          "deprecated": true,
          "type": "string",
          "description": "This field is deprecated, use node_ipv4_cidr_block."
        },
        "servicesIpv4Cidr": {
          "deprecated": true,
          "description": "This field is deprecated, use services_ipv4_cidr_block.",
          "type": "string"
        },
        "subnetIpv6CidrBlock": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The subnet's IPv6 CIDR block used by nodes and pods."
        },
        "podCidrOverprovisionConfig": {
          "description": "[PRIVATE FIELD] Pod CIDR size overprovisioning config for the cluster. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is doubled and then rounded off to next power of 2 to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.",
          "$ref": "PodCIDROverprovisionConfig"
        },
        "useRoutes": {
          "description": "Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode",
          "type": "boolean"
        },
        "subnetworkName": {
          "description": "A custom subnetwork name to be used if `create_subnetwork` is true. If this field is empty, then an automatic name will be chosen for the new subnetwork.",
          "type": "string"
        },
        "createSubnetwork": {
          "type": "boolean",
          "description": "Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when `use_ip_aliases` is true."
        },
        "nodeIpv4CidrBlock": {
          "description": "The IP address range of the instance IPs in this cluster. This is applicable only if `create_subnetwork` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) from the RFC-1918 private networks (e.g. `10.0.0.0/8`, `172.16.0.0/12`, `192.168.0.0/16`) to pick a specific range to use.",
          "type": "string"
        }
      },
      "description": "Configuration for controlling how IPs are allocated in the cluster.",
      "id": "IPAllocationPolicy"
    },
    "HttpCacheControlResponseHeader": {
      "id": "HttpCacheControlResponseHeader",
      "type": "object",
      "description": "RFC-2616: cache control support",
      "properties": {
        "age": {
          "type": "string",
          "description": "14.6 response cache age, in seconds since the response is generated",
          "format": "int64"
        },
        "expires": {
          "type": "string",
          "description": "14.21 response cache expires, in RFC 1123 date format"
        },
        "directive": {
          "type": "string",
          "description": "14.9 request and response directives"
        }
      }
    },
    "UpgradeAvailableEvent": {
      "id": "UpgradeAvailableEvent",
      "properties": {
        "resourceType": {
          "description": "The resource type of the release version.",
          "type": "string",
          "enum": [
            "UPGRADE_RESOURCE_TYPE_UNSPECIFIED",
            "MASTER",
            "NODE_POOL"
          ],
          "enumDescriptions": [
            "Default value. This shouldn't be used.",
            "Master / control plane",
            "Node pool"
          ]
        },
        "releaseChannel": {
          "description": "The release channel of the version. If empty, it means a non-channel release.",
          "$ref": "ReleaseChannel"
        },
        "resource": {
          "description": "Optional relative path to the resource. For example, the relative path of the node pool.",
          "type": "string"
        },
        "version": {
          "type": "string",
          "description": "The release version available for upgrade."
        }
      },
      "description": "UpgradeAvailableEvent is a notification sent to customers when a new available version is released.",
      "type": "object"
    },
    "SoleTenantConfig": {
      "properties": {
        "nodeAffinities": {
          "description": "NodeAffinities used to match to a shared sole tenant node group.",
          "type": "array",
          "items": {
            "$ref": "NodeAffinity"
          }
        },
        "minNodeCpus": {
          "description": "Optional. The minimum number of virtual CPUs this instance will consume when running on a sole-tenant node. This field can only be set if the node pool is created in a shared sole-tenant node group.",
          "type": "integer",
          "format": "int32"
        }
      },
      "type": "object",
      "description": "SoleTenantConfig contains the NodeAffinities to specify what shared sole tenant node groups should back the node pool.",
      "id": "SoleTenantConfig"
    },
    "BlueGreenSettings": {
      "type": "object",
      "id": "BlueGreenSettings",
      "description": "Settings for blue-green upgrade.",
      "properties": {
        "nodePoolSoakDuration": {
          "description": "Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.",
          "type": "string",
          "format": "google-duration"
        },
        "standardRolloutPolicy": {
          "description": "Standard policy for the blue-green upgrade.",
          "$ref": "StandardRolloutPolicy"
        },
        "autoscaledRolloutPolicy": {
          "description": "Autoscaled policy for cluster autoscaler enabled blue-green upgrade.",
          "$ref": "AutoscaledRolloutPolicy"
        }
      }
    },
    "MaintenanceExclusionOptions": {
      "properties": {
        "endTimeBehavior": {
          "enum": [
            "END_TIME_BEHAVIOR_UNSPECIFIED",
            "UNTIL_END_OF_SUPPORT"
          ],
          "enumDescriptions": [
            "END_TIME_BEHAVIOR_UNSPECIFIED is the default behavior, which is fixed end time.",
            "UNTIL_END_OF_SUPPORT means the exclusion will be in effect until the end of the support of the cluster's current version."
          ],
          "description": "EndTimeBehavior specifies the behavior of the exclusion end time.",
          "type": "string"
        },
        "scope": {
          "enum": [
            "NO_UPGRADES",
            "NO_MINOR_UPGRADES",
            "NO_MINOR_OR_NODE_UPGRADES"
          ],
          "type": "string",
          "enumDescriptions": [
            "NO_UPGRADES excludes all upgrades, including patch upgrades and minor upgrades across control planes and nodes. This is the default exclusion behavior.",
            "NO_MINOR_UPGRADES excludes all minor upgrades for the cluster, only patches are allowed.",
            "NO_MINOR_OR_NODE_UPGRADES excludes all minor upgrades for the cluster, and also exclude all node pool upgrades. Only control plane patches are allowed."
          ],
          "description": "Scope specifies the upgrade scope which upgrades are blocked by the exclusion."
        }
      },
      "id": "MaintenanceExclusionOptions",
      "type": "object",
      "description": "Represents the Maintenance exclusion option."
    },
    "GPUDirectConfig": {
      "type": "object",
      "id": "GPUDirectConfig",
      "properties": {
        "gpuDirectStrategy": {
          "enumDescriptions": [
            "Default value. No GPU Direct strategy is enabled on the node.",
            "GPUDirect-RDMA on A3 Ultra, and A4 machine types"
          ],
          "enum": [
            "GPU_DIRECT_STRATEGY_UNSPECIFIED",
            "RDMA"
          ],
          "description": "The type of GPU direct strategy to enable on the node pool.",
          "type": "string"
        }
      },
      "description": "GPUDirectConfig specifies the GPU direct strategy on the node pool."
    },
    "GetJSONWebKeysResponse": {
      "description": "GetJSONWebKeysResponse is a valid JSON Web Key Set as specified in rfc 7517",
      "id": "GetJSONWebKeysResponse",
      "properties": {
        "cacheHeader": {
          "description": "For HTTP requests, this field is automatically extracted into the Cache-Control HTTP header.",
          "$ref": "HttpCacheControlResponseHeader"
        },
        "keys": {
          "description": "The public component of the keys used by the cluster to sign token requests.",
          "type": "array",
          "items": {
            "$ref": "Jwk"
          }
        }
      },
      "type": "object"
    },
    "SetLoggingServiceRequest": {
      "type": "object",
      "id": "SetLoggingServiceRequest",
      "description": "SetLoggingServiceRequest sets the logging service of a cluster.",
      "properties": {
        "name": {
          "description": "The name (project, location, cluster) of the cluster to set logging. Specified in the format `projects/*/locations/*/clusters/*`.",
          "type": "string"
        },
        "clusterId": {
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "projectId": {
          "deprecated": true,
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "type": "string"
        },
        "loggingService": {
          "description": "Required. The logging service the cluster should use to write logs. Currently available options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service with a Kubernetes-native resource model * `logging.googleapis.com` - The legacy Cloud Logging service (no longer available as of GKE 1.15). * `none` - no logs will be exported from the cluster. If left as an empty string,`logging.googleapis.com/kubernetes` will be used for GKE 1.14+ or `logging.googleapis.com` for earlier versions.",
          "type": "string"
        }
      }
    },
    "TopologyManager": {
      "properties": {
        "scope": {
          "description": "The Topology Manager aligns resources in following scopes: * container * pod The default scope is 'container' if unspecified. See https://kubernetes.io/docs/tasks/administer-cluster/topology-manager/#topology-manager-scopes",
          "type": "string"
        },
        "policy": {
          "description": "Configures the strategy for resource alignment. Allowed values are: * none: the default policy, and does not perform any topology alignment. * restricted: the topology manager stores the preferred NUMA node affinity for the container, and will reject the pod if the affinity if not preferred. * best-effort: the topology manager stores the preferred NUMA node affinity for the container. If the affinity is not preferred, the topology manager will admit the pod to the node anyway. * single-numa-node: the topology manager determines if the single NUMA node affinity is possible. If it is, Topology Manager will store this and the Hint Providers can then use this information when making the resource allocation decision. If, however, this is not possible then the Topology Manager will reject the pod from the node. This will result in a pod in a Terminated state with a pod admission failure. The default policy value is 'none' if unspecified. Details about each strategy can be found [here](https://kubernetes.io/docs/tasks/administer-cluster/topology-manager/#topology-manager-policies).",
          "type": "string"
        }
      },
      "description": "TopologyManager defines the configuration options for Topology Manager feature. See https://kubernetes.io/docs/tasks/administer-cluster/topology-manager/",
      "id": "TopologyManager",
      "type": "object"
    },
    "LinuxNodeConfig": {
      "description": "Parameters that can be configured on Linux nodes.",
      "id": "LinuxNodeConfig",
      "type": "object",
      "properties": {
        "accurateTimeConfig": {
          "description": "Optional. The accurate time configuration for the node pool.",
          "$ref": "AccurateTimeConfig"
        },
        "cgroupMode": {
          "description": "cgroup_mode specifies the cgroup mode to be used on the node.",
          "enum": [
            "CGROUP_MODE_UNSPECIFIED",
            "CGROUP_MODE_V1",
            "CGROUP_MODE_V2"
          ],
          "type": "string",
          "enumDescriptions": [
            "CGROUP_MODE_UNSPECIFIED is when unspecified cgroup configuration is used. The default for the GKE node OS image will be used.",
            "CGROUP_MODE_V1 specifies to use cgroupv1 for the cgroup configuration on the node image.",
            "CGROUP_MODE_V2 specifies to use cgroupv2 for the cgroup configuration on the node image."
          ]
        },
        "transparentHugepageEnabled": {
          "type": "string",
          "enum": [
            "TRANSPARENT_HUGEPAGE_ENABLED_UNSPECIFIED",
            "TRANSPARENT_HUGEPAGE_ENABLED_ALWAYS",
            "TRANSPARENT_HUGEPAGE_ENABLED_MADVISE",
            "TRANSPARENT_HUGEPAGE_ENABLED_NEVER"
          ],
          "description": "Optional. Transparent hugepage support for anonymous memory can be entirely disabled (mostly for debugging purposes) or only enabled inside MADV_HUGEPAGE regions (to avoid the risk of consuming more memory resources) or enabled system wide. See https://docs.kernel.org/admin-guide/mm/transhuge.html for more details.",
          "enumDescriptions": [
            "Default value. GKE will not modify the kernel configuration.",
            "Transparent hugepage support for anonymous memory is enabled system wide.",
            "Transparent hugepage support for anonymous memory is enabled inside MADV_HUGEPAGE regions. This is the default kernel configuration.",
            "Transparent hugepage support for anonymous memory is disabled."
          ]
        },
        "nodeKernelModuleLoading": {
          "description": "Optional. Configuration for kernel module loading on nodes. When enabled, the node pool will be provisioned with a Container-Optimized OS image that enforces kernel module signature verification.",
          "$ref": "NodeKernelModuleLoading"
        },
        "hugepages": {
          "description": "Optional. Amounts for 2M and 1G hugepages",
          "$ref": "HugepagesConfig"
        },
        "sysctls": {
          "type": "object",
          "description": "The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.rmem_default net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse net.ipv4.tcp_mtu_probing net.ipv4.tcp_max_orphans net.ipv4.tcp_max_tw_buckets net.ipv4.tcp_syn_retries net.ipv4.tcp_ecn net.ipv4.tcp_congestion_control net.netfilter.nf_conntrack_max net.netfilter.nf_conntrack_buckets net.netfilter.nf_conntrack_tcp_timeout_close_wait net.netfilter.nf_conntrack_tcp_timeout_time_wait net.netfilter.nf_conntrack_tcp_timeout_established net.netfilter.nf_conntrack_acct kernel.shmmni kernel.shmmax kernel.shmall kernel.perf_event_paranoid kernel.sched_rt_runtime_us kernel.softlockup_panic kernel.yama.ptrace_scope kernel.kptr_restrict kernel.dmesg_restrict kernel.sysrq fs.aio-max-nr fs.file-max fs.inotify.max_user_instances fs.inotify.max_user_watches fs.nr_open vm.dirty_background_ratio vm.dirty_background_bytes vm.dirty_expire_centisecs vm.dirty_ratio vm.dirty_bytes vm.dirty_writeback_centisecs vm.max_map_count vm.overcommit_memory vm.overcommit_ratio vm.vfs_cache_pressure vm.swappiness vm.watermark_scale_factor vm.min_free_kbytes",
          "additionalProperties": {
            "type": "string"
          }
        },
        "transparentHugepageDefrag": {
          "type": "string",
          "enum": [
            "TRANSPARENT_HUGEPAGE_DEFRAG_UNSPECIFIED",
            "TRANSPARENT_HUGEPAGE_DEFRAG_ALWAYS",
            "TRANSPARENT_HUGEPAGE_DEFRAG_DEFER",
            "TRANSPARENT_HUGEPAGE_DEFRAG_DEFER_WITH_MADVISE",
            "TRANSPARENT_HUGEPAGE_DEFRAG_MADVISE",
            "TRANSPARENT_HUGEPAGE_DEFRAG_NEVER"
          ],
          "enumDescriptions": [
            "Default value. GKE will not modify the kernel configuration.",
            "It means that an application requesting THP will stall on allocation failure and directly reclaim pages and compact memory in an effort to allocate a THP immediately.",
            "It means that an application will wake kswapd in the background to reclaim pages and wake kcompactd to compact memory so that THP is available in the near future. It's the responsibility of khugepaged to then install the THP pages later.",
            "It means that an application will enter direct reclaim and compaction like always, but only for regions that have used madvise(MADV_HUGEPAGE); all other regions will wake kswapd in the background to reclaim pages and wake kcompactd to compact memory so that THP is available in the near future.",
            "It means that an application will enter direct reclaim like always but only for regions that are have used madvise(MADV_HUGEPAGE). This is the default kernel configuration.",
            "It means that an application will never enter direct reclaim or compaction."
          ],
          "description": "Optional. Defines the transparent hugepage defrag configuration on the node. VM hugepage allocation can be managed by either limiting defragmentation for delayed allocation or skipping it entirely for immediate allocation only. See https://docs.kernel.org/admin-guide/mm/transhuge.html for more details."
        },
        "swapConfig": {
          "description": "Optional. Enables and configures swap space on nodes. If omitted, swap is disabled.",
          "$ref": "SwapConfig"
        }
      }
    },
    "LustreCsiDriverConfig": {
      "properties": {
        "enableLegacyLustrePort": {
          "type": "boolean",
          "deprecated": true,
          "description": "If set to true, the Lustre CSI driver will install Lustre kernel modules using port 6988. This serves as a workaround for a port conflict with the gke-metadata-server. This field is required ONLY under the following conditions: 1. The GKE node version is older than 1.33.2-gke.4655000. 2. You're connecting to a Lustre instance that has the 'gke-support-enabled' flag. Deprecated: This flag is no longer required as of GKE node version 1.33.2-gke.4655000, unless you are connecting to a Lustre instance that has the `gke-support-enabled` flag."
        },
        "enabled": {
          "description": "Whether the Lustre CSI driver is enabled for this cluster.",
          "type": "boolean"
        },
        "disableMultiNic": {
          "type": "boolean",
          "description": "When set to true, this disables multi-NIC support for the Lustre CSI driver. By default, GKE enables multi-NIC support, which allows the Lustre CSI driver to automatically detect and configure all suitable network interfaces on a node to maximize I/O performance for demanding workloads."
        }
      },
      "type": "object",
      "description": "Configuration for the Lustre CSI driver.",
      "id": "LustreCsiDriverConfig"
    },
    "EvictionMinimumReclaim": {
      "type": "object",
      "description": "Eviction minimum reclaims are the resource amounts of minimum reclaims for each eviction signal.",
      "id": "EvictionMinimumReclaim",
      "properties": {
        "imagefsInodesFree": {
          "type": "string",
          "description": "Optional. Minimum reclaim for eviction due to imagefs inodes free signal. Only take percentage value for now. Sample format: \"10%\". Must be \u003c=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "memoryAvailable": {
          "description": "Optional. Minimum reclaim for eviction due to memory available signal. Only take percentage value for now. Sample format: \"10%\". Must be \u003c=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        },
        "nodefsAvailable": {
          "type": "string",
          "description": "Optional. Minimum reclaim for eviction due to nodefs available signal. Only take percentage value for now. Sample format: \"10%\". Must be \u003c=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "pidAvailable": {
          "type": "string",
          "description": "Optional. Minimum reclaim for eviction due to pid available signal. Only take percentage value for now. Sample format: \"10%\". Must be \u003c=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "imagefsAvailable": {
          "type": "string",
          "description": "Optional. Minimum reclaim for eviction due to imagefs available signal. Only take percentage value for now. Sample format: \"10%\". Must be \u003c=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "nodefsInodesFree": {
          "description": "Optional. Minimum reclaim for eviction due to nodefs inodes free signal. Only take percentage value for now. Sample format: \"10%\". Must be \u003c=10%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        }
      }
    },
    "ClientCertificateConfig": {
      "id": "ClientCertificateConfig",
      "properties": {
        "issueClientCertificate": {
          "description": "Issue a client certificate.",
          "type": "boolean"
        }
      },
      "type": "object",
      "description": "Configuration for client certificates on the cluster."
    },
    "SetLocationsRequest": {
      "properties": {
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster) of the cluster to set locations. Specified in the format `projects/*/locations/*/clusters/*`."
        },
        "projectId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
        },
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "clusterId": {
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "locations": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "Required. The desired list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. Changing the locations a cluster is in will result in nodes being either created or removed from the cluster, depending on whether locations are being added or removed. This list must always include the cluster's primary zone."
        }
      },
      "id": "SetLocationsRequest",
      "type": "object",
      "description": "SetLocationsRequest sets the locations of the cluster."
    },
    "SetMasterAuthRequest": {
      "description": "SetMasterAuthRequest updates the admin password of a cluster.",
      "id": "SetMasterAuthRequest",
      "type": "object",
      "properties": {
        "clusterId": {
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "update": {
          "$ref": "MasterAuth",
          "description": "Required. A description of the update."
        },
        "projectId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
        },
        "name": {
          "description": "The name (project, location, cluster) of the cluster to set auth. Specified in the format `projects/*/locations/*/clusters/*`.",
          "type": "string"
        },
        "action": {
          "type": "string",
          "description": "Required. The exact form of action to be taken on the master auth.",
          "enum": [
            "UNKNOWN",
            "SET_PASSWORD",
            "GENERATE_PASSWORD",
            "SET_USERNAME"
          ],
          "enumDescriptions": [
            "Operation is unknown and will error out.",
            "Set the password to a user generated value.",
            "Generate a new password and set it to that.",
            "Set the username. If an empty username is provided, basic authentication is disabled for the cluster. If a non-empty username is provided, basic authentication is enabled, with either a provided password or a generated one."
          ]
        },
        "zone": {
          "deprecated": true,
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "type": "string"
        }
      }
    },
    "NetworkTags": {
      "description": "Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.",
      "id": "NetworkTags",
      "type": "object",
      "properties": {
        "tags": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "List of network tags."
        }
      }
    },
    "CertificateConfigPair": {
      "type": "object",
      "properties": {
        "key": {
          "description": "Key configures the client private key. Optional.",
          "$ref": "CertificateConfig"
        },
        "cert": {
          "description": "Cert configures the client certificate.",
          "$ref": "CertificateConfig"
        }
      },
      "description": "CertificateConfigPair configures pairs of certificates, which is used for client certificate and key pairs under a registry.",
      "id": "CertificateConfigPair"
    },
    "CertificateConfig": {
      "description": "CertificateConfig configures certificate for the registry.",
      "properties": {
        "gcpSecretManagerSecretUri": {
          "description": "The URI configures a secret from [Secret Manager](https://cloud.google.com/secret-manager) in the format \"projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION\" for global secret or \"projects/$PROJECT_ID/locations/$REGION/secrets/$SECRET_NAME/versions/$VERSION\" for regional secret. Version can be fixed (e.g. \"2\") or \"latest\"",
          "type": "string"
        }
      },
      "type": "object",
      "id": "CertificateConfig"
    },
    "BinaryAuthorization": {
      "id": "BinaryAuthorization",
      "type": "object",
      "description": "Configuration for Binary Authorization.",
      "properties": {
        "enabled": {
          "deprecated": true,
          "type": "boolean",
          "description": "This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored."
        },
        "evaluationMode": {
          "enumDescriptions": [
            "Default value",
            "Disable BinaryAuthorization",
            "Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true."
          ],
          "type": "string",
          "description": "Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.",
          "enum": [
            "EVALUATION_MODE_UNSPECIFIED",
            "DISABLED",
            "PROJECT_SINGLETON_POLICY_ENFORCE"
          ]
        }
      }
    },
    "SetAddonsConfigRequest": {
      "description": "SetAddonsConfigRequest sets the addons associated with the cluster.",
      "id": "SetAddonsConfigRequest",
      "properties": {
        "zone": {
          "deprecated": true,
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "type": "string"
        },
        "clusterId": {
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "addonsConfig": {
          "description": "Required. The desired configurations for the various addons available to run in the cluster.",
          "$ref": "AddonsConfig"
        },
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster) of the cluster to set addons. Specified in the format `projects/*/locations/*/clusters/*`."
        }
      },
      "type": "object"
    },
    "LocalNvmeSsdBlockConfig": {
      "description": "LocalNvmeSsdBlockConfig contains configuration for using raw-block local NVMe SSDs",
      "id": "LocalNvmeSsdBlockConfig",
      "type": "object",
      "properties": {
        "localSsdCount": {
          "type": "integer",
          "format": "int32",
          "description": "Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info."
        }
      }
    },
    "IdentityServiceConfig": {
      "description": "IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API",
      "properties": {
        "enabled": {
          "description": "Whether to enable the Identity Service component",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "IdentityServiceConfig"
    },
    "BootDisk": {
      "properties": {
        "provisionedIops": {
          "description": "For Hyperdisk-Balanced only, the provisioned IOPS config value.",
          "format": "int64",
          "type": "string"
        },
        "provisionedThroughput": {
          "description": "For Hyperdisk-Balanced only, the provisioned throughput config value.",
          "format": "int64",
          "type": "string"
        },
        "sizeGb": {
          "type": "string",
          "format": "int64",
          "description": "Disk size in GB. Replaces NodeConfig.disk_size_gb"
        },
        "diskType": {
          "description": "Disk type of the boot disk. (i.e. Hyperdisk-Balanced, PD-Balanced, etc.)",
          "type": "string"
        }
      },
      "type": "object",
      "id": "BootDisk",
      "description": "BootDisk specifies the boot disk configuration for node pools."
    },
    "Operation": {
      "id": "Operation",
      "properties": {
        "selfLink": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Server-defined URI for the operation. Example: `https://container.googleapis.com/v1alpha1/projects/123/locations/us-central1/operations/operation-123`."
        },
        "endTime": {
          "description": "Output only. The time the operation completed, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
          "type": "string",
          "readOnly": true
        },
        "operationType": {
          "enum": [
            "TYPE_UNSPECIFIED",
            "CREATE_CLUSTER",
            "DELETE_CLUSTER",
            "UPGRADE_MASTER",
            "UPGRADE_NODES",
            "REPAIR_CLUSTER",
            "UPDATE_CLUSTER",
            "CREATE_NODE_POOL",
            "DELETE_NODE_POOL",
            "SET_NODE_POOL_MANAGEMENT",
            "AUTO_REPAIR_NODES",
            "AUTO_UPGRADE_NODES",
            "SET_LABELS",
            "SET_MASTER_AUTH",
            "SET_NODE_POOL_SIZE",
            "SET_NETWORK_POLICY",
            "SET_MAINTENANCE_POLICY",
            "RESIZE_CLUSTER",
            "FLEET_FEATURE_UPGRADE"
          ],
          "enumDeprecated": [
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            false,
            true,
            true,
            true,
            false,
            true,
            true,
            false,
            false
          ],
          "enumDescriptions": [
            "Not set.",
            "The cluster is being created. The cluster should be assumed to be unusable until the operation finishes. In the event of the operation failing, the cluster will enter the ERROR state and eventually be deleted.",
            "The cluster is being deleted. The cluster should be assumed to be unusable as soon as this operation starts. In the event of the operation failing, the cluster will enter the ERROR state and the deletion will be automatically retried until completed.",
            "The cluster version is being updated. Note that this includes \"upgrades\" to the same version, which are simply a recreation. This also includes [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#upgrading_automatically). For more details, see [documentation on cluster upgrades](https://cloud.google.com/kubernetes-engine/docs/concepts/cluster-upgrades#cluster_upgrades).",
            "A node pool is being updated. Despite calling this an \"upgrade\", this includes most forms of updates to node pools. This also includes [auto-upgrades](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-upgrades). This operation sets the progress field and may be canceled. The upgrade strategy depends on [node pool configuration](https://cloud.google.com/kubernetes-engine/docs/concepts/node-pool-upgrade-strategies). The nodes are generally still usable during this operation.",
            "A problem has been detected with the control plane and is being repaired. This operation type is initiated by GKE. For more details, see [documentation on repairs](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).",
            "The cluster is being updated. This is a broad category of operations and includes operations that only change metadata as well as those that must recreate the entire cluster. If the control plane must be recreated, this will cause temporary downtime for zonal clusters. Some features require recreating the nodes as well. Those will be recreated as separate operations and the update may not be completely functional until the node pools recreations finish. Node recreations will generally follow [maintenance policies](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions). Some GKE-initiated operations use this type. This includes certain types of auto-upgrades and incident mitigations.",
            "A node pool is being created. The node pool should be assumed to be unusable until this operation finishes. In the event of an error, the node pool may be partially created. If enabled, [node autoprovisioning](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-provisioning) may have automatically initiated such operations.",
            "The node pool is being deleted. The node pool should be assumed to be unusable as soon as this operation starts.",
            "The node pool's manamagent field is being updated. These operations only update metadata and may be concurrent with most other operations.",
            "A problem has been detected with nodes and [they are being repaired](https://cloud.google.com/kubernetes-engine/docs/how-to/node-auto-repair). This operation type is initiated by GKE, typically automatically. This operation may be concurrent with other operations and there may be multiple repairs occurring on the same node pool.",
            "Unused. Automatic node upgrade uses UPGRADE_NODES.",
            "Unused. Updating labels uses UPDATE_CLUSTER.",
            "Unused. Updating master auth uses UPDATE_CLUSTER.",
            "The node pool is being resized. With the exception of resizing to or from size zero, the node pool is generally usable during this operation.",
            "Unused. Updating network policy uses UPDATE_CLUSTER.",
            "Unused. Updating maintenance policy uses UPDATE_CLUSTER.",
            "The control plane is being resized. This operation type is initiated by GKE. These operations are often performed preemptively to ensure that the control plane has sufficient resources and is not typically an indication of issues. For more details, see [documentation on resizes](https://cloud.google.com/kubernetes-engine/docs/concepts/maintenance-windows-and-exclusions#repairs).",
            "Fleet features of GKE Enterprise are being upgraded. The cluster should be assumed to be blocked for other upgrades until the operation finishes."
          ],
          "readOnly": true,
          "type": "string",
          "description": "Output only. The operation type."
        },
        "progress": {
          "readOnly": true,
          "$ref": "OperationProgress",
          "description": "Output only. Progress information for an operation."
        },
        "name": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The server-assigned ID for the operation."
        },
        "status": {
          "description": "Output only. The current status of the operation.",
          "enum": [
            "STATUS_UNSPECIFIED",
            "PENDING",
            "RUNNING",
            "DONE",
            "ABORTING"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Not set.",
            "The operation has been created.",
            "The operation is currently running.",
            "The operation is done, either cancelled or completed.",
            "The operation is aborting."
          ],
          "type": "string"
        },
        "startTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the operation started, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."
        },
        "location": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides."
        },
        "clusterConditions": {
          "items": {
            "$ref": "StatusCondition"
          },
          "type": "array",
          "deprecated": true,
          "description": "Which conditions caused the current cluster state. Deprecated. Use field error instead."
        },
        "error": {
          "description": "The error result of the operation in case of failure.",
          "$ref": "Status"
        },
        "zone": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation is taking place. This field is deprecated, use location instead.",
          "deprecated": true
        },
        "detail": {
          "description": "Output only. Detailed operation progress, if available.",
          "readOnly": true,
          "type": "string"
        },
        "nodepoolConditions": {
          "deprecated": true,
          "description": "Which conditions caused the current node pool state. Deprecated. Use field error instead.",
          "type": "array",
          "items": {
            "$ref": "StatusCondition"
          }
        },
        "statusMessage": {
          "type": "string",
          "deprecated": true,
          "description": "Output only. If an error has occurred, a textual description of the error. Deprecated. Use the field error instead.",
          "readOnly": true
        },
        "targetLink": {
          "description": "Output only. Server-defined URI for the target of the operation. The format of this is a URI to the resource being modified (such as a cluster, node pool, or node). For node pool repairs, there may be multiple nodes being repaired, but only one will be the target. Examples: - ## `https://container.googleapis.com/v1/projects/123/locations/us-central1/clusters/my-cluster` ## `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np` `https://container.googleapis.com/v1/projects/123/zones/us-central1-c/clusters/my-cluster/nodePools/my-np/node/my-node`",
          "readOnly": true,
          "type": "string"
        }
      },
      "type": "object",
      "description": "This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only."
    },
    "WindowsNodeConfig": {
      "description": "Parameters that can be configured on Windows nodes. Windows Node Config that define the parameters that will be used to configure the Windows node pool settings.",
      "id": "WindowsNodeConfig",
      "properties": {
        "osVersion": {
          "enum": [
            "OS_VERSION_UNSPECIFIED",
            "OS_VERSION_LTSC2019",
            "OS_VERSION_LTSC2022"
          ],
          "enumDescriptions": [
            "When OSVersion is not specified.",
            "LTSC2019 specifies to use LTSC2019 as the Windows Servercore Base Image.",
            "LTSC2022 specifies to use LTSC2022 as the Windows Servercore Base Image."
          ],
          "description": "OSVersion specifies the Windows node config to be used on the node.",
          "type": "string"
        }
      },
      "type": "object"
    },
    "LegacyAbac": {
      "properties": {
        "enabled": {
          "description": "Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.",
          "type": "boolean"
        }
      },
      "description": "Configuration for the legacy Attribute Based Access Control authorization mode.",
      "id": "LegacyAbac",
      "type": "object"
    },
    "DefaultSnatStatus": {
      "id": "DefaultSnatStatus",
      "type": "object",
      "description": "DefaultSnatStatus contains the desired state of whether default sNAT should be disabled on the cluster.",
      "properties": {
        "disabled": {
          "description": "Disables cluster default sNAT rules.",
          "type": "boolean"
        }
      }
    },
    "ClusterUpgradeInfo": {
      "properties": {
        "patchTargetVersion": {
          "type": "string",
          "description": "patch_target_version indicates the target version for patch upgrade."
        },
        "endOfStandardSupportTimestamp": {
          "description": "The cluster's current minor version's end of standard support timestamp.",
          "type": "string"
        },
        "pausedReason": {
          "items": {
            "enum": [
              "AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED",
              "MAINTENANCE_WINDOW",
              "MAINTENANCE_EXCLUSION_NO_UPGRADES",
              "MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES",
              "CLUSTER_DISRUPTION_BUDGET",
              "CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE",
              "SYSTEM_CONFIG"
            ],
            "type": "string",
            "enumDescriptions": [
              "AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.",
              "MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.",
              "MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_UPGRADES.",
              "MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_MINOR_UPGRADES.",
              "CLUSTER_DISRUPTION_BUDGET indicates the cluster is outside the cluster disruption budget.",
              "CLUSTER_DISRUPTION_BUDGET_MINOR_UPGRADE indicates the cluster is outside the cluster disruption budget for minor version upgrade.",
              "SYSTEM_CONFIG indicates the cluster upgrade is paused by system config."
            ]
          },
          "type": "array",
          "description": "The auto upgrade paused reason."
        },
        "autoUpgradeStatus": {
          "description": "The auto upgrade status.",
          "type": "array",
          "items": {
            "enumDescriptions": [
              "UNKNOWN indicates an unknown status.",
              "ACTIVE indicates an active status.",
              "MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused.",
              "UPGRADE_PAUSED indicates the upgrade is paused."
            ],
            "enum": [
              "UNKNOWN",
              "ACTIVE",
              "MINOR_UPGRADE_PAUSED",
              "UPGRADE_PAUSED"
            ],
            "type": "string"
          }
        },
        "endOfExtendedSupportTimestamp": {
          "type": "string",
          "description": "The cluster's current minor version's end of extended support timestamp."
        },
        "minorTargetVersion": {
          "description": "minor_target_version indicates the target version for minor upgrade.",
          "type": "string"
        },
        "upgradeDetails": {
          "description": "The list of past auto upgrades.",
          "type": "array",
          "items": {
            "$ref": "UpgradeDetails"
          }
        }
      },
      "description": "ClusterUpgradeInfo contains the upgrade information of a cluster.",
      "id": "ClusterUpgradeInfo",
      "type": "object"
    },
    "CompliancePostureConfig": {
      "description": "Deprecated: Compliance Posture is no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation. CompliancePostureConfig defines the settings needed to enable/disable features for the Compliance Posture.",
      "properties": {
        "complianceStandards": {
          "description": "List of enabled compliance standards.",
          "items": {
            "$ref": "ComplianceStandard"
          },
          "type": "array"
        },
        "mode": {
          "description": "Defines the enablement mode for Compliance Posture.",
          "type": "string",
          "enumDescriptions": [
            "Default value not specified.",
            "Disables Compliance Posture features on the cluster.",
            "Enables Compliance Posture features on the cluster."
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "DISABLED",
            "ENABLED"
          ]
        }
      },
      "id": "CompliancePostureConfig",
      "type": "object",
      "deprecated": true
    },
    "SetNodePoolManagementRequest": {
      "description": "SetNodePoolManagementRequest sets the node management properties of a node pool.",
      "properties": {
        "zone": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
        },
        "name": {
          "description": "The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
          "type": "string"
        },
        "clusterId": {
          "description": "Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "management": {
          "$ref": "NodeManagement",
          "description": "Required. NodeManagement configuration for the node pool."
        },
        "nodePoolId": {
          "type": "string",
          "deprecated": true,
          "description": "Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field."
        },
        "projectId": {
          "type": "string",
          "deprecated": true,
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
        }
      },
      "id": "SetNodePoolManagementRequest",
      "type": "object"
    },
    "TaintConfig": {
      "type": "object",
      "description": "TaintConfig contains the configuration for the taints of the node pool.",
      "id": "TaintConfig",
      "properties": {
        "architectureTaintBehavior": {
          "type": "string",
          "description": "Optional. Controls architecture tainting behavior.",
          "enum": [
            "ARCHITECTURE_TAINT_BEHAVIOR_UNSPECIFIED",
            "NONE",
            "ARM"
          ],
          "enumDescriptions": [
            "Specifies that the behavior is unspecified, defaults to ARM.",
            "Disables default architecture taints on the node pool.",
            "Taints all the nodes in the node pool with the default ARM taint."
          ]
        }
      }
    },
    "StartIPRotationRequest": {
      "id": "StartIPRotationRequest",
      "description": "StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP.",
      "type": "object",
      "properties": {
        "zone": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
        },
        "rotateCredentials": {
          "type": "boolean",
          "description": "Whether to rotate credentials during IP rotation."
        },
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster name) of the cluster to start IP rotation. Specified in the format `projects/*/locations/*/clusters/*`."
        },
        "clusterId": {
          "deprecated": true,
          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
          "type": "string"
        },
        "projectId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
        }
      }
    },
    "StatusCondition": {
      "description": "StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).",
      "type": "object",
      "id": "StatusCondition",
      "properties": {
        "message": {
          "description": "Human-friendly representation of the condition",
          "type": "string"
        },
        "code": {
          "deprecated": true,
          "enumDescriptions": [
            "UNKNOWN indicates a generic condition.",
            "GCE_STOCKOUT indicates that Google Compute Engine resources are temporarily unavailable.",
            "GKE_SERVICE_ACCOUNT_DELETED indicates that the user deleted their robot service account.",
            "Google Compute Engine quota was exceeded.",
            "Cluster state was manually changed by an SRE due to a system logic error.",
            "Unable to perform an encrypt operation against the CloudKMS key used for etcd level encryption.",
            "Cluster CA is expiring soon.",
            "Node service account is missing permissions.",
            "Cloud KMS key version used for etcd level encryption has been destroyed. This is a permanent error."
          ],
          "type": "string",
          "description": "Machine-friendly representation of the condition Deprecated. Use canonical_code instead.",
          "enum": [
            "UNKNOWN",
            "GCE_STOCKOUT",
            "GKE_SERVICE_ACCOUNT_DELETED",
            "GCE_QUOTA_EXCEEDED",
            "SET_BY_OPERATOR",
            "CLOUD_KMS_KEY_ERROR",
            "CA_EXPIRING",
            "NODE_SERVICE_ACCOUNT_MISSING_PERMISSIONS",
            "CLOUD_KMS_KEY_DESTROYED"
          ]
        },
        "canonicalCode": {
          "type": "string",
          "description": "Canonical code of the condition.",
          "enum": [
            "OK",
            "CANCELLED",
            "UNKNOWN",
            "INVALID_ARGUMENT",
            "DEADLINE_EXCEEDED",
            "NOT_FOUND",
            "ALREADY_EXISTS",
            "PERMISSION_DENIED",
            "UNAUTHENTICATED",
            "RESOURCE_EXHAUSTED",
            "FAILED_PRECONDITION",
            "ABORTED",
            "OUT_OF_RANGE",
            "UNIMPLEMENTED",
            "INTERNAL",
            "UNAVAILABLE",
            "DATA_LOSS"
          ],
          "enumDescriptions": [
            "Not an error; returned on success. HTTP Mapping: 200 OK",
            "The operation was cancelled, typically by the caller. HTTP Mapping: 499 Client Closed Request",
            "Unknown error. For example, this error may be returned when a `Status` value received from another address space belongs to an error space that is not known in this address space. Also errors raised by APIs that do not return enough error information may be converted to this error. HTTP Mapping: 500 Internal Server Error",
            "The client specified an invalid argument. Note that this differs from `FAILED_PRECONDITION`. `INVALID_ARGUMENT` indicates arguments that are problematic regardless of the state of the system (e.g., a malformed file name). HTTP Mapping: 400 Bad Request",
            "The deadline expired before the operation could complete. For operations that change the state of the system, this error may be returned even if the operation has completed successfully. For example, a successful response from a server could have been delayed long enough for the deadline to expire. HTTP Mapping: 504 Gateway Timeout",
            "Some requested entity (e.g., file or directory) was not found. Note to server developers: if a request is denied for an entire class of users, such as gradual feature rollout or undocumented allowlist, `NOT_FOUND` may be used. If a request is denied for some users within a class of users, such as user-based access control, `PERMISSION_DENIED` must be used. HTTP Mapping: 404 Not Found",
            "The entity that a client attempted to create (e.g., file or directory) already exists. HTTP Mapping: 409 Conflict",
            "The caller does not have permission to execute the specified operation. `PERMISSION_DENIED` must not be used for rejections caused by exhausting some resource (use `RESOURCE_EXHAUSTED` instead for those errors). `PERMISSION_DENIED` must not be used if the caller can not be identified (use `UNAUTHENTICATED` instead for those errors). This error code does not imply the request is valid or the requested entity exists or satisfies other pre-conditions. HTTP Mapping: 403 Forbidden",
            "The request does not have valid authentication credentials for the operation. HTTP Mapping: 401 Unauthorized",
            "Some resource has been exhausted, perhaps a per-user quota, or perhaps the entire file system is out of space. HTTP Mapping: 429 Too Many Requests",
            "The operation was rejected because the system is not in a state required for the operation's execution. For example, the directory to be deleted is non-empty, an rmdir operation is applied to a non-directory, etc. Service implementors can use the following guidelines to decide between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`: (a) Use `UNAVAILABLE` if the client can retry just the failing call. (b) Use `ABORTED` if the client should retry at a higher level. For example, when a client-specified test-and-set fails, indicating the client should restart a read-modify-write sequence. (c) Use `FAILED_PRECONDITION` if the client should not retry until the system state has been explicitly fixed. For example, if an \"rmdir\" fails because the directory is non-empty, `FAILED_PRECONDITION` should be returned since the client should not retry unless the files are deleted from the directory. HTTP Mapping: 400 Bad Request",
            "The operation was aborted, typically due to a concurrency issue such as a sequencer check failure or transaction abort. See the guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: 409 Conflict",
            "The operation was attempted past the valid range. E.g., seeking or reading past end-of-file. Unlike `INVALID_ARGUMENT`, this error indicates a problem that may be fixed if the system state changes. For example, a 32-bit file system will generate `INVALID_ARGUMENT` if asked to read at an offset that is not in the range [0,2^32-1], but it will generate `OUT_OF_RANGE` if asked to read from an offset past the current file size. There is a fair bit of overlap between `FAILED_PRECONDITION` and `OUT_OF_RANGE`. We recommend using `OUT_OF_RANGE` (the more specific error) when it applies so that callers who are iterating through a space can easily look for an `OUT_OF_RANGE` error to detect when they are done. HTTP Mapping: 400 Bad Request",
            "The operation is not implemented or is not supported/enabled in this service. HTTP Mapping: 501 Not Implemented",
            "Internal errors. This means that some invariants expected by the underlying system have been broken. This error code is reserved for serious errors. HTTP Mapping: 500 Internal Server Error",
            "The service is currently unavailable. This is most likely a transient condition, which can be corrected by retrying with a backoff. Note that it is not always safe to retry non-idempotent operations. See the guidelines above for deciding between `FAILED_PRECONDITION`, `ABORTED`, and `UNAVAILABLE`. HTTP Mapping: 503 Service Unavailable",
            "Unrecoverable data loss or corruption. HTTP Mapping: 500 Internal Server Error"
          ]
        }
      }
    },
    "BlueGreenInfo": {
      "description": "Information relevant to blue-green upgrade.",
      "type": "object",
      "properties": {
        "blueInstanceGroupUrls": {
          "description": "The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "bluePoolDeletionStartTime": {
          "type": "string",
          "description": "Time to start deleting blue pool to complete blue-green upgrade, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."
        },
        "greenInstanceGroupUrls": {
          "description": "The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "phase": {
          "enumDescriptions": [
            "Unspecified phase.",
            "blue-green upgrade has been initiated.",
            "Start creating green pool nodes.",
            "Start cordoning blue pool nodes.",
            "Start draining blue pool nodes.",
            "Start soaking time after draining entire blue pool.",
            "Start deleting blue nodes.",
            "Rollback has been initiated."
          ],
          "type": "string",
          "description": "Current blue-green upgrade phase.",
          "enum": [
            "PHASE_UNSPECIFIED",
            "UPDATE_STARTED",
            "CREATING_GREEN_POOL",
            "CORDONING_BLUE_POOL",
            "DRAINING_BLUE_POOL",
            "NODE_POOL_SOAKING",
            "DELETING_BLUE_POOL",
            "ROLLBACK_STARTED"
          ]
        },
        "greenPoolVersion": {
          "description": "Version of green pool.",
          "type": "string"
        }
      },
      "id": "BlueGreenInfo"
    },
    "UpgradeSettings": {
      "description": "These upgrade settings control the level of parallelism and the level of disruption caused by an upgrade. maxUnavailable controls the number of nodes that can be simultaneously unavailable. maxSurge controls the number of additional nodes that can be added to the node pool temporarily for the time of the upgrade to increase the number of available nodes. (maxUnavailable + maxSurge) determines the level of parallelism (how many nodes are being upgraded at the same time). Note: upgrades inevitably introduce some disruption since workloads need to be moved from old nodes to new, upgraded ones. Even if maxUnavailable=0, this holds true. (Disruption stays within the limits of PodDisruptionBudget, if it is configured.) Consider a hypothetical node pool with 5 nodes having maxSurge=2, maxUnavailable=1. This means the upgrade process upgrades 3 nodes simultaneously. It creates 2 additional (upgraded) nodes, then it brings down 3 old (not yet upgraded) nodes at the same time. This ensures that there are always at least 4 nodes available. These upgrade settings configure the upgrade strategy for the node pool. Use strategy to switch between the strategies applied to the node pool. If the strategy is ROLLING, use max_surge and max_unavailable to control the level of parallelism and the level of disruption caused by upgrade. 1. maxSurge controls the number of additional nodes that can be added to the node pool temporarily for the time of the upgrade to increase the number of available nodes. 2. maxUnavailable controls the number of nodes that can be simultaneously unavailable. 3. (maxUnavailable + maxSurge) determines the level of parallelism (how many nodes are being upgraded at the same time). If the strategy is BLUE_GREEN, use blue_green_settings to configure the blue-green upgrade related settings. 1. standard_rollout_policy is the default policy. The policy is used to control the way blue pool gets drained. The draining is executed in the batch mode. The batch size could be specified as either percentage of the node pool size or the number of nodes. batch_soak_duration is the soak time after each batch gets drained. 2. node_pool_soak_duration is the soak time after all blue nodes are drained. After this period, the blue pool nodes will be deleted.",
      "id": "UpgradeSettings",
      "properties": {
        "maxUnavailable": {
          "type": "integer",
          "description": "The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.",
          "format": "int32"
        },
        "maxSurge": {
          "format": "int32",
          "type": "integer",
          "description": "The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process."
        },
        "blueGreenSettings": {
          "description": "Settings for blue-green upgrade strategy.",
          "$ref": "BlueGreenSettings"
        },
        "strategy": {
          "enum": [
            "NODE_POOL_UPDATE_STRATEGY_UNSPECIFIED",
            "BLUE_GREEN",
            "SURGE",
            "SHORT_LIVED"
          ],
          "type": "string",
          "enumDescriptions": [
            "Default value if unset. GKE internally defaults the update strategy to SURGE for unspecified strategies.",
            "blue-green upgrade.",
            "SURGE is the traditional way of upgrade a node pool. max_surge and max_unavailable determines the level of upgrade parallelism.",
            "SHORT_LIVED is the dedicated upgrade strategy for QueuedProvisioning and flex start node pools scaled up only by enqueueing to the Dynamic Workload Scheduler (DWS)."
          ],
          "description": "Update strategy of the node pool."
        }
      },
      "type": "object"
    },
    "OperationError": {
      "properties": {
        "timestamp": {
          "format": "google-datetime",
          "type": "string",
          "description": "Time when the CloudKMS error was seen."
        },
        "keyName": {
          "type": "string",
          "description": "CloudKMS key resource that had the error."
        },
        "errorMessage": {
          "type": "string",
          "description": "Description of the error seen during the operation."
        }
      },
      "description": "OperationError records errors seen from CloudKMS keys encountered during updates to DatabaseEncryption configuration.",
      "id": "OperationError",
      "type": "object"
    },
    "AutoprovisioningNodePoolDefaults": {
      "id": "AutoprovisioningNodePoolDefaults",
      "description": "AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.",
      "properties": {
        "bootDiskKmsKey": {
          "description": "The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption",
          "type": "string"
        },
        "diskSizeGb": {
          "format": "int32",
          "description": "Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.",
          "type": "integer"
        },
        "shieldedInstanceConfig": {
          "description": "Shielded Instance options.",
          "$ref": "ShieldedInstanceConfig"
        },
        "upgradeSettings": {
          "$ref": "UpgradeSettings",
          "description": "Specifies the upgrade settings for NAP created node pools"
        },
        "diskType": {
          "description": "Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced') If unspecified, the default disk type is 'pd-standard'",
          "type": "string"
        },
        "imageType": {
          "description": "The image type to use for NAP created node. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.",
          "type": "string"
        },
        "management": {
          "description": "Specifies the node management options for NAP created node-pools.",
          "$ref": "NodeManagement"
        },
        "insecureKubeletReadonlyPortEnabled": {
          "description": "DEPRECATED. Use NodePoolAutoConfig.NodeKubeletConfig instead.",
          "type": "boolean"
        },
        "oauthScopes": {
          "description": "Scopes that are used by NAP when creating node pools.",
          "items": {
            "type": "string"
          },
          "type": "array"
        },
        "minCpuPlatform": {
          "deprecated": true,
          "description": "Deprecated. Minimum CPU platform to be used for NAP created node pools. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as minCpuPlatform: Intel Haswell or minCpuPlatform: Intel Sandy Bridge. For more information, read [how to specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform). This field is deprecated, min_cpu_platform should be specified using `cloud.google.com/requested-min-cpu-platform` label selector on the pod. To unset the min cpu platform field pass \"automatic\" as field value.",
          "type": "string"
        },
        "serviceAccount": {
          "type": "string",
          "description": "The Google Cloud Platform Service Account to be used by the node VMs."
        }
      },
      "type": "object"
    },
    "CancelOperationRequest": {
      "id": "CancelOperationRequest",
      "description": "CancelOperationRequest cancels a single operation.",
      "type": "object",
      "properties": {
        "projectId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
        },
        "name": {
          "description": "The name (project, location, operation id) of the operation to cancel. Specified in the format `projects/*/locations/*/operations/*`.",
          "type": "string"
        },
        "operationId": {
          "description": "Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        }
      }
    },
    "ManagedMachineLearningDiagnosticsConfig": {
      "description": "ManagedMachineLearningDiagnosticsConfig is the configuration for the GKE Managed Machine Learning Diagnostics pipeline.",
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Enable/Disable Managed Machine Learning Diagnostics."
        }
      },
      "id": "ManagedMachineLearningDiagnosticsConfig"
    },
    "NetworkTierConfig": {
      "properties": {
        "networkTier": {
          "type": "string",
          "description": "Network tier configuration.",
          "enum": [
            "NETWORK_TIER_UNSPECIFIED",
            "NETWORK_TIER_DEFAULT",
            "NETWORK_TIER_PREMIUM",
            "NETWORK_TIER_STANDARD"
          ],
          "enumDescriptions": [
            "By default, use project-level configuration. When unspecified, the behavior defaults to NETWORK_TIER_DEFAULT. For cluster updates, this implies no action (no-op).",
            "Default network tier. Use project-level configuration. User can specify this value, meaning they want to keep the same behaviour as before cluster level network tier configuration is introduced. This field ensures backward compatibility for the network tier of cluster resources, such as node pools and load balancers, for their external IP addresses.",
            "Premium network tier.",
            "Standard network tier."
          ]
        }
      },
      "id": "NetworkTierConfig",
      "type": "object",
      "description": "NetworkTierConfig contains network tier information."
    },
    "AutoIpamConfig": {
      "description": "AutoIpamConfig contains all information related to Auto IPAM",
      "id": "AutoIpamConfig",
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "The flag that enables Auto IPAM on this cluster"
        }
      }
    },
    "DesiredAdditionalIPRangesConfig": {
      "type": "object",
      "description": "DesiredAdditionalIPRangesConfig is a wrapper used for cluster update operation and contains multiple AdditionalIPRangesConfigs.",
      "properties": {
        "additionalIpRangesConfigs": {
          "items": {
            "$ref": "AdditionalIPRangesConfig"
          },
          "description": "List of additional IP ranges configs where each AdditionalIPRangesConfig corresponds to one subnetwork's IP ranges",
          "type": "array"
        }
      },
      "id": "DesiredAdditionalIPRangesConfig"
    },
    "RBACBindingConfig": {
      "properties": {
        "enableInsecureBindingSystemAuthenticated": {
          "type": "boolean",
          "description": "Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjects system:authenticated."
        },
        "enableInsecureBindingSystemUnauthenticated": {
          "description": "Setting this to true will allow any ClusterRoleBinding and RoleBinding with subjets system:anonymous or system:unauthenticated.",
          "type": "boolean"
        }
      },
      "description": "RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.",
      "type": "object",
      "id": "RBACBindingConfig"
    },
    "PodAutoscaling": {
      "id": "PodAutoscaling",
      "properties": {
        "hpaProfile": {
          "enum": [
            "HPA_PROFILE_UNSPECIFIED",
            "NONE",
            "PERFORMANCE"
          ],
          "enumDescriptions": [
            "HPA_PROFILE_UNSPECIFIED is used when no custom HPA profile is set.",
            "Customers explicitly opt-out of HPA profiles.",
            "PERFORMANCE is used when customers opt-in to the performance HPA profile. In this profile we support a higher number of HPAs per cluster and faster metrics collection for workload autoscaling."
          ],
          "type": "string",
          "description": "Selected Horizontal Pod Autoscaling profile."
        }
      },
      "type": "object",
      "description": "PodAutoscaling is used for configuration of parameters for workload autoscaling."
    },
    "ParentProductConfig": {
      "description": "ParentProductConfig is the configuration of the parent product of the cluster. This field is used by Google internal products that are built on top of a GKE cluster and take the ownership of the cluster.",
      "type": "object",
      "id": "ParentProductConfig",
      "properties": {
        "productName": {
          "type": "string",
          "description": "Name of the parent product associated with the cluster."
        },
        "labels": {
          "type": "object",
          "description": "Labels contain the configuration of the parent product.",
          "additionalProperties": {
            "type": "string"
          }
        }
      }
    },
    "NodePoolAutoscaling": {
      "type": "object",
      "properties": {
        "maxNodeCount": {
          "type": "integer",
          "description": "Maximum number of nodes for one location in the node pool. Must be \u003e= min_node_count. There has to be enough quota to scale up the cluster.",
          "format": "int32"
        },
        "enabled": {
          "type": "boolean",
          "description": "Is autoscaling enabled for this node pool."
        },
        "autoprovisioned": {
          "type": "boolean",
          "description": "Can this node pool be deleted automatically."
        },
        "totalMaxNodeCount": {
          "format": "int32",
          "type": "integer",
          "description": "Maximum number of nodes in the node pool. Must be greater than or equal to total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields."
        },
        "totalMinNodeCount": {
          "type": "integer",
          "description": "Minimum number of nodes in the node pool. Must be greater than or equal to 0 and less than or equal to total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.",
          "format": "int32"
        },
        "minNodeCount": {
          "description": "Minimum number of nodes for one location in the node pool. Must be greater than or equal to 0 and less than or equal to max_node_count.",
          "type": "integer",
          "format": "int32"
        },
        "locationPolicy": {
          "description": "Location policy used when scaling up a node pool.",
          "type": "string",
          "enumDescriptions": [
            "Not set.",
            "BALANCED is a best effort policy that aims to balance the sizes of different zones.",
            "ANY policy picks zones that have the highest capacity available."
          ],
          "enum": [
            "LOCATION_POLICY_UNSPECIFIED",
            "BALANCED",
            "ANY"
          ]
        }
      },
      "description": "NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.",
      "id": "NodePoolAutoscaling"
    },
    "DisruptionBudget": {
      "description": "DisruptionBudget defines the upgrade disruption budget for the cluster control plane.",
      "properties": {
        "minorVersionDisruptionInterval": {
          "type": "string",
          "description": "Optional. The minimum duration between two minor version upgrades of the control plane.",
          "format": "google-duration"
        },
        "lastDisruptionTime": {
          "format": "google-datetime",
          "type": "string",
          "readOnly": true,
          "description": "Output only. The last time a disruption was performed on the control plane."
        },
        "lastMinorVersionDisruptionTime": {
          "description": "Output only. The last time a minor version upgrade was performed on the control plane.",
          "type": "string",
          "format": "google-datetime",
          "readOnly": true
        },
        "patchVersionDisruptionInterval": {
          "type": "string",
          "description": "Optional. The minimum duration between two patch version upgrades of the control plane.",
          "format": "google-duration"
        }
      },
      "type": "object",
      "id": "DisruptionBudget"
    },
    "SetNodePoolSizeRequest": {
      "properties": {
        "projectId": {
          "type": "string",
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "nodeCount": {
          "description": "Required. The desired node count for the pool.",
          "format": "int32",
          "type": "integer"
        },
        "clusterId": {
          "type": "string",
          "description": "Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "zone": {
          "type": "string",
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "nodePoolId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field."
        },
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`."
        }
      },
      "description": "SetNodePoolSizeRequest sets the size of a node pool.",
      "type": "object",
      "id": "SetNodePoolSizeRequest"
    },
    "ControlPlaneEndpointsConfig": {
      "description": "Configuration for all of the cluster's control plane endpoints.",
      "properties": {
        "dnsEndpointConfig": {
          "description": "DNS endpoint configuration.",
          "$ref": "DNSEndpointConfig"
        },
        "ipEndpointsConfig": {
          "$ref": "IPEndpointsConfig",
          "description": "IP endpoints configuration."
        }
      },
      "type": "object",
      "id": "ControlPlaneEndpointsConfig"
    },
    "HighScaleCheckpointingConfig": {
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the High Scale Checkpointing is enabled for this cluster."
        }
      },
      "id": "HighScaleCheckpointingConfig",
      "description": "Configuration for the High Scale Checkpointing."
    },
    "NodePoolUpgradeInfo": {
      "properties": {
        "pausedReason": {
          "type": "array",
          "items": {
            "type": "string",
            "enum": [
              "AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED",
              "MAINTENANCE_WINDOW",
              "MAINTENANCE_EXCLUSION_NO_UPGRADES",
              "MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES",
              "SYSTEM_CONFIG"
            ],
            "enumDescriptions": [
              "AUTO_UPGRADE_PAUSED_REASON_UNSPECIFIED indicates an unspecified reason.",
              "MAINTENANCE_WINDOW indicates the cluster is outside customer maintenance window.",
              "MAINTENANCE_EXCLUSION_NO_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_UPGRADES.",
              "MAINTENANCE_EXCLUSION_NO_MINOR_UPGRADES indicates the cluster is in a maintenance exclusion with scope NO_MINOR_UPGRADES.",
              "SYSTEM_CONFIG indicates the cluster upgrade is paused by system config."
            ]
          },
          "description": "The auto upgrade paused reason."
        },
        "patchTargetVersion": {
          "type": "string",
          "description": "patch_target_version indicates the target version for patch upgrade."
        },
        "minorTargetVersion": {
          "type": "string",
          "description": "minor_target_version indicates the target version for minor upgrade."
        },
        "endOfExtendedSupportTimestamp": {
          "type": "string",
          "description": "The node pool's current minor version's end of extended support timestamp."
        },
        "endOfStandardSupportTimestamp": {
          "description": "The node pool's current minor version's end of standard support timestamp.",
          "type": "string"
        },
        "upgradeDetails": {
          "type": "array",
          "items": {
            "$ref": "UpgradeDetails"
          },
          "description": "The list of past auto upgrades."
        },
        "autoUpgradeStatus": {
          "items": {
            "enumDescriptions": [
              "UNKNOWN indicates an unknown status.",
              "ACTIVE indicates an active status.",
              "MINOR_UPGRADE_PAUSED indicates the minor version upgrade is paused.",
              "UPGRADE_PAUSED indicates the upgrade is paused."
            ],
            "type": "string",
            "enum": [
              "UNKNOWN",
              "ACTIVE",
              "MINOR_UPGRADE_PAUSED",
              "UPGRADE_PAUSED"
            ]
          },
          "description": "The auto upgrade status.",
          "type": "array"
        }
      },
      "description": "NodePoolUpgradeInfo contains the upgrade information of a node pool.",
      "id": "NodePoolUpgradeInfo",
      "type": "object"
    },
    "SecretManagerConfig": {
      "properties": {
        "rotationConfig": {
          "$ref": "RotationConfig",
          "description": "Rotation config for secret manager."
        },
        "enabled": {
          "description": "Enable/Disable Secret Manager Config.",
          "type": "boolean"
        }
      },
      "id": "SecretManagerConfig",
      "description": "SecretManagerConfig is config for secret manager enablement.",
      "type": "object"
    },
    "CostManagementConfig": {
      "id": "CostManagementConfig",
      "type": "object",
      "description": "Configuration for fine-grained cost management feature.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the feature is enabled or not."
        }
      }
    },
    "EphemeralStorageLocalSsdConfig": {
      "description": "EphemeralStorageLocalSsdConfig contains configuration for the node ephemeral storage using Local SSDs.",
      "properties": {
        "localSsdCount": {
          "type": "integer",
          "description": "Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.",
          "format": "int32"
        },
        "dataCacheCount": {
          "type": "integer",
          "description": "Number of local SSDs to use for GKE Data Cache.",
          "format": "int32"
        }
      },
      "type": "object",
      "id": "EphemeralStorageLocalSsdConfig"
    },
    "ClusterAutoscaling": {
      "properties": {
        "autopilotGeneralProfile": {
          "enumDescriptions": [
            "Use default configuration.",
            "Avoid extra IP consumption.",
            "Use default configuration."
          ],
          "enum": [
            "AUTOPILOT_GENERAL_PROFILE_UNSPECIFIED",
            "NO_PERFORMANCE",
            "NONE"
          ],
          "type": "string",
          "description": "Autopilot general profile for the cluster, which defines the configuration for the cluster."
        },
        "defaultComputeClassConfig": {
          "$ref": "DefaultComputeClassConfig",
          "description": "Default compute class is a configuration for default compute class."
        },
        "resourceLimits": {
          "items": {
            "$ref": "ResourceLimit"
          },
          "description": "Contains global constraints regarding minimum and maximum amount of resources in the cluster.",
          "type": "array"
        },
        "autoscalingProfile": {
          "enum": [
            "PROFILE_UNSPECIFIED",
            "OPTIMIZE_UTILIZATION",
            "BALANCED"
          ],
          "description": "Defines autoscaling behaviour.",
          "type": "string",
          "enumDescriptions": [
            "No change to autoscaling configuration.",
            "Prioritize optimizing utilization of resources.",
            "Use default (balanced) autoscaling configuration."
          ]
        },
        "autoprovisioningLocations": {
          "type": "array",
          "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the NodePool's nodes can be created by NAP.",
          "items": {
            "type": "string"
          }
        },
        "enableNodeAutoprovisioning": {
          "description": "Enables automatic node pool creation and deletion.",
          "type": "boolean"
        },
        "autoprovisioningNodePoolDefaults": {
          "$ref": "AutoprovisioningNodePoolDefaults",
          "description": "AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP."
        }
      },
      "description": "ClusterAutoscaling contains global, per-cluster information required by Cluster Autoscaler to automatically adjust the size of the cluster and create/delete node pools based on the current needs.",
      "type": "object",
      "id": "ClusterAutoscaling"
    },
    "RotationConfig": {
      "description": "RotationConfig is config for secret manager auto rotation.",
      "type": "object",
      "id": "RotationConfig",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the rotation is enabled."
        },
        "rotationInterval": {
          "type": "string",
          "format": "google-duration",
          "description": "The interval between two consecutive rotations. Default rotation interval is 2 minutes."
        }
      }
    },
    "WritableCgroups": {
      "description": "Defines writable cgroups configuration.",
      "properties": {
        "enabled": {
          "description": "Optional. Whether writable cgroups is enabled.",
          "type": "boolean"
        }
      },
      "id": "WritableCgroups",
      "type": "object"
    },
    "DesiredEnterpriseConfig": {
      "description": "DesiredEnterpriseConfig is a wrapper used for updating enterprise_config. Deprecated: GKE Enterprise features are now available without an Enterprise tier.",
      "properties": {
        "desiredTier": {
          "enum": [
            "CLUSTER_TIER_UNSPECIFIED",
            "STANDARD",
            "ENTERPRISE"
          ],
          "description": "desired_tier specifies the desired tier of the cluster.",
          "enumDescriptions": [
            "CLUSTER_TIER_UNSPECIFIED is when cluster_tier is not set.",
            "STANDARD indicates a standard GKE cluster.",
            "ENTERPRISE indicates a GKE Enterprise cluster."
          ],
          "type": "string"
        }
      },
      "type": "object",
      "id": "DesiredEnterpriseConfig",
      "deprecated": true
    },
    "DatabaseEncryption": {
      "properties": {
        "currentState": {
          "type": "string",
          "enumDescriptions": [
            "Should never be set",
            "Secrets in etcd are encrypted.",
            "Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.",
            "Encryption (or re-encryption with a different CloudKMS key) of Secrets is in progress.",
            "Encryption (or re-encryption with a different CloudKMS key) of Secrets in etcd encountered an error.",
            "De-crypting Secrets to plain text in etcd is in progress.",
            "De-crypting Secrets to plain text in etcd encountered an error.",
            "Encryption of all objects in the storage is enabled. It does not guarantee that all objects in the storage are encrypted, but eventually they will be.",
            "Enablement of the encryption of all objects in storage is pending.",
            "Enabling encryption of all objects in storage encountered an error."
          ],
          "readOnly": true,
          "description": "Output only. The current state of etcd encryption.",
          "enum": [
            "CURRENT_STATE_UNSPECIFIED",
            "CURRENT_STATE_ENCRYPTED",
            "CURRENT_STATE_DECRYPTED",
            "CURRENT_STATE_ENCRYPTION_PENDING",
            "CURRENT_STATE_ENCRYPTION_ERROR",
            "CURRENT_STATE_DECRYPTION_PENDING",
            "CURRENT_STATE_DECRYPTION_ERROR",
            "CURRENT_STATE_ALL_OBJECTS_ENCRYPTION_ENABLED",
            "CURRENT_STATE_ALL_OBJECTS_ENCRYPTION_PENDING",
            "CURRENT_STATE_ALL_OBJECTS_ENCRYPTION_ERROR"
          ]
        },
        "state": {
          "enumDescriptions": [
            "Should never be set",
            "Secrets in etcd are encrypted.",
            "Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.",
            "Encryption of all objects in the storage is enabled. There is no guarantee that all objects in the storage are encrypted, but eventually they will be."
          ],
          "type": "string",
          "description": "The desired state of etcd encryption.",
          "enum": [
            "UNKNOWN",
            "ENCRYPTED",
            "DECRYPTED",
            "ALL_OBJECTS_ENCRYPTION_ENABLED"
          ]
        },
        "lastOperationErrors": {
          "description": "Output only. Records errors seen during DatabaseEncryption update operations.",
          "readOnly": true,
          "type": "array",
          "items": {
            "$ref": "OperationError"
          }
        },
        "keyName": {
          "description": "Name of CloudKMS key to use for the encryption of secrets in etcd. Ex. projects/my-project/locations/global/keyRings/my-ring/cryptoKeys/my-key",
          "type": "string"
        },
        "decryptionKeys": {
          "readOnly": true,
          "items": {
            "type": "string"
          },
          "description": "Output only. Keys in use by the cluster for decrypting existing objects, in addition to the key in `key_name`. Each item is a CloudKMS key resource.",
          "type": "array"
        }
      },
      "type": "object",
      "id": "DatabaseEncryption",
      "description": "Configuration of etcd encryption."
    },
    "SetMonitoringServiceRequest": {
      "description": "SetMonitoringServiceRequest sets the monitoring service of a cluster.",
      "properties": {
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "name": {
          "description": "The name (project, location, cluster) of the cluster to set monitoring. Specified in the format `projects/*/locations/*/clusters/*`.",
          "type": "string"
        },
        "clusterId": {
          "type": "string",
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "monitoringService": {
          "type": "string",
          "description": "Required. The monitoring service the cluster should use to write metrics. Currently available options: * `monitoring.googleapis.com/kubernetes` - The Cloud Monitoring service with a Kubernetes-native resource model * `monitoring.googleapis.com` - The legacy Cloud Monitoring service (no longer available as of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left as an empty string,`monitoring.googleapis.com/kubernetes` will be used for GKE 1.14+ or `monitoring.googleapis.com` for earlier versions."
        },
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        }
      },
      "id": "SetMonitoringServiceRequest",
      "type": "object"
    },
    "LoggingComponentConfig": {
      "type": "object",
      "id": "LoggingComponentConfig",
      "description": "LoggingComponentConfig is cluster logging component configuration.",
      "properties": {
        "enableComponents": {
          "type": "array",
          "description": "Select components to collect logs. An empty set would disable all logging.",
          "items": {
            "enum": [
              "COMPONENT_UNSPECIFIED",
              "SYSTEM_COMPONENTS",
              "WORKLOADS",
              "APISERVER",
              "SCHEDULER",
              "CONTROLLER_MANAGER",
              "KCP_SSHD",
              "KCP_CONNECTION",
              "KCP_HPA"
            ],
            "enumDescriptions": [
              "Default value. This shouldn't be used.",
              "system components",
              "workloads",
              "kube-apiserver",
              "kube-scheduler",
              "kube-controller-manager",
              "kcp-sshd",
              "kcp connection logs",
              "horizontal pod autoscaler decision logs"
            ],
            "type": "string"
          }
        }
      }
    },
    "AutoMonitoringConfig": {
      "description": "AutoMonitoringConfig defines the configuration for GKE Workload Auto-Monitoring.",
      "properties": {
        "scope": {
          "enum": [
            "SCOPE_UNSPECIFIED",
            "ALL",
            "NONE"
          ],
          "type": "string",
          "description": "Scope for GKE Workload Auto-Monitoring.",
          "enumDescriptions": [
            "Not set.",
            "Auto-Monitoring is enabled for all supported applications.",
            "Disable Auto-Monitoring."
          ]
        }
      },
      "type": "object",
      "id": "AutoMonitoringConfig"
    },
    "ListClustersResponse": {
      "type": "object",
      "properties": {
        "clusters": {
          "items": {
            "$ref": "Cluster"
          },
          "type": "array",
          "description": "A list of clusters in the project in the specified zone, or across all ones."
        },
        "missingZones": {
          "description": "If any zones are listed here, the list of clusters returned may be missing those zones.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "ListClustersResponse is the result of ListClustersRequest.",
      "id": "ListClustersResponse"
    },
    "DailyMaintenanceWindow": {
      "id": "DailyMaintenanceWindow",
      "description": "Time window specified for daily maintenance operations.",
      "properties": {
        "startTime": {
          "description": "Time within the maintenance window to start the maintenance operations. Time format should be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format \"HH:MM\", where HH : [00-23] and MM : [00-59] GMT.",
          "type": "string"
        },
        "duration": {
          "type": "string",
          "description": "Output only. Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) format \"PTnHnMnS\".",
          "readOnly": true
        }
      },
      "type": "object"
    },
    "CompleteIPRotationRequest": {
      "properties": {
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "name": {
          "description": "The name (project, location, cluster name) of the cluster to complete IP rotation. Specified in the format `projects/*/locations/*/clusters/*`.",
          "type": "string"
        },
        "projectId": {
          "type": "string",
          "deprecated": true,
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
        },
        "clusterId": {
          "type": "string",
          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
          "deprecated": true
        }
      },
      "id": "CompleteIPRotationRequest",
      "description": "CompleteIPRotationRequest moves the cluster master back into single-IP mode.",
      "type": "object"
    },
    "IPEndpointsConfig": {
      "type": "object",
      "id": "IPEndpointsConfig",
      "properties": {
        "globalAccess": {
          "description": "Controls whether the control plane's private endpoint is accessible from sources in other regions. It is invalid to specify both PrivateClusterMasterGlobalAccessConfig.enabled and this field at the same time.",
          "type": "boolean"
        },
        "privateEndpoint": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The internal IP address of this cluster's control plane. Only populated if enabled."
        },
        "enablePublicEndpoint": {
          "type": "boolean",
          "description": "Controls whether the control plane allows access through a public IP. It is invalid to specify both PrivateClusterConfig.enablePrivateEndpoint and this field at the same time."
        },
        "authorizedNetworksConfig": {
          "description": "Configuration of authorized networks. If enabled, restricts access to the control plane based on source IP. It is invalid to specify both Cluster.masterAuthorizedNetworksConfig and this field at the same time.",
          "$ref": "MasterAuthorizedNetworksConfig"
        },
        "publicEndpoint": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The external IP address of this cluster's control plane. Only populated if enabled."
        },
        "enabled": {
          "description": "Controls whether to allow direct IP access.",
          "type": "boolean"
        },
        "privateEndpointSubnetwork": {
          "type": "string",
          "description": "Subnet to provision the master's private endpoint during cluster creation. Specified in projects/*/regions/*/subnetworks/* format. It is invalid to specify both PrivateClusterConfig.privateEndpointSubnetwork and this field at the same time."
        }
      },
      "description": "IP endpoints configuration."
    },
    "ScheduleUpgradeConfig": {
      "id": "ScheduleUpgradeConfig",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Optional. Whether or not scheduled upgrades are enabled."
        }
      },
      "type": "object",
      "description": "Configuration for scheduled upgrades on the cluster."
    },
    "ServiceExternalIPsConfig": {
      "properties": {
        "enabled": {
          "description": "Whether Services with ExternalIPs field are allowed or not.",
          "type": "boolean"
        }
      },
      "id": "ServiceExternalIPsConfig",
      "type": "object",
      "description": "Config to block services with externalIPs field."
    },
    "BestEffortProvisioning": {
      "description": "Best effort provisioning.",
      "properties": {
        "minProvisionNodes": {
          "type": "integer",
          "description": "Minimum number of nodes to be provisioned to be considered as succeeded, and the rest of nodes will be provisioned gradually and eventually when stockout issue has been resolved.",
          "format": "int32"
        },
        "enabled": {
          "description": "When this is enabled, cluster/node pool creations will ignore non-fatal errors like stockout to best provision as many nodes as possible right now and eventually bring up all target number of nodes",
          "type": "boolean"
        }
      },
      "id": "BestEffortProvisioning",
      "type": "object"
    },
    "NodeTaint": {
      "properties": {
        "value": {
          "description": "Value for taint.",
          "type": "string"
        },
        "effect": {
          "description": "Effect for taint.",
          "enumDescriptions": [
            "Not set",
            "NoSchedule",
            "PreferNoSchedule",
            "NoExecute"
          ],
          "type": "string",
          "enum": [
            "EFFECT_UNSPECIFIED",
            "NO_SCHEDULE",
            "PREFER_NO_SCHEDULE",
            "NO_EXECUTE"
          ]
        },
        "key": {
          "description": "Key for taint.",
          "type": "string"
        }
      },
      "description": "Kubernetes taint is composed of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. See [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration) for more information, including usage and the valid values.",
      "type": "object",
      "id": "NodeTaint"
    },
    "GcfsConfig": {
      "id": "GcfsConfig",
      "properties": {
        "enabled": {
          "description": "Whether to use GCFS.",
          "type": "boolean"
        }
      },
      "description": "GcfsConfig contains configurations of Google Container File System (image streaming).",
      "type": "object"
    },
    "AdvancedDatapathObservabilityConfig": {
      "id": "AdvancedDatapathObservabilityConfig",
      "properties": {
        "enableMetrics": {
          "type": "boolean",
          "description": "Expose flow metrics on nodes"
        },
        "relayMode": {
          "description": "Method used to make Relay available",
          "enumDescriptions": [
            "Default value. This shouldn't be used.",
            "disabled",
            "exposed via internal load balancer",
            "exposed via external load balancer"
          ],
          "type": "string",
          "enum": [
            "RELAY_MODE_UNSPECIFIED",
            "DISABLED",
            "INTERNAL_VPC_LB",
            "EXTERNAL_LB"
          ]
        },
        "enableRelay": {
          "type": "boolean",
          "description": "Enable Relay component"
        }
      },
      "type": "object",
      "description": "AdvancedDatapathObservabilityConfig specifies configuration of observability features of advanced datapath."
    },
    "AutoUpgradeOptions": {
      "properties": {
        "autoUpgradeStartTime": {
          "description": "Output only. This field is set when upgrades are about to commence with the approximate start time for the upgrades, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
          "type": "string",
          "readOnly": true
        },
        "description": {
          "type": "string",
          "description": "Output only. This field is set when upgrades are about to commence with the description of the upgrade.",
          "readOnly": true
        }
      },
      "id": "AutoUpgradeOptions",
      "description": "AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.",
      "type": "object"
    },
    "CreateClusterRequest": {
      "description": "CreateClusterRequest creates a cluster.",
      "type": "object",
      "id": "CreateClusterRequest",
      "properties": {
        "parent": {
          "type": "string",
          "description": "The parent (project and location) where the cluster will be created. Specified in the format `projects/*/locations/*`."
        },
        "zone": {
          "deprecated": true,
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.",
          "type": "string"
        },
        "cluster": {
          "description": "Required. A [cluster resource](https://cloud.google.com/container-engine/reference/rest/v1/projects.locations.clusters)",
          "$ref": "Cluster"
        },
        "projectId": {
          "deprecated": true,
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
          "type": "string"
        }
      }
    },
    "ResourceUsageExportConfig": {
      "properties": {
        "enableNetworkEgressMetering": {
          "description": "Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.",
          "type": "boolean"
        },
        "bigqueryDestination": {
          "$ref": "BigQueryDestination",
          "description": "Configuration to use BigQuery as usage export destination."
        },
        "consumptionMeteringConfig": {
          "$ref": "ConsumptionMeteringConfig",
          "description": "Configuration to enable resource consumption metering."
        }
      },
      "description": "Configuration for exporting cluster resource usages.",
      "id": "ResourceUsageExportConfig",
      "type": "object"
    },
    "MonitoringComponentConfig": {
      "description": "MonitoringComponentConfig is cluster monitoring component configuration.",
      "properties": {
        "enableComponents": {
          "items": {
            "type": "string",
            "enum": [
              "COMPONENT_UNSPECIFIED",
              "SYSTEM_COMPONENTS",
              "APISERVER",
              "SCHEDULER",
              "CONTROLLER_MANAGER",
              "STORAGE",
              "HPA",
              "POD",
              "DAEMONSET",
              "DEPLOYMENT",
              "STATEFULSET",
              "CADVISOR",
              "KUBELET",
              "DCGM",
              "JOBSET"
            ],
            "enumDescriptions": [
              "Default value. This shouldn't be used.",
              "system components",
              "kube-apiserver",
              "kube-scheduler",
              "kube-controller-manager",
              "Storage",
              "Horizontal Pod Autoscaling",
              "Pod",
              "DaemonSet",
              "Deployment",
              "Statefulset",
              "CADVISOR",
              "KUBELET",
              "NVIDIA Data Center GPU Manager (DCGM)",
              "JobSet"
            ]
          },
          "type": "array",
          "description": "Select components to collect metrics. An empty set would disable all monitoring."
        }
      },
      "id": "MonitoringComponentConfig",
      "type": "object"
    },
    "HttpLoadBalancing": {
      "properties": {
        "disabled": {
          "type": "boolean",
          "description": "Whether the HTTP Load Balancing controller is enabled in the cluster. When enabled, it runs a small pod in the cluster that manages the load balancers."
        }
      },
      "description": "Configuration options for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.",
      "id": "HttpLoadBalancing",
      "type": "object"
    },
    "KubernetesDashboard": {
      "id": "KubernetesDashboard",
      "type": "object",
      "properties": {
        "disabled": {
          "description": "Whether the Kubernetes Dashboard is enabled for this cluster.",
          "type": "boolean"
        }
      },
      "description": "Configuration for the Kubernetes Dashboard."
    },
    "Autopilot": {
      "properties": {
        "clusterPolicyConfig": {
          "$ref": "ClusterPolicyConfig",
          "description": "ClusterPolicyConfig denotes cluster level policies that are enforced for the cluster."
        },
        "privilegedAdmissionConfig": {
          "$ref": "PrivilegedAdmissionConfig",
          "description": "PrivilegedAdmissionConfig is the configuration related to privileged admission control."
        },
        "enabled": {
          "description": "Enable Autopilot",
          "type": "boolean"
        },
        "workloadPolicyConfig": {
          "description": "WorkloadPolicyConfig is the configuration related to GCW workload policy",
          "$ref": "WorkloadPolicyConfig"
        }
      },
      "id": "Autopilot",
      "type": "object",
      "description": "Autopilot is the configuration for Autopilot settings on the cluster."
    },
    "PlacementPolicy": {
      "description": "PlacementPolicy defines the placement policy used by the node pool.",
      "type": "object",
      "id": "PlacementPolicy",
      "properties": {
        "policyName": {
          "type": "string",
          "description": "If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned."
        },
        "type": {
          "description": "The type of placement.",
          "enumDescriptions": [
            "TYPE_UNSPECIFIED specifies no requirements on nodes placement.",
            "COMPACT specifies node placement in the same availability domain to ensure low communication latency."
          ],
          "enum": [
            "TYPE_UNSPECIFIED",
            "COMPACT"
          ],
          "type": "string"
        },
        "tpuTopology": {
          "type": "string",
          "description": "Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies"
        }
      }
    },
    "HorizontalPodAutoscaling": {
      "type": "object",
      "properties": {
        "disabled": {
          "description": "Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.",
          "type": "boolean"
        }
      },
      "description": "Configuration options for the horizontal pod autoscaling feature, which increases or decreases the number of replica pods a replication controller has based on the resource usage of the existing pods.",
      "id": "HorizontalPodAutoscaling"
    },
    "CertificateAuthorityDomainConfig": {
      "description": "CertificateAuthorityDomainConfig configures one or more fully qualified domain names (FQDN) to a specific certificate.",
      "properties": {
        "gcpSecretManagerCertificateConfig": {
          "description": "Secret Manager certificate configuration.",
          "$ref": "GCPSecretManagerCertificateConfig"
        },
        "fqdns": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of fully qualified domain names (FQDN). Specifying port is supported. Wildcards are NOT supported. Examples: - `my.customdomain.com` - `10.0.1.2:5000`"
        }
      },
      "type": "object",
      "id": "CertificateAuthorityDomainConfig"
    },
    "NodeManagement": {
      "type": "object",
      "properties": {
        "upgradeOptions": {
          "description": "Specifies the Auto Upgrade knobs for the node pool.",
          "$ref": "AutoUpgradeOptions"
        },
        "autoUpgrade": {
          "type": "boolean",
          "description": "A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes."
        },
        "autoRepair": {
          "type": "boolean",
          "description": "A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered."
        }
      },
      "description": "NodeManagement defines the set of node management services turned on for the node pool.",
      "id": "NodeManagement"
    },
    "GcePersistentDiskCsiDriverConfig": {
      "description": "Configuration for the Compute Engine PD CSI driver.",
      "id": "GcePersistentDiskCsiDriverConfig",
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the Compute Engine PD CSI driver is enabled for this cluster."
        }
      }
    },
    "NodeNetworkConfig": {
      "type": "object",
      "id": "NodeNetworkConfig",
      "properties": {
        "acceleratorNetworkProfile": {
          "description": "Immutable. The accelerator network profile for the node pool. For now the only valid value is \"auto\". If specified, the network configuration of the nodes in this node pool will be managed by this profile for the supported machine types, zone, etc.",
          "type": "string"
        },
        "podRange": {
          "type": "string",
          "description": "The ID of the secondary range for pod IPs. If `create_pod_range` is true, this ID is used for the new range. If `create_pod_range` is false, uses an existing secondary range with this ID. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created."
        },
        "networkPerformanceConfig": {
          "description": "Network bandwidth tier configuration.",
          "$ref": "NetworkPerformanceConfig"
        },
        "additionalPodNetworkConfigs": {
          "items": {
            "$ref": "AdditionalPodNetworkConfig"
          },
          "description": "We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node",
          "type": "array"
        },
        "podIpv4CidrBlock": {
          "type": "string",
          "description": "The IP address range for pod IPs in this node pool. Only applicable if `create_pod_range` is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g. `/14`) to have a range chosen with a specific netmask. Set to a [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`) to pick a specific range to use. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created."
        },
        "podCidrOverprovisionConfig": {
          "description": "[PRIVATE FIELD] Pod CIDR size overprovisioning config for the node pool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.",
          "$ref": "PodCIDROverprovisionConfig"
        },
        "enablePrivateNodes": {
          "description": "Whether nodes have internal IP addresses only. If enable_private_nodes is not specified, then the value is derived from Cluster.NetworkConfig.default_enable_private_nodes",
          "type": "boolean"
        },
        "subnetwork": {
          "description": "Optional. The subnetwork name/path for the node pool. Format: projects/{project}/regions/{region}/subnetworks/{subnetwork} If the cluster is associated with multiple subnetworks, the subnetwork can be either: - A user supplied subnetwork name during node pool creation (e.g., `my-subnet`). The name must be between 1 and 63 characters long, start with a letter, contain only letters, numbers, and hyphens, and end with a letter or a number. - A full subnetwork path during node pool creation, such as `projects/gke-project/regions/us-central1/subnetworks/my-subnet` - A subnetwork path picked based on the IP utilization during node pool creation and is immutable.",
          "type": "string"
        },
        "additionalNodeNetworkConfigs": {
          "items": {
            "$ref": "AdditionalNodeNetworkConfig"
          },
          "type": "array",
          "description": "We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface"
        },
        "createPodRange": {
          "description": "Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for `pod_range` and `pod_ipv4_cidr_block` if they are not specified. If neither `create_pod_range` or `pod_range` are specified, the cluster-level default (`ip_allocation_policy.cluster_ipv4_cidr_block`) is used. Only applicable if `ip_allocation_policy.use_ip_aliases` is true. This field cannot be changed after the node pool has been created.",
          "type": "boolean"
        },
        "podIpv4RangeUtilization": {
          "readOnly": true,
          "description": "Output only. The utilization of the IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodes*numZones*podIPsPerNode.",
          "type": "number",
          "format": "double"
        },
        "networkTierConfig": {
          "description": "Output only. The network tier configuration for the node pool inherits from the cluster-level configuration and remains immutable throughout the node pool's lifecycle, including during upgrades.",
          "$ref": "NetworkTierConfig",
          "readOnly": true
        }
      },
      "description": "Parameters for node pool-level network config."
    },
    "UpdateMasterRequest": {
      "description": "UpdateMasterRequest updates the master of the cluster.",
      "id": "UpdateMasterRequest",
      "properties": {
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "masterVersion": {
          "description": "Required. The Kubernetes version to change the master to. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"-\": picks the default Kubernetes version",
          "type": "string"
        },
        "clusterId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field."
        },
        "name": {
          "description": "The name (project, location, cluster) of the cluster to update. Specified in the format `projects/*/locations/*/clusters/*`.",
          "type": "string"
        },
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        }
      },
      "type": "object"
    },
    "NodePool": {
      "description": "NodePool contains the name and configuration for a cluster's node pool. Node pools are a set of nodes (i.e. VM's), with a common configuration and specification, under the control of the cluster master. They may have a set of Kubernetes labels applied to them, which may be used to reference them during pod scheduling. They may also be resized up or down, to accommodate the workload.",
      "id": "NodePool",
      "type": "object",
      "properties": {
        "config": {
          "description": "The node configuration of the pool.",
          "$ref": "NodeConfig"
        },
        "name": {
          "description": "The name of the node pool.",
          "type": "string"
        },
        "locations": {
          "type": "array",
          "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the [Cluster.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters#Cluster.FIELDS.locations) value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.",
          "items": {
            "type": "string"
          }
        },
        "queuedProvisioning": {
          "$ref": "QueuedProvisioning",
          "description": "Specifies the configuration of queued provisioning."
        },
        "networkConfig": {
          "$ref": "NodeNetworkConfig",
          "description": "Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults."
        },
        "status": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The status of the nodes in this pool instance.",
          "enumDescriptions": [
            "Not set.",
            "The PROVISIONING state indicates the node pool is being created.",
            "The RUNNING state indicates the node pool has been created and is fully usable.",
            "The RUNNING_WITH_ERROR state indicates the node pool has been created and is partially usable. Some error state has occurred and some functionality may be impaired. Customer may need to reissue a request or trigger a new update.",
            "The RECONCILING state indicates that some work is actively being done on the node pool, such as upgrading node software. Details can be found in the `statusMessage` field.",
            "The STOPPING state indicates the node pool is being deleted.",
            "The ERROR state indicates the node pool may be unusable. Details can be found in the `statusMessage` field."
          ],
          "enum": [
            "STATUS_UNSPECIFIED",
            "PROVISIONING",
            "RUNNING",
            "RUNNING_WITH_ERROR",
            "RECONCILING",
            "STOPPING",
            "ERROR"
          ]
        },
        "nodeDrainConfig": {
          "description": "Specifies the node drain configuration for this node pool.",
          "$ref": "NodeDrainConfig"
        },
        "initialNodeCount": {
          "description": "The initial node count for the pool. You must ensure that your Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota.",
          "type": "integer",
          "format": "int32"
        },
        "conditions": {
          "type": "array",
          "items": {
            "$ref": "StatusCondition"
          },
          "description": "Which conditions caused the current node pool state."
        },
        "version": {
          "description": "The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described [here](https://cloud.google.com/kubernetes-engine/versioning#specifying_node_version).",
          "type": "string"
        },
        "maxPodsConstraint": {
          "description": "The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.",
          "$ref": "MaxPodsConstraint"
        },
        "management": {
          "description": "NodeManagement configuration for this NodePool.",
          "$ref": "NodeManagement"
        },
        "etag": {
          "type": "string",
          "description": "This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding."
        },
        "autopilotConfig": {
          "$ref": "AutopilotConfig",
          "description": "Specifies the autopilot configuration for this node pool. This field is exclusively reserved for Cluster Autoscaler."
        },
        "statusMessage": {
          "description": "Output only. Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.",
          "deprecated": true,
          "type": "string",
          "readOnly": true
        },
        "autoscaling": {
          "description": "Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.",
          "$ref": "NodePoolAutoscaling"
        },
        "podIpv4CidrSize": {
          "format": "int32",
          "type": "integer",
          "description": "Output only. The pod CIDR block size per node in this node pool.",
          "readOnly": true
        },
        "instanceGroupUrls": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "readOnly": true,
          "description": "Output only. The resource URLs of the [managed instance groups](https://cloud.google.com/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources."
        },
        "updateInfo": {
          "readOnly": true,
          "description": "Output only. Update info contains relevant information during a node pool update.",
          "$ref": "UpdateInfo"
        },
        "placementPolicy": {
          "$ref": "PlacementPolicy",
          "description": "Specifies the node placement policy."
        },
        "selfLink": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Server-defined URL for the resource."
        },
        "bestEffortProvisioning": {
          "$ref": "BestEffortProvisioning",
          "description": "Enable best effort provisioning for nodes"
        },
        "upgradeSettings": {
          "$ref": "UpgradeSettings",
          "description": "Upgrade settings control disruption and speed of the upgrade."
        }
      }
    },
    "ClusterPolicyConfig": {
      "description": "ClusterPolicyConfig stores the configuration for cluster wide policies.",
      "properties": {
        "noSystemMutation": {
          "description": "Denotes that preventing creation and mutation of resources in GKE managed namespaces and cluster-scoped GKE managed resources .",
          "type": "boolean"
        },
        "noStandardNodePools": {
          "type": "boolean",
          "description": "Denotes preventing standard node pools and requiring only autopilot node pools."
        },
        "noUnsafeWebhooks": {
          "description": "Denotes preventing unsafe webhooks.",
          "type": "boolean"
        },
        "noSystemImpersonation": {
          "type": "boolean",
          "description": "Denotes preventing impersonation and CSRs for GKE System users."
        }
      },
      "id": "ClusterPolicyConfig",
      "type": "object"
    },
    "EvictionSignals": {
      "description": "Eviction signals are the current state of a particular resource at a specific point in time. The kubelet uses eviction signals to make eviction decisions by comparing the signals to eviction thresholds, which are the minimum amount of the resource that should be available on the node.",
      "id": "EvictionSignals",
      "type": "object",
      "properties": {
        "nodefsInodesFree": {
          "description": "Optional. Amount of inodes available on filesystem that kubelet uses for volumes, daemon logs, etc. Defines the amount of \"nodefs.inodesFree\" signal in kubelet. Default is unset, if not specified in the kubelet config. Linux only. It takses percentage value for now. Sample format: \"30%\". Must be \u003e= 5% and \u003c= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        },
        "imagefsInodesFree": {
          "type": "string",
          "description": "Optional. Amount of inodes available on filesystem that container runtime uses for storing images layers. Defines the amount of \"imagefs.inodesFree\" signal in kubelet. Default is unset, if not specified in the kubelet config. Linux only. It takses percentage value for now. Sample format: \"30%\". Must be \u003e= 5% and \u003c= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "nodefsAvailable": {
          "description": "Optional. Amount of storage available on filesystem that kubelet uses for volumes, daemon logs, etc. Defines the amount of \"nodefs.available\" signal in kubelet. Default is unset, if not specified in the kubelet config. It takses percentage value for now. Sample format: \"30%\". Must be \u003e= 10% and \u003c= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        },
        "imagefsAvailable": {
          "type": "string",
          "description": "Optional. Amount of storage available on filesystem that container runtime uses for storing images layers. If the container filesystem and image filesystem are not separate, then imagefs can store both image layers and writeable layers. Defines the amount of \"imagefs.available\" signal in kubelet. Default is unset, if not specified in the kubelet config. It takses percentage value for now. Sample format: \"30%\". Must be \u003e= 15% and \u003c= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "memoryAvailable": {
          "description": "Optional. Memory available (i.e. capacity - workingSet), in bytes. Defines the amount of \"memory.available\" signal in kubelet. Default is unset, if not specified in the kubelet config. Format: positive number + unit, e.g. 100Ki, 10Mi, 5Gi. Valid units are Ki, Mi, Gi. Must be \u003e= 100Mi and \u003c= 50% of the node's memory. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        },
        "pidAvailable": {
          "type": "string",
          "description": "Optional. Amount of PID available for pod allocation. Defines the amount of \"pid.available\" signal in kubelet. Default is unset, if not specified in the kubelet config. It takses percentage value for now. Sample format: \"30%\". Must be \u003e= 10% and \u003c= 50%. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        }
      }
    },
    "CidrBlock": {
      "properties": {
        "cidrBlock": {
          "type": "string",
          "description": "cidr_block must be specified in CIDR notation."
        },
        "displayName": {
          "description": "display_name is an optional field for users to identify CIDR blocks.",
          "type": "string"
        }
      },
      "type": "object",
      "id": "CidrBlock",
      "description": "CidrBlock contains an optional name and one CIDR block."
    },
    "UserManagedKeysConfig": {
      "properties": {
        "clusterCa": {
          "type": "string",
          "description": "The Certificate Authority Service caPool to use for the cluster CA in this cluster."
        },
        "etcdApiCa": {
          "type": "string",
          "description": "Resource path of the Certificate Authority Service caPool to use for the etcd API CA in this cluster."
        },
        "serviceAccountVerificationKeys": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The Cloud KMS cryptoKeyVersions to use for verifying service account JWTs issued by this cluster. Format: `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{cryptoKey}/cryptoKeyVersions/{cryptoKeyVersion}`"
        },
        "etcdPeerCa": {
          "description": "Resource path of the Certificate Authority Service caPool to use for the etcd peer CA in this cluster.",
          "type": "string"
        },
        "controlPlaneDiskEncryptionKey": {
          "type": "string",
          "description": "The Cloud KMS cryptoKey to use for Confidential Hyperdisk on the control plane nodes."
        },
        "aggregationCa": {
          "type": "string",
          "description": "The Certificate Authority Service caPool to use for the aggregation CA in this cluster."
        },
        "controlPlaneDiskEncryptionKeyVersions": {
          "items": {
            "type": "string"
          },
          "readOnly": true,
          "type": "array",
          "description": "Output only. All of the versions of the Cloud KMS cryptoKey that are used by Confidential Hyperdisks on the control plane nodes."
        },
        "serviceAccountSigningKeys": {
          "items": {
            "type": "string"
          },
          "type": "array",
          "description": "The Cloud KMS cryptoKeyVersions to use for signing service account JWTs issued by this cluster. Format: `projects/{project}/locations/{location}/keyRings/{keyring}/cryptoKeys/{cryptoKey}/cryptoKeyVersions/{cryptoKeyVersion}`"
        },
        "gkeopsEtcdBackupEncryptionKey": {
          "description": "Resource path of the Cloud KMS cryptoKey to use for encryption of internal etcd backups.",
          "type": "string"
        }
      },
      "type": "object",
      "description": "UserManagedKeysConfig holds the resource address to Keys which are used for signing certs and token that are used for communication within cluster.",
      "id": "UserManagedKeysConfig"
    },
    "NetworkConfig": {
      "description": "NetworkConfig reports the relative names of network & subnetwork.",
      "type": "object",
      "properties": {
        "enableIntraNodeVisibility": {
          "type": "boolean",
          "description": "Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network."
        },
        "datapathProvider": {
          "type": "string",
          "enumDescriptions": [
            "Default value.",
            "Use the IPTables implementation based on kube-proxy.",
            "Use the eBPF based GKE Dataplane V2 with additional features. See the [GKE Dataplane V2 documentation](https://cloud.google.com/kubernetes-engine/docs/how-to/dataplane-v2) for more."
          ],
          "description": "The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.",
          "enum": [
            "DATAPATH_PROVIDER_UNSPECIFIED",
            "LEGACY_DATAPATH",
            "ADVANCED_DATAPATH"
          ]
        },
        "defaultEnablePrivateNodes": {
          "type": "boolean",
          "description": "Controls whether by default nodes have private IP addresses only. It is invalid to specify both PrivateClusterConfig.enablePrivateNodes and this field at the same time. To update the default setting, use ClusterUpdate.desired_default_enable_private_nodes"
        },
        "enableL4ilbSubsetting": {
          "type": "boolean",
          "description": "Whether L4ILB Subsetting is enabled for this cluster."
        },
        "network": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The relative name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network"
        },
        "enableCiliumClusterwideNetworkPolicy": {
          "description": "Whether CiliumClusterwideNetworkPolicy is enabled on this cluster.",
          "type": "boolean"
        },
        "privateIpv6GoogleAccess": {
          "description": "The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)",
          "enumDescriptions": [
            "Default value. Same as DISABLED",
            "No private access to or from Google Services",
            "Enables private IPv6 access to Google Services from GKE",
            "Enables private IPv6 access to and from Google Services"
          ],
          "type": "string",
          "enum": [
            "PRIVATE_IPV6_GOOGLE_ACCESS_UNSPECIFIED",
            "PRIVATE_IPV6_GOOGLE_ACCESS_DISABLED",
            "PRIVATE_IPV6_GOOGLE_ACCESS_TO_GOOGLE",
            "PRIVATE_IPV6_GOOGLE_ACCESS_BIDIRECTIONAL"
          ]
        },
        "enableMultiNetworking": {
          "type": "boolean",
          "description": "Whether multi-networking is enabled for this cluster."
        },
        "disableL4LbFirewallReconciliation": {
          "description": "Disable L4 load balancer VPC firewalls to enable firewall policies.",
          "type": "boolean"
        },
        "gatewayApiConfig": {
          "$ref": "GatewayAPIConfig",
          "description": "GatewayAPIConfig contains the desired config of Gateway API on this cluster."
        },
        "networkPerformanceConfig": {
          "description": "Network bandwidth tier configuration.",
          "$ref": "ClusterNetworkPerformanceConfig"
        },
        "defaultSnatStatus": {
          "$ref": "DefaultSnatStatus",
          "description": "Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic."
        },
        "serviceExternalIpsConfig": {
          "description": "ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.",
          "$ref": "ServiceExternalIPsConfig"
        },
        "subnetwork": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The relative name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/vpc) to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet"
        },
        "inTransitEncryptionConfig": {
          "enum": [
            "IN_TRANSIT_ENCRYPTION_CONFIG_UNSPECIFIED",
            "IN_TRANSIT_ENCRYPTION_DISABLED",
            "IN_TRANSIT_ENCRYPTION_INTER_NODE_TRANSPARENT"
          ],
          "description": "Specify the details of in-transit encryption. Now named inter-node transparent encryption.",
          "type": "string",
          "enumDescriptions": [
            "Unspecified, will be inferred as default - IN_TRANSIT_ENCRYPTION_UNSPECIFIED.",
            "In-transit encryption is disabled.",
            "Data in-transit is encrypted using inter-node transparent encryption."
          ]
        },
        "enableFqdnNetworkPolicy": {
          "description": "Whether FQDN Network Policy is enabled on this cluster.",
          "type": "boolean"
        },
        "dnsConfig": {
          "description": "DNSConfig contains clusterDNS config for this cluster.",
          "$ref": "DNSConfig"
        }
      },
      "id": "NetworkConfig"
    },
    "NodePoolDefaults": {
      "description": "Subset of Nodepool message that has defaults.",
      "type": "object",
      "id": "NodePoolDefaults",
      "properties": {
        "nodeConfigDefaults": {
          "$ref": "NodeConfigDefaults",
          "description": "Subset of NodeConfig message that has defaults."
        }
      }
    },
    "ResourceLimit": {
      "type": "object",
      "description": "Contains information about amount of some resource in the cluster. For memory, value should be in GB.",
      "id": "ResourceLimit",
      "properties": {
        "resourceType": {
          "description": "Resource name \"cpu\", \"memory\" or gpu-specific string.",
          "type": "string"
        },
        "minimum": {
          "format": "int64",
          "type": "string",
          "description": "Minimum amount of the resource in the cluster."
        },
        "maximum": {
          "format": "int64",
          "type": "string",
          "description": "Maximum amount of the resource in the cluster."
        }
      }
    },
    "HugepagesConfig": {
      "type": "object",
      "description": "Hugepages amount in both 2m and 1g size",
      "properties": {
        "hugepageSize2m": {
          "format": "int32",
          "description": "Optional. Amount of 2M hugepages",
          "type": "integer"
        },
        "hugepageSize1g": {
          "format": "int32",
          "type": "integer",
          "description": "Optional. Amount of 1G hugepages"
        }
      },
      "id": "HugepagesConfig"
    },
    "PrivilegedAdmissionConfig": {
      "description": "PrivilegedAdmissionConfig stores the list of authorized allowlist paths for the cluster.",
      "type": "object",
      "id": "PrivilegedAdmissionConfig",
      "properties": {
        "allowlistPaths": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The customer allowlist Cloud Storage paths for the cluster. These paths are used with the `--autopilot-privileged-admission` flag to authorize privileged workloads in Autopilot clusters. Paths can be GKE-owned, in the format `gke:////`, or customer-owned, in the format `gs:///`. Wildcards (`*`) are supported to authorize all allowlists under specific paths or directories. Example: `gs://my-bucket/*` will authorize all allowlists under the `my-bucket` bucket."
        }
      }
    },
    "ServerConfig": {
      "properties": {
        "defaultClusterVersion": {
          "description": "Version of Kubernetes the service deploys by default.",
          "type": "string"
        },
        "validImageTypes": {
          "type": "array",
          "description": "List of valid image types.",
          "items": {
            "type": "string"
          }
        },
        "channels": {
          "description": "List of release channel configurations.",
          "items": {
            "$ref": "ReleaseChannelConfig"
          },
          "type": "array"
        },
        "defaultImageType": {
          "type": "string",
          "description": "Default image type."
        },
        "validNodeVersions": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of valid node upgrade target versions, in descending order."
        },
        "validMasterVersions": {
          "description": "List of valid master versions, in descending order.",
          "type": "array",
          "items": {
            "type": "string"
          }
        }
      },
      "description": "Kubernetes Engine service configuration.",
      "id": "ServerConfig",
      "type": "object"
    },
    "RecurringTimeWindow": {
      "description": "Represents an arbitrary window of time that recurs.",
      "properties": {
        "window": {
          "$ref": "TimeWindow",
          "description": "The window of the first recurrence."
        },
        "recurrence": {
          "type": "string",
          "description": "An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window recurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you'd use: `FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR` To repeat some window daily (equivalent to the DailyMaintenanceWindow): `FREQ=DAILY` For the first weekend of every month: `FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU` This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you'd use something like: ``` start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR ``` Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC: ``` start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA ``` Note the start and end time's specific dates are largely arbitrary except to specify duration of the window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported."
        }
      },
      "type": "object",
      "id": "RecurringTimeWindow"
    },
    "SetMaintenancePolicyRequest": {
      "description": "SetMaintenancePolicyRequest sets the maintenance policy for a cluster.",
      "id": "SetMaintenancePolicyRequest",
      "type": "object",
      "properties": {
        "clusterId": {
          "description": "Required. The name of the cluster to update.",
          "type": "string"
        },
        "zone": {
          "type": "string",
          "description": "Required. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides."
        },
        "name": {
          "description": "The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in the format `projects/*/locations/*/clusters/*`.",
          "type": "string"
        },
        "maintenancePolicy": {
          "description": "Required. The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.",
          "$ref": "MaintenancePolicy"
        },
        "projectId": {
          "description": "Required. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).",
          "type": "string"
        }
      }
    },
    "UpgradeInfoEvent": {
      "description": "UpgradeInfoEvent is a notification sent to customers about the upgrade information of a resource.",
      "type": "object",
      "id": "UpgradeInfoEvent",
      "properties": {
        "eventType": {
          "description": "The type of the event.",
          "enumDescriptions": [
            "EVENT_TYPE_UNSPECIFIED indicates the event type is unspecified.",
            "END_OF_SUPPORT indicates GKE version reaches end of support, check standard_support_end_time and extended_support_end_time for more details.",
            "COS_MILESTONE_VERSION_UPDATE indicates that the COS node image will update COS milestone version for new patch versions starting with the one in the description.",
            "UPGRADE_LIFECYCLE indicates the event is about the upgrade lifecycle.",
            "DISRUPTION_EVENT indicates the event is about the disruption."
          ],
          "type": "string",
          "enum": [
            "EVENT_TYPE_UNSPECIFIED",
            "END_OF_SUPPORT",
            "COS_MILESTONE_VERSION_UPDATE",
            "UPGRADE_LIFECYCLE",
            "DISRUPTION_EVENT"
          ]
        },
        "disruptionEvent": {
          "$ref": "DisruptionEvent",
          "description": "The information about the disruption event. This field is only populated when event_type is DISRUPTION_EVENT."
        },
        "resourceType": {
          "enum": [
            "UPGRADE_RESOURCE_TYPE_UNSPECIFIED",
            "MASTER",
            "NODE_POOL"
          ],
          "description": "The resource type associated with the upgrade.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This shouldn't be used.",
            "Master / control plane",
            "Node pool"
          ]
        },
        "operation": {
          "description": "The operation associated with this upgrade.",
          "type": "string"
        },
        "resource": {
          "description": "Optional relative path to the resource. For example in node pool upgrades, the relative path of the node pool.",
          "type": "string"
        },
        "standardSupportEndTime": {
          "format": "google-datetime",
          "description": "The end of standard support timestamp.",
          "type": "string"
        },
        "targetVersion": {
          "description": "The target version for the upgrade.",
          "type": "string"
        },
        "description": {
          "description": "A brief description of the event.",
          "type": "string"
        },
        "startTime": {
          "format": "google-datetime",
          "description": "The time when the operation was started.",
          "type": "string"
        },
        "endTime": {
          "type": "string",
          "description": "The time when the operation ended.",
          "format": "google-datetime"
        },
        "currentVersion": {
          "description": "The current version before the upgrade.",
          "type": "string"
        },
        "extendedSupportEndTime": {
          "type": "string",
          "format": "google-datetime",
          "description": "The end of extended support timestamp."
        },
        "state": {
          "enumDescriptions": [
            "STATE_UNSPECIFIED indicates the state is unspecified.",
            "SCHEDULED indicates the upgrade was scheduled.",
            "STARTED indicates the upgrade has started.",
            "SUCCEEDED indicates the upgrade has completed successfully.",
            "FAILED indicates the upgrade has failed.",
            "CANCELED indicates the upgrade has canceled."
          ],
          "type": "string",
          "description": "Output only. The state of the upgrade.",
          "readOnly": true,
          "enum": [
            "STATE_UNSPECIFIED",
            "SCHEDULED",
            "STARTED",
            "SUCCEEDED",
            "FAILED",
            "CANCELED"
          ]
        }
      }
    },
    "NotificationConfig": {
      "id": "NotificationConfig",
      "description": "NotificationConfig is the configuration of notifications.",
      "type": "object",
      "properties": {
        "pubsub": {
          "$ref": "PubSub",
          "description": "Notification config for Pub/Sub."
        }
      }
    },
    "EvictionGracePeriod": {
      "type": "object",
      "properties": {
        "imagefsInodesFree": {
          "description": "Optional. Grace period for eviction due to imagefs inodes free signal. Sample format: \"10s\". Must be \u003e= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        },
        "nodefsInodesFree": {
          "description": "Optional. Grace period for eviction due to nodefs inodes free signal. Sample format: \"10s\". Must be \u003e= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        },
        "nodefsAvailable": {
          "description": "Optional. Grace period for eviction due to nodefs available signal. Sample format: \"10s\". Must be \u003e= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals",
          "type": "string"
        },
        "memoryAvailable": {
          "type": "string",
          "description": "Optional. Grace period for eviction due to memory available signal. Sample format: \"10s\". Must be \u003e= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "imagefsAvailable": {
          "type": "string",
          "description": "Optional. Grace period for eviction due to imagefs available signal. Sample format: \"10s\". Must be \u003e= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        },
        "pidAvailable": {
          "type": "string",
          "description": "Optional. Grace period for eviction due to pid available signal. Sample format: \"10s\". Must be \u003e= 0. See https://kubernetes.io/docs/concepts/scheduling-eviction/node-pressure-eviction/#eviction-signals"
        }
      },
      "id": "EvictionGracePeriod",
      "description": "Eviction grace periods are grace periods for each eviction signal."
    },
    "Metric": {
      "id": "Metric",
      "description": "Progress metric is (string, int|float|string) pair.",
      "properties": {
        "doubleValue": {
          "description": "For metrics with floating point value.",
          "type": "number",
          "format": "double"
        },
        "name": {
          "description": "Required. Metric name, e.g., \"nodes total\", \"percent done\".",
          "type": "string"
        },
        "stringValue": {
          "description": "For metrics with custom values (ratios, visual progress, etc.).",
          "type": "string"
        },
        "intValue": {
          "description": "For metrics with integer value.",
          "type": "string",
          "format": "int64"
        }
      },
      "type": "object"
    },
    "ManagedOpenTelemetryConfig": {
      "id": "ManagedOpenTelemetryConfig",
      "type": "object",
      "description": "ManagedOpenTelemetryConfig is the configuration for the GKE Managed OpenTelemetry pipeline.",
      "properties": {
        "scope": {
          "enumDescriptions": [
            "SCOPE_UNSPECIFIED is when the scope is not set.",
            "NONE is used to disable the Managed OpenTelemetry pipeline.",
            "COLLECTION_AND_INSTRUMENTATION_COMPONENTS is used to enable the Managed OpenTelemetry pipeline for collection and instrumentation components."
          ],
          "type": "string",
          "description": "Scope of the Managed OpenTelemetry pipeline.",
          "enum": [
            "SCOPE_UNSPECIFIED",
            "NONE",
            "COLLECTION_AND_INSTRUMENTATION_COMPONENTS"
          ]
        }
      }
    },
    "RegistryHostConfig": {
      "type": "object",
      "properties": {
        "server": {
          "type": "string",
          "description": "Defines the host name of the registry server, which will be used to create configuration file as /etc/containerd/hosts.d//hosts.toml. It supports fully qualified domain names (FQDN) and IP addresses: Specifying port is supported, while scheme and path are NOT supported. Wildcards are NOT supported. Examples: - `my.customdomain.com` - `10.0.1.2:5000`"
        },
        "hosts": {
          "items": {
            "$ref": "HostConfig"
          },
          "type": "array",
          "description": "HostConfig configures a list of host-specific configurations for the server. Each server can have at most 10 host configurations."
        }
      },
      "description": "RegistryHostConfig configures the top-level structure for a single containerd registry server's configuration, which represents one hosts.toml file on the node. It will override the same fqdns in PrivateRegistryAccessConfig.",
      "id": "RegistryHostConfig"
    },
    "WorkloadPolicyConfig": {
      "description": "WorkloadPolicyConfig is the configuration related to GCW workload policy",
      "id": "WorkloadPolicyConfig",
      "properties": {
        "allowNetAdmin": {
          "type": "boolean",
          "description": "If true, workloads can use NET_ADMIN capability."
        },
        "autopilotCompatibilityAuditingEnabled": {
          "type": "boolean",
          "description": "If true, enables the GCW Auditor that audits workloads on standard clusters."
        }
      },
      "type": "object"
    },
    "BootDiskProfile": {
      "description": "Swap on the node's boot disk.",
      "id": "BootDiskProfile",
      "type": "object",
      "properties": {
        "swapSizePercent": {
          "format": "int32",
          "description": "Specifies the size of the swap space as a percentage of the boot disk size.",
          "type": "integer"
        },
        "swapSizeGib": {
          "type": "string",
          "description": "Specifies the size of the swap space in gibibytes (GiB).",
          "format": "int64"
        }
      }
    },
    "ListUsableSubnetworksResponse": {
      "description": "ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.",
      "properties": {
        "subnetworks": {
          "description": "A list of usable subnetworks in the specified network project.",
          "type": "array",
          "items": {
            "$ref": "UsableSubnetwork"
          }
        },
        "nextPageToken": {
          "type": "string",
          "description": "This token allows you to get the next page of results for list requests. If the number of results is larger than `page_size`, use the `next_page_token` as a value for the query parameter `page_token` in the next request. The value will become empty when there are no more pages."
        }
      },
      "id": "ListUsableSubnetworksResponse",
      "type": "object"
    },
    "LoggingConfig": {
      "properties": {
        "componentConfig": {
          "description": "Logging components configuration",
          "$ref": "LoggingComponentConfig"
        }
      },
      "description": "LoggingConfig is cluster logging configuration.",
      "type": "object",
      "id": "LoggingConfig"
    },
    "ListNodePoolsResponse": {
      "properties": {
        "nodePools": {
          "type": "array",
          "items": {
            "$ref": "NodePool"
          },
          "description": "A list of node pools for a cluster."
        }
      },
      "id": "ListNodePoolsResponse",
      "type": "object",
      "description": "ListNodePoolsResponse is the result of ListNodePoolsRequest."
    },
    "CompleteNodePoolUpgradeRequest": {
      "type": "object",
      "id": "CompleteNodePoolUpgradeRequest",
      "properties": {},
      "description": "CompleteNodePoolUpgradeRequest sets the name of target node pool to complete upgrade."
    },
    "NetworkPolicy": {
      "description": "Configuration options for the NetworkPolicy feature. https://kubernetes.io/docs/concepts/services-networking/networkpolicies/",
      "properties": {
        "provider": {
          "enum": [
            "PROVIDER_UNSPECIFIED",
            "CALICO"
          ],
          "type": "string",
          "enumDescriptions": [
            "Not set",
            "Tigera (Calico Felix)."
          ],
          "description": "The selected network policy provider."
        },
        "enabled": {
          "type": "boolean",
          "description": "Whether network policy is enabled on the cluster."
        }
      },
      "id": "NetworkPolicy",
      "type": "object"
    },
    "NodeLabels": {
      "description": "Collection of node-level [Kubernetes labels](https://kubernetes.io/docs/concepts/overview/working-with-objects/labels).",
      "id": "NodeLabels",
      "properties": {
        "labels": {
          "description": "Map of node label keys and node label values.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "ILBSubsettingConfig": {
      "type": "object",
      "id": "ILBSubsettingConfig",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Enables l4 ILB subsetting for this cluster."
        }
      },
      "description": "ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster."
    },
    "Fleet": {
      "properties": {
        "project": {
          "type": "string",
          "description": "The Fleet host project(project ID or project number) where this cluster will be registered to. This field cannot be changed after the cluster has been registered."
        },
        "membership": {
          "description": "Output only. The full resource name of the registered fleet membership of the cluster, in the format `//gkehub.googleapis.com/projects/*/locations/*/memberships/*`.",
          "readOnly": true,
          "type": "string"
        },
        "membershipType": {
          "description": "The type of the cluster's fleet membership.",
          "enumDescriptions": [
            "The MembershipType is not set.",
            "The membership supports only lightweight compatible features."
          ],
          "enum": [
            "MEMBERSHIP_TYPE_UNSPECIFIED",
            "LIGHTWEIGHT"
          ],
          "type": "string"
        },
        "preRegistered": {
          "readOnly": true,
          "type": "boolean",
          "description": "Output only. Whether the cluster has been registered through the fleet API."
        }
      },
      "id": "Fleet",
      "description": "Fleet is the fleet configuration for the cluster.",
      "type": "object"
    },
    "NetworkPolicyConfig": {
      "description": "Configuration for NetworkPolicy. This only tracks whether the addon is enabled or not on the Master, it does not track whether network policy is enabled for the nodes.",
      "type": "object",
      "properties": {
        "disabled": {
          "type": "boolean",
          "description": "Whether NetworkPolicy is enabled for this cluster."
        }
      },
      "id": "NetworkPolicyConfig"
    },
    "AutoscaledRolloutPolicy": {
      "type": "object",
      "id": "AutoscaledRolloutPolicy",
      "properties": {
        "waitForDrainDuration": {
          "format": "google-duration",
          "description": "Optional. Time to wait after cordoning the blue pool before draining the nodes. Defaults to 3 days. The value can be set between 0 and 7 days, inclusive.",
          "type": "string"
        }
      },
      "description": "Autoscaled rollout policy utilizes the cluster autoscaler during blue-green upgrade to scale both the blue and green pools."
    },
    "GcpFilestoreCsiDriverConfig": {
      "description": "Configuration for the Filestore CSI driver.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Whether the Filestore CSI driver is enabled for this cluster."
        }
      },
      "type": "object",
      "id": "GcpFilestoreCsiDriverConfig"
    },
    "TimeWindow": {
      "id": "TimeWindow",
      "description": "Represents an arbitrary window of time.",
      "type": "object",
      "properties": {
        "maintenanceExclusionOptions": {
          "$ref": "MaintenanceExclusionOptions",
          "description": "MaintenanceExclusionOptions provides maintenance exclusion related options."
        },
        "endTime": {
          "type": "string",
          "description": "The time that the window ends. The end time should take place after the start time.",
          "format": "google-datetime"
        },
        "startTime": {
          "format": "google-datetime",
          "description": "The time that the window first starts.",
          "type": "string"
        }
      }
    },
    "IntraNodeVisibilityConfig": {
      "type": "object",
      "description": "IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.",
      "id": "IntraNodeVisibilityConfig",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Enables intra node visibility for this cluster."
        }
      }
    },
    "SliceControllerConfig": {
      "description": "Configuration for the Slice Controller.",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Optional. Indicates whether Slice Controller is enabled in the cluster."
        }
      },
      "id": "SliceControllerConfig",
      "type": "object"
    },
    "ListOperationsResponse": {
      "type": "object",
      "id": "ListOperationsResponse",
      "properties": {
        "missingZones": {
          "description": "If any zones are listed here, the list of operations returned may be missing the operations from those zones.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "operations": {
          "type": "array",
          "description": "A list of operations in the project in the specified zone.",
          "items": {
            "$ref": "Operation"
          }
        }
      },
      "description": "ListOperationsResponse is the result of ListOperationsRequest."
    },
    "SecondaryBootDiskUpdateStrategy": {
      "id": "SecondaryBootDiskUpdateStrategy",
      "type": "object",
      "properties": {},
      "description": "SecondaryBootDiskUpdateStrategy is a placeholder which will be extended in the future to define different options for updating secondary boot disks."
    },
    "Cluster": {
      "description": "A Google Kubernetes Engine cluster.",
      "properties": {
        "resourceUsageExportConfig": {
          "$ref": "ResourceUsageExportConfig",
          "description": "Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified."
        },
        "loggingService": {
          "type": "string",
          "description": "The logging service the cluster should use to write logs. Currently available options: * `logging.googleapis.com/kubernetes` - The Cloud Logging service with a Kubernetes-native resource model * `logging.googleapis.com` - The legacy Cloud Logging service (no longer available as of GKE 1.15). * `none` - no logs will be exported from the cluster. If left as an empty string,`logging.googleapis.com/kubernetes` will be used for GKE 1.14+ or `logging.googleapis.com` for earlier versions."
        },
        "enableKubernetesAlpha": {
          "description": "Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.",
          "type": "boolean"
        },
        "securityPostureConfig": {
          "description": "Optional. Enable/Disable Security Posture API features for the cluster.",
          "$ref": "SecurityPostureConfig"
        },
        "expireTime": {
          "type": "string",
          "description": "Output only. The time the cluster will be automatically deleted in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format.",
          "readOnly": true
        },
        "id": {
          "description": "Output only. Unique id for the cluster.",
          "readOnly": true,
          "type": "string"
        },
        "verticalPodAutoscaling": {
          "$ref": "VerticalPodAutoscaling",
          "description": "Cluster-level Vertical Pod Autoscaling configuration."
        },
        "anonymousAuthenticationConfig": {
          "description": "Configuration for limiting anonymous access to all endpoints except the health checks.",
          "$ref": "AnonymousAuthenticationConfig"
        },
        "nodePoolDefaults": {
          "$ref": "NodePoolDefaults",
          "description": "Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object."
        },
        "masterAuth": {
          "description": "The authentication information for accessing the master endpoint. If unspecified, the defaults are used: For clusters before v1.12, if master_auth is unspecified, `username` will be set to \"admin\", a random password will be generated, and a client certificate will be issued.",
          "$ref": "MasterAuth"
        },
        "legacyAbac": {
          "$ref": "LegacyAbac",
          "description": "Configuration for the legacy ABAC authorization mode."
        },
        "description": {
          "description": "An optional description of this cluster.",
          "type": "string"
        },
        "statusMessage": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.",
          "deprecated": true
        },
        "controlPlaneEndpointsConfig": {
          "$ref": "ControlPlaneEndpointsConfig",
          "description": "Configuration for all cluster's control plane endpoints."
        },
        "satisfiesPzs": {
          "description": "Output only. Reserved for future use.",
          "type": "boolean",
          "readOnly": true
        },
        "instanceGroupUrls": {
          "description": "Output only. Deprecated. Use node_pools.instance_group_urls.",
          "type": "array",
          "items": {
            "type": "string"
          },
          "deprecated": true,
          "readOnly": true
        },
        "rbacBindingConfig": {
          "description": "RBACBindingConfig allows user to restrict ClusterRoleBindings an RoleBindings that can be created.",
          "$ref": "RBACBindingConfig"
        },
        "compliancePostureConfig": {
          "deprecated": true,
          "$ref": "CompliancePostureConfig",
          "description": "Optional. Deprecated: Compliance Posture is no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation. Enable/Disable Compliance Posture features for the cluster."
        },
        "selfLink": {
          "description": "Output only. Server-defined URL for the resource.",
          "readOnly": true,
          "type": "string"
        },
        "createTime": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The time the cluster was created, in [RFC3339](https://www.ietf.org/rfc/rfc3339.txt) text format."
        },
        "releaseChannel": {
          "description": "Release channel configuration. If left unspecified on cluster creation and a version is specified, the cluster is enrolled in the most mature release channel where the version is available (first checking STABLE, then REGULAR, and finally RAPID). Otherwise, if no release channel configuration and no version is specified, the cluster is enrolled in the REGULAR channel with its default version.",
          "$ref": "ReleaseChannel"
        },
        "loggingConfig": {
          "description": "Logging configuration for the cluster.",
          "$ref": "LoggingConfig"
        },
        "network": {
          "description": "The name of the Google Compute Engine [network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. If left unspecified, the `default` network will be used.",
          "type": "string"
        },
        "location": {
          "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) or [region](https://cloud.google.com/compute/docs/regions-zones/regions-zones#available) in which the cluster resides.",
          "readOnly": true,
          "type": "string"
        },
        "labelFingerprint": {
          "type": "string",
          "description": "The fingerprint of the set of labels for this cluster."
        },
        "shieldedNodes": {
          "$ref": "ShieldedNodes",
          "description": "Shielded Nodes configuration."
        },
        "authenticatorGroupsConfig": {
          "$ref": "AuthenticatorGroupsConfig",
          "description": "Configuration controlling RBAC group membership information."
        },
        "defaultMaxPodsConstraint": {
          "$ref": "MaxPodsConstraint",
          "description": "The default constraint on the maximum number of pods that can be run simultaneously on a node in the node pool of this cluster. Only honored if cluster created with IP Alias support."
        },
        "controlPlaneEgress": {
          "$ref": "ControlPlaneEgress",
          "description": "Configuration for control plane egress control."
        },
        "clusterIpv4Cidr": {
          "description": "The IP address range of the container pods in this cluster, in [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `10.96.0.0/14`). Leave blank to have one automatically chosen or specify a `/14` block in `10.0.0.0/8`.",
          "type": "string"
        },
        "autopilot": {
          "description": "Autopilot configuration for the cluster.",
          "$ref": "Autopilot"
        },
        "notificationConfig": {
          "description": "Notification configuration of the cluster.",
          "$ref": "NotificationConfig"
        },
        "addonsConfig": {
          "description": "Configurations for the various addons available to run in the cluster.",
          "$ref": "AddonsConfig"
        },
        "scheduleUpgradeConfig": {
          "description": "Optional. Configuration for scheduled upgrades.",
          "$ref": "ScheduleUpgradeConfig"
        },
        "name": {
          "description": "The name of this cluster. The name must be unique within this project and location (e.g. zone or region), and can be up to 40 characters with the following restrictions: * Lowercase letters, numbers, and hyphens only. * Must start with a letter. * Must end with a number or a letter.",
          "type": "string"
        },
        "secretManagerConfig": {
          "description": "Secret CSI driver configuration.",
          "$ref": "SecretManagerConfig"
        },
        "nodeIpv4CidrSize": {
          "type": "integer",
          "description": "Output only. The size of the address space on each node for hosting containers. This is provisioned from within the `container_ipv4_cidr` range. This field will only be set when cluster is in route-based network mode.",
          "readOnly": true,
          "format": "int32"
        },
        "parentProductConfig": {
          "$ref": "ParentProductConfig",
          "description": "The configuration of the parent product of the cluster. This field is used by Google internal products that are built on top of the GKE cluster and take the ownership of the cluster."
        },
        "costManagementConfig": {
          "description": "Configuration for the fine-grained cost management feature.",
          "$ref": "CostManagementConfig"
        },
        "secretSyncConfig": {
          "description": "Configuration for sync Secret Manager secrets as k8s secrets.",
          "$ref": "SecretSyncConfig"
        },
        "confidentialNodes": {
          "$ref": "ConfidentialNodes",
          "description": "Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled."
        },
        "etag": {
          "type": "string",
          "description": "This checksum is computed by the server based on the value of cluster fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding."
        },
        "workloadIdentityConfig": {
          "description": "Configuration for the use of Kubernetes Service Accounts in IAM policies.",
          "$ref": "WorkloadIdentityConfig"
        },
        "autoscaling": {
          "description": "Cluster-level autoscaling configuration.",
          "$ref": "ClusterAutoscaling"
        },
        "managedMachineLearningDiagnosticsConfig": {
          "$ref": "ManagedMachineLearningDiagnosticsConfig",
          "description": "Configuration for Managed Machine Learning Diagnostics."
        },
        "gkeAutoUpgradeConfig": {
          "description": "Configuration for GKE auto upgrades.",
          "$ref": "GkeAutoUpgradeConfig"
        },
        "initialNodeCount": {
          "format": "int32",
          "description": "The number of nodes to create in this cluster. You must ensure that your Compute Engine [resource quota](https://cloud.google.com/compute/quotas) is sufficient for this number of instances. You must also have available firewall and routes quota. For requests, this field should only be used in lieu of a \"node_pool\" object, since this configuration (along with the \"node_config\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node_pool at the same time. This field is deprecated, use node_pool.initial_node_count instead.",
          "deprecated": true,
          "type": "integer"
        },
        "enableK8sBetaApis": {
          "description": "Beta APIs Config",
          "$ref": "K8sBetaAPIConfig"
        },
        "nodeConfig": {
          "$ref": "NodeConfig",
          "description": "Parameters used in creating the cluster's nodes. For requests, this field should only be used in lieu of a \"node_pool\" object, since this configuration (along with the \"initial_node_count\") will be used to create a \"NodePool\" object with an auto-generated name. Do not use this and a node_pool at the same time. For responses, this field will be populated with the node configuration of the first node pool. (For configuration of each node pool, see `node_pool.config`) If unspecified, the defaults are used. This field is deprecated, use node_pool.config instead.",
          "deprecated": true
        },
        "initialClusterVersion": {
          "type": "string",
          "description": "The initial Kubernetes version for this cluster. Valid versions are those found in validMasterVersions returned by getServerConfig. The version can be upgraded over time; such upgrades are reflected in currentMasterVersion and currentNodeVersion. Users may specify either explicit versions offered by Kubernetes Engine or version aliases, which have the following behavior: - \"latest\": picks the highest valid Kubernetes version - \"1.X\": picks the highest valid patch+gke.N patch in the 1.X version - \"1.X.Y\": picks the highest valid gke.N patch in the 1.X.Y version - \"1.X.Y-gke.N\": picks an explicit Kubernetes version - \"\",\"-\": picks the default Kubernetes version"
        },
        "currentNodeCount": {
          "type": "integer",
          "readOnly": true,
          "description": "Output only. The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.",
          "deprecated": true,
          "format": "int32"
        },
        "fleet": {
          "description": "Fleet information for the cluster.",
          "$ref": "Fleet"
        },
        "binaryAuthorization": {
          "$ref": "BinaryAuthorization",
          "description": "Configuration for Binary Authorization."
        },
        "enterpriseConfig": {
          "deprecated": true,
          "$ref": "EnterpriseConfig",
          "description": "GKE Enterprise Configuration. Deprecated: GKE Enterprise features are now available without an Enterprise tier."
        },
        "maintenancePolicy": {
          "$ref": "MaintenancePolicy",
          "description": "Configure the maintenance policy for this cluster."
        },
        "identityServiceConfig": {
          "$ref": "IdentityServiceConfig",
          "description": "Configuration for Identity Service component."
        },
        "zone": {
          "deprecated": true,
          "type": "string",
          "readOnly": true,
          "description": "Output only. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field is deprecated, use location instead."
        },
        "monitoringConfig": {
          "$ref": "MonitoringConfig",
          "description": "Monitoring configuration for the cluster."
        },
        "privateClusterConfig": {
          "description": "Configuration for private cluster.",
          "$ref": "PrivateClusterConfig"
        },
        "conditions": {
          "description": "Which conditions caused the current cluster state.",
          "items": {
            "$ref": "StatusCondition"
          },
          "type": "array"
        },
        "masterAuthorizedNetworksConfig": {
          "deprecated": true,
          "$ref": "MasterAuthorizedNetworksConfig",
          "description": "The configuration options for master authorized networks feature. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.authorized_networks_config instead."
        },
        "servicesIpv4Cidr": {
          "description": "Output only. The IP address range of the Kubernetes services in this cluster, in [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). Service addresses are typically put in the last `/16` from the container CIDR.",
          "readOnly": true,
          "type": "string"
        },
        "resourceLabels": {
          "additionalProperties": {
            "type": "string"
          },
          "type": "object",
          "description": "The resource labels for the cluster to use to annotate any related Google Compute Engine resources."
        },
        "locations": {
          "description": "The list of Google Compute Engine [zones](https://cloud.google.com/compute/docs/zones#available) in which the cluster's nodes should be located. This field provides a default value if [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) are not specified during node pool creation. Warning: changing cluster locations will update the [NodePool.Locations](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools#NodePool.FIELDS.locations) of all node pools and will result in nodes being added and/or removed.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "managedOpentelemetryConfig": {
          "description": "Configuration for Managed OpenTelemetry pipeline.",
          "$ref": "ManagedOpenTelemetryConfig"
        },
        "endpoint": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. The IP address of this cluster's master endpoint. The endpoint can be accessed from the internet at `https://username:password@endpoint/`. See the `masterAuth` property of this resource for username and password information."
        },
        "nodePools": {
          "items": {
            "$ref": "NodePool"
          },
          "description": "The node pools associated with this cluster. This field should not be set if \"node_config\" or \"initial_node_count\" are specified.",
          "type": "array"
        },
        "nodePoolAutoConfig": {
          "description": "Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.",
          "$ref": "NodePoolAutoConfig"
        },
        "currentNodeVersion": {
          "readOnly": true,
          "description": "Output only. Deprecated, use [NodePools.version](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters.nodePools) instead. The current version of the node software components. If they are currently at multiple versions because they're in the process of being upgraded, this reflects the minimum version of all nodes.",
          "type": "string",
          "deprecated": true
        },
        "podAutoscaling": {
          "description": "The config for pod autoscaling.",
          "$ref": "PodAutoscaling"
        },
        "ipAllocationPolicy": {
          "description": "Configuration for cluster IP allocation.",
          "$ref": "IPAllocationPolicy"
        },
        "networkPolicy": {
          "description": "Configuration options for the NetworkPolicy feature.",
          "$ref": "NetworkPolicy"
        },
        "databaseEncryption": {
          "description": "Configuration of etcd encryption.",
          "$ref": "DatabaseEncryption"
        },
        "satisfiesPzi": {
          "readOnly": true,
          "description": "Output only. Reserved for future use.",
          "type": "boolean"
        },
        "currentMasterVersion": {
          "readOnly": true,
          "type": "string",
          "description": "Output only. The current software version of the master endpoint."
        },
        "meshCertificates": {
          "description": "Configuration for issuance of mTLS keys and certificates to Kubernetes pods.",
          "$ref": "MeshCertificates"
        },
        "alphaClusterFeatureGates": {
          "type": "array",
          "description": "The list of user specified Kubernetes feature gates. Each string represents the activation status of a feature gate (e.g. \"featureX=true\" or \"featureX=false\")",
          "items": {
            "type": "string"
          }
        },
        "subnetwork": {
          "description": "The name of the Google Compute Engine [subnetwork](https://cloud.google.com/compute/docs/subnetworks) to which the cluster is connected.",
          "type": "string"
        },
        "enableTpu": {
          "deprecated": true,
          "type": "boolean",
          "description": "Enable the ability to use Cloud TPUs in this cluster. This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25."
        },
        "networkConfig": {
          "description": "Configuration for cluster networking.",
          "$ref": "NetworkConfig"
        },
        "tpuIpv4CidrBlock": {
          "readOnly": true,
          "type": "string",
          "deprecated": true,
          "description": "Output only. The IP address range of the Cloud TPUs in this cluster, in [CIDR](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) notation (e.g. `1.2.3.4/29`). This field is deprecated due to the deprecation of 2VM TPU. The end of life date for 2VM TPU is 2025-04-25."
        },
        "status": {
          "description": "Output only. The current status of this cluster.",
          "enum": [
            "STATUS_UNSPECIFIED",
            "PROVISIONING",
            "RUNNING",
            "RECONCILING",
            "STOPPING",
            "ERROR",
            "DEGRADED"
          ],
          "readOnly": true,
          "enumDescriptions": [
            "Not set.",
            "The PROVISIONING state indicates the cluster is being created.",
            "The RUNNING state indicates the cluster has been created and is fully usable.",
            "The RECONCILING state indicates that some work is actively being done on the cluster, such as upgrading the master or node software. Details can be found in the `statusMessage` field.",
            "The STOPPING state indicates the cluster is being deleted.",
            "The ERROR state indicates the cluster is unusable. It will be automatically deleted. Details can be found in the `statusMessage` field.",
            "The DEGRADED state indicates the cluster requires user action to restore full functionality. Details can be found in the `statusMessage` field."
          ],
          "type": "string"
        },
        "monitoringService": {
          "type": "string",
          "description": "The monitoring service the cluster should use to write metrics. Currently available options: * `monitoring.googleapis.com/kubernetes` - The Cloud Monitoring service with a Kubernetes-native resource model * `monitoring.googleapis.com` - The legacy Cloud Monitoring service (no longer available as of GKE 1.15). * `none` - No metrics will be exported from the cluster. If left as an empty string,`monitoring.googleapis.com/kubernetes` will be used for GKE 1.14+ or `monitoring.googleapis.com` for earlier versions."
        },
        "userManagedKeysConfig": {
          "description": "The Custom keys configuration for the cluster.",
          "$ref": "UserManagedKeysConfig"
        }
      },
      "id": "Cluster",
      "type": "object"
    },
    "GkeAutoUpgradeConfig": {
      "id": "GkeAutoUpgradeConfig",
      "type": "object",
      "properties": {
        "patchMode": {
          "description": "PatchMode specifies how auto upgrade patch builds should be selected.",
          "enumDescriptions": [
            "PATCH_MODE_UNSPECIFIED defaults to using the upgrade target from the channel's patch upgrade targets as the upgrade target for the version.",
            "ACCELERATED denotes that the latest patch build in the channel should be used as the upgrade target for the version."
          ],
          "type": "string",
          "enum": [
            "PATCH_MODE_UNSPECIFIED",
            "ACCELERATED"
          ]
        }
      },
      "description": "GkeAutoUpgradeConfig is the configuration for GKE auto upgrades."
    },
    "SandboxConfig": {
      "type": "object",
      "properties": {
        "type": {
          "description": "Type of the sandbox to use for the node.",
          "type": "string",
          "enum": [
            "UNSPECIFIED",
            "GVISOR"
          ],
          "enumDescriptions": [
            "Default value. This should not be used.",
            "Run sandbox using gvisor."
          ]
        }
      },
      "description": "SandboxConfig contains configurations of the sandbox to use for the node.",
      "id": "SandboxConfig"
    },
    "SecurityPostureConfig": {
      "description": "SecurityPostureConfig defines the flags needed to enable/disable features for the Security Posture API.",
      "type": "object",
      "id": "SecurityPostureConfig",
      "properties": {
        "mode": {
          "enumDescriptions": [
            "Default value not specified.",
            "Disables Security Posture features on the cluster.",
            "Applies Security Posture features on the cluster.",
            "Deprecated: Security Posture Enterprise features are no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation. Applies the Security Posture off cluster Enterprise level features."
          ],
          "enumDeprecated": [
            false,
            false,
            false,
            true
          ],
          "enum": [
            "MODE_UNSPECIFIED",
            "DISABLED",
            "BASIC",
            "ENTERPRISE"
          ],
          "description": "Sets which mode to use for Security Posture features.",
          "type": "string"
        },
        "vulnerabilityMode": {
          "enumDeprecated": [
            false,
            false,
            true,
            false
          ],
          "enum": [
            "VULNERABILITY_MODE_UNSPECIFIED",
            "VULNERABILITY_DISABLED",
            "VULNERABILITY_BASIC",
            "VULNERABILITY_ENTERPRISE"
          ],
          "description": "Sets which mode to use for vulnerability scanning.",
          "type": "string",
          "enumDescriptions": [
            "Default value not specified.",
            "Disables vulnerability scanning on the cluster.",
            "Deprecated: Basic vulnerability scanning is no longer supported. For more details, see https://cloud.google.com/kubernetes-engine/docs/deprecations/posture-management-deprecation. Applies basic vulnerability scanning on the cluster.",
            "Applies the Security Posture's vulnerability on cluster Enterprise level features."
          ]
        }
      }
    },
    "AdditionalIPRangesConfig": {
      "type": "object",
      "id": "AdditionalIPRangesConfig",
      "description": "AdditionalIPRangesConfig is the configuration for individual additional subnetwork attached to the cluster",
      "properties": {
        "subnetwork": {
          "type": "string",
          "description": "Name of the subnetwork. This can be the full path of the subnetwork or just the name. Example1: my-subnet Example2: projects/gke-project/regions/us-central1/subnetworks/my-subnet"
        },
        "podIpv4RangeNames": {
          "type": "array",
          "description": "List of secondary ranges names within this subnetwork that can be used for pod IPs. Example1: gke-pod-range1 Example2: gke-pod-range1,gke-pod-range2",
          "items": {
            "type": "string"
          }
        },
        "status": {
          "enum": [
            "STATUS_UNSPECIFIED",
            "ACTIVE",
            "DRAINING"
          ],
          "type": "string",
          "description": "Draining status of the additional subnet.",
          "enumDescriptions": [
            "Not set, same as ACTIVE.",
            "ACTIVE status indicates that the subnet is available for new node pool creation.",
            "DRAINING status indicates that the subnet is not used for new node pool creation."
          ]
        }
      }
    },
    "UsableSubnetworkSecondaryRange": {
      "id": "UsableSubnetworkSecondaryRange",
      "type": "object",
      "description": "Secondary IP range of a usable subnetwork.",
      "properties": {
        "status": {
          "enumDescriptions": [
            "UNKNOWN is the zero value of the Status enum. It's not a valid status.",
            "UNUSED denotes that this range is unclaimed by any cluster.",
            "IN_USE_SERVICE denotes that this range is claimed by cluster(s) for services. User-managed services range can be shared between clusters within the same subnetwork.",
            "IN_USE_SHAREABLE_POD denotes this range was created by the network admin and is currently claimed by a cluster for pods. It can only be used by other clusters as a pod range.",
            "IN_USE_MANAGED_POD denotes this range was created by GKE and is claimed for pods. It cannot be used for other clusters."
          ],
          "description": "This field is to determine the status of the secondary range programmably.",
          "type": "string",
          "enum": [
            "UNKNOWN",
            "UNUSED",
            "IN_USE_SERVICE",
            "IN_USE_SHAREABLE_POD",
            "IN_USE_MANAGED_POD"
          ]
        },
        "rangeName": {
          "type": "string",
          "description": "The name associated with this subnetwork secondary range, used when adding an alias IP range to a VM instance."
        },
        "ipCidrRange": {
          "type": "string",
          "description": "The range of IP addresses belonging to this subnetwork secondary range."
        }
      }
    },
    "NodeConfigDefaults": {
      "properties": {
        "loggingConfig": {
          "$ref": "NodePoolLoggingConfig",
          "description": "Logging configuration for node pools."
        },
        "gcfsConfig": {
          "description": "GCFS (Google Container File System, also known as Riptide) options.",
          "$ref": "GcfsConfig"
        },
        "containerdConfig": {
          "description": "Parameters for containerd customization.",
          "$ref": "ContainerdConfig"
        },
        "nodeKubeletConfig": {
          "description": "NodeKubeletConfig controls the defaults for new node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here.",
          "$ref": "NodeKubeletConfig"
        }
      },
      "id": "NodeConfigDefaults",
      "type": "object",
      "description": "Subset of NodeConfig message that has defaults."
    },
    "CheckAutopilotCompatibilityResponse": {
      "type": "object",
      "id": "CheckAutopilotCompatibilityResponse",
      "description": "CheckAutopilotCompatibilityResponse has a list of compatibility issues.",
      "properties": {
        "summary": {
          "type": "string",
          "description": "The summary of the autopilot compatibility response."
        },
        "issues": {
          "type": "array",
          "description": "The list of issues for the given operation.",
          "items": {
            "$ref": "AutopilotCompatibilityIssue"
          }
        }
      }
    },
    "StatefulHAConfig": {
      "properties": {
        "enabled": {
          "description": "Whether the Stateful HA add-on is enabled for this cluster.",
          "type": "boolean"
        }
      },
      "id": "StatefulHAConfig",
      "type": "object",
      "description": "Configuration for the Stateful HA add-on."
    },
    "NodePoolAutoConfig": {
      "type": "object",
      "description": "Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.",
      "properties": {
        "nodeKubeletConfig": {
          "description": "NodeKubeletConfig controls the defaults for autoprovisioned node-pools. Currently only `insecure_kubelet_readonly_port_enabled` can be set here.",
          "$ref": "NodeKubeletConfig"
        },
        "linuxNodeConfig": {
          "readOnly": true,
          "description": "Output only. Configuration options for Linux nodes.",
          "$ref": "LinuxNodeConfig"
        },
        "resourceManagerTags": {
          "description": "Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.",
          "$ref": "ResourceManagerTags"
        },
        "networkTags": {
          "description": "The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.",
          "$ref": "NetworkTags"
        }
      },
      "id": "NodePoolAutoConfig"
    },
    "AutopilotCompatibilityIssue": {
      "id": "AutopilotCompatibilityIssue",
      "description": "AutopilotCompatibilityIssue contains information about a specific compatibility issue with Autopilot mode.",
      "properties": {
        "lastObservation": {
          "type": "string",
          "description": "The last time when this issue was observed.",
          "format": "google-datetime"
        },
        "documentationUrl": {
          "description": "A URL to a public documentation, which addresses resolving this issue.",
          "type": "string"
        },
        "subjects": {
          "items": {
            "type": "string"
          },
          "description": "The name of the resources which are subject to this issue.",
          "type": "array"
        },
        "constraintType": {
          "type": "string",
          "description": "The constraint type of the issue."
        },
        "description": {
          "description": "The description of the issue.",
          "type": "string"
        },
        "incompatibilityType": {
          "enum": [
            "UNSPECIFIED",
            "INCOMPATIBILITY",
            "ADDITIONAL_CONFIG_REQUIRED",
            "PASSED_WITH_OPTIONAL_CONFIG"
          ],
          "type": "string",
          "description": "The incompatibility type of this issue.",
          "enumDescriptions": [
            "Default value, should not be used.",
            "Indicates that the issue is a known incompatibility between the cluster and Autopilot mode.",
            "Indicates the issue is an incompatibility if customers take no further action to resolve.",
            "Indicates the issue is not an incompatibility, but depending on the workloads business logic, there is a potential that they won't work on Autopilot."
          ]
        }
      },
      "type": "object"
    },
    "SetLabelsRequest": {
      "id": "SetLabelsRequest",
      "type": "object",
      "properties": {
        "labelFingerprint": {
          "type": "string",
          "description": "Required. The fingerprint of the previous set of labels for this resource, used to detect conflicts. The fingerprint is initially generated by Kubernetes Engine and changes after every request to modify or update labels. You must always provide an up-to-date fingerprint hash when updating or changing labels. Make a `get()` request to the resource to get the latest fingerprint."
        },
        "resourceLabels": {
          "type": "object",
          "description": "Required. The labels to set for that cluster.",
          "additionalProperties": {
            "type": "string"
          }
        },
        "clusterId": {
          "type": "string",
          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "zone": {
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster name) of the cluster to set labels. Specified in the format `projects/*/locations/*/clusters/*`."
        },
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        }
      },
      "description": "SetLabelsRequest sets the Google Cloud Platform labels on a Google Container Engine cluster, which will in turn set them for Google Compute Engine resources used by that cluster"
    },
    "StandardRolloutPolicy": {
      "properties": {
        "batchSoakDuration": {
          "type": "string",
          "description": "Soak time after each batch gets drained. Default to zero.",
          "format": "google-duration"
        },
        "batchPercentage": {
          "type": "number",
          "format": "float",
          "description": "Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0]."
        },
        "batchNodeCount": {
          "format": "int32",
          "description": "Number of blue nodes to drain in a batch.",
          "type": "integer"
        }
      },
      "type": "object",
      "description": "Standard rollout policy is the default policy for blue-green.",
      "id": "StandardRolloutPolicy"
    },
    "SetNodePoolAutoscalingRequest": {
      "properties": {
        "clusterId": {
          "deprecated": true,
          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
          "type": "string"
        },
        "autoscaling": {
          "$ref": "NodePoolAutoscaling",
          "description": "Required. Autoscaling configuration for the node pool."
        },
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "name": {
          "type": "string",
          "description": "The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`."
        },
        "zone": {
          "type": "string",
          "deprecated": true,
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
        },
        "nodePoolId": {
          "description": "Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        }
      },
      "id": "SetNodePoolAutoscalingRequest",
      "type": "object",
      "description": "SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool."
    },
    "AuthenticatorGroupsConfig": {
      "description": "Configuration for returning group information from authenticators.",
      "type": "object",
      "id": "AuthenticatorGroupsConfig",
      "properties": {
        "securityGroup": {
          "type": "string",
          "description": "The name of the security group-of-groups to be used. Only relevant if enabled = true."
        },
        "enabled": {
          "description": "Whether this cluster should return group membership lookups during authentication using a group of security groups.",
          "type": "boolean"
        }
      }
    },
    "NodePoolLoggingConfig": {
      "description": "NodePoolLoggingConfig specifies logging configuration for node pools.",
      "type": "object",
      "id": "NodePoolLoggingConfig",
      "properties": {
        "variantConfig": {
          "description": "Logging variant configuration.",
          "$ref": "LoggingVariantConfig"
        }
      }
    },
    "RollbackNodePoolUpgradeRequest": {
      "description": "RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.",
      "id": "RollbackNodePoolUpgradeRequest",
      "properties": {
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        },
        "nodePoolId": {
          "deprecated": true,
          "description": "Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.",
          "type": "string"
        },
        "name": {
          "description": "The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
          "type": "string"
        },
        "clusterId": {
          "deprecated": true,
          "type": "string",
          "description": "Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field."
        },
        "zone": {
          "type": "string",
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
          "deprecated": true
        },
        "respectPdb": {
          "description": "Option for rollback to ignore the PodDisruptionBudget. Default value is false.",
          "type": "boolean"
        }
      },
      "type": "object"
    },
    "PrivateClusterConfig": {
      "id": "PrivateClusterConfig",
      "description": "Configuration options for private clusters.",
      "type": "object",
      "properties": {
        "peeringName": {
          "description": "Output only. The peering name in the customer VPC used by this cluster.",
          "type": "string",
          "readOnly": true
        },
        "privateEndpointSubnetwork": {
          "deprecated": true,
          "type": "string",
          "description": "Subnet to provision the master's private endpoint during cluster creation. Specified in projects/*/regions/*/subnetworks/* format. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint_subnetwork instead."
        },
        "enablePrivateEndpoint": {
          "deprecated": true,
          "description": "Whether the master's internal IP address is used as the cluster endpoint. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_public_endpoint instead. Note that the value of enable_public_endpoint is reversed: if enable_private_endpoint is false, then enable_public_endpoint will be true.",
          "type": "boolean"
        },
        "publicEndpoint": {
          "description": "Output only. The external IP address of this cluster's master endpoint. Deprecated:Use ControlPlaneEndpointsConfig.IPEndpointsConfig.public_endpoint instead.",
          "readOnly": true,
          "type": "string",
          "deprecated": true
        },
        "masterIpv4CidrBlock": {
          "description": "The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.",
          "type": "string"
        },
        "masterGlobalAccessConfig": {
          "$ref": "PrivateClusterMasterGlobalAccessConfig",
          "description": "Controls master global access settings. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.enable_global_access instead.",
          "deprecated": true
        },
        "enablePrivateNodes": {
          "type": "boolean",
          "description": "Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking. Deprecated: Use NetworkConfig.default_enable_private_nodes instead.",
          "deprecated": true
        },
        "privateEndpoint": {
          "description": "Output only. The internal IP address of this cluster's master endpoint. Deprecated: Use ControlPlaneEndpointsConfig.IPEndpointsConfig.private_endpoint instead.",
          "deprecated": true,
          "type": "string",
          "readOnly": true
        }
      }
    },
    "ResourceManagerTags": {
      "type": "object",
      "description": "A map of resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies. Tags must be according to specifications in https://cloud.google.com/vpc/docs/tags-firewalls-overview#specifications. A maximum of 5 tag key-value pairs can be specified. Existing tags will be replaced with new values.",
      "id": "ResourceManagerTags",
      "properties": {
        "tags": {
          "type": "object",
          "additionalProperties": {
            "type": "string"
          },
          "description": "TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1. `tagKeys/{tag_key_id}=tagValues/{tag_value_id}` 2. `{org_id}/{tag_key_name}={tag_value_name}` 3. `{project_id}/{tag_key_name}={tag_value_name}`"
        }
      }
    },
    "QueuedProvisioning": {
      "description": "QueuedProvisioning defines the queued provisioning used by the node pool.",
      "id": "QueuedProvisioning",
      "type": "object",
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Denotes that this node pool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API."
        }
      }
    },
    "NodeDrainConfig": {
      "type": "object",
      "properties": {
        "respectPdbDuringNodePoolDeletion": {
          "type": "boolean",
          "description": "Whether to respect PDB during node pool deletion."
        }
      },
      "description": "NodeDrainConfig contains the node drain related configurations for this node pool.",
      "id": "NodeDrainConfig"
    },
    "RangeInfo": {
      "description": "RangeInfo contains the range name and the range utilization by this cluster.",
      "properties": {
        "utilization": {
          "description": "Output only. The utilization of the range.",
          "readOnly": true,
          "format": "double",
          "type": "number"
        },
        "rangeName": {
          "description": "Output only. Name of a range.",
          "readOnly": true,
          "type": "string"
        }
      },
      "id": "RangeInfo",
      "type": "object"
    },
    "ClusterNetworkPerformanceConfig": {
      "id": "ClusterNetworkPerformanceConfig",
      "type": "object",
      "description": "Configuration of network bandwidth tiers",
      "properties": {
        "totalEgressBandwidthTier": {
          "type": "string",
          "enumDescriptions": [
            "Default value",
            "Higher bandwidth, actual values based on VM size."
          ],
          "enum": [
            "TIER_UNSPECIFIED",
            "TIER_1"
          ],
          "description": "Specifies the total network bandwidth tier for NodePools in the cluster."
        }
      }
    },
    "MaintenancePolicy": {
      "description": "MaintenancePolicy defines the maintenance policy to be used for the cluster.",
      "properties": {
        "window": {
          "description": "Specifies the maintenance window in which maintenance may be performed.",
          "$ref": "MaintenanceWindow"
        },
        "disruptionBudget": {
          "description": "Optional. The upgrade disruption budget for the cluster control plane.",
          "$ref": "DisruptionBudget"
        },
        "resourceVersion": {
          "type": "string",
          "description": "A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a `get()` request to the cluster to get the current resource version and include it with requests to set the policy."
        }
      },
      "id": "MaintenancePolicy",
      "type": "object"
    },
    "MasterAuth": {
      "type": "object",
      "id": "MasterAuth",
      "properties": {
        "clientCertificateConfig": {
          "$ref": "ClientCertificateConfig",
          "description": "Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued."
        },
        "clientKey": {
          "type": "string",
          "description": "Output only. Base64-encoded private key used by clients to authenticate to the cluster endpoint.",
          "readOnly": true
        },
        "clientCertificate": {
          "readOnly": true,
          "description": "Output only. Base64-encoded public certificate used by clients to authenticate to the cluster endpoint. Issued only if client_certificate_config is set.",
          "type": "string"
        },
        "username": {
          "type": "string",
          "deprecated": true,
          "description": "The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication"
        },
        "password": {
          "type": "string",
          "description": "The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication",
          "deprecated": true
        },
        "clusterCaCertificate": {
          "type": "string",
          "readOnly": true,
          "description": "Output only. Base64-encoded public certificate that is the root of trust for the cluster."
        }
      },
      "description": "The authentication information for accessing the master endpoint. Authentication can be done using HTTP basic auth or using client certificates."
    },
    "ContainerdConfig": {
      "description": "ContainerdConfig contains configuration to customize containerd.",
      "type": "object",
      "properties": {
        "registryHosts": {
          "description": "RegistryHostConfig configures containerd registry host configuration. Each registry_hosts represents a hosts.toml file. At most 25 registry_hosts are allowed.",
          "items": {
            "$ref": "RegistryHostConfig"
          },
          "type": "array"
        },
        "privateRegistryAccessConfig": {
          "description": "PrivateRegistryAccessConfig is used to configure access configuration for private container registries.",
          "$ref": "PrivateRegistryAccessConfig"
        },
        "writableCgroups": {
          "description": "Optional. WritableCgroups defines writable cgroups configuration for the node pool.",
          "$ref": "WritableCgroups"
        }
      },
      "id": "ContainerdConfig"
    },
    "BigQueryDestination": {
      "id": "BigQueryDestination",
      "type": "object",
      "description": "Parameters for using BigQuery as the destination of resource usage export.",
      "properties": {
        "datasetId": {
          "description": "The ID of a BigQuery Dataset.",
          "type": "string"
        }
      }
    },
    "GkeBackupAgentConfig": {
      "properties": {
        "enabled": {
          "description": "Whether the Backup for GKE agent is enabled for this cluster.",
          "type": "boolean"
        }
      },
      "type": "object",
      "id": "GkeBackupAgentConfig",
      "description": "Configuration for the Backup for GKE Agent."
    },
    "Empty": {
      "properties": {},
      "description": "A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use it as the request or the response type of an API method. For instance: service Foo { rpc Bar(google.protobuf.Empty) returns (google.protobuf.Empty); }",
      "type": "object",
      "id": "Empty"
    },
    "UpdateInfo": {
      "type": "object",
      "properties": {
        "blueGreenInfo": {
          "$ref": "BlueGreenInfo",
          "description": "Information of a blue-green upgrade."
        }
      },
      "id": "UpdateInfo",
      "description": "UpdateInfo contains resource (instance groups, etc), status and other intermediate information relevant to a node pool upgrade."
    },
    "ParallelstoreCsiDriverConfig": {
      "id": "ParallelstoreCsiDriverConfig",
      "type": "object",
      "properties": {
        "enabled": {
          "description": "Whether the Cloud Storage Parallelstore CSI driver is enabled for this cluster.",
          "type": "boolean"
        }
      },
      "description": "Configuration for the Cloud Storage Parallelstore CSI driver."
    },
    "ReservationAffinity": {
      "type": "object",
      "properties": {
        "values": {
          "description": "Corresponds to the label value(s) of reservation resource(s).",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "key": {
          "type": "string",
          "description": "Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify \"compute.googleapis.com/reservation-name\" as the key and specify the name of your reservation as its value."
        },
        "consumeReservationType": {
          "description": "Corresponds to the type of reservation consumption.",
          "enumDescriptions": [
            "Default value. This should not be used.",
            "Do not consume from any reserved capacity.",
            "Consume any reservation available.",
            "Must consume from a specific reservation. Must specify key value fields for specifying the reservations."
          ],
          "type": "string",
          "enum": [
            "UNSPECIFIED",
            "NO_RESERVATION",
            "ANY_RESERVATION",
            "SPECIFIC_RESERVATION"
          ]
        }
      },
      "id": "ReservationAffinity",
      "description": "[ReservationAffinity](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) is the configuration of desired reservation which instances could take capacity from."
    },
    "NodeConfig": {
      "type": "object",
      "description": "Parameters that describe the nodes in a cluster. GKE Autopilot clusters do not recognize parameters in `NodeConfig`. Use AutoprovisioningNodePoolDefaults instead.",
      "properties": {
        "reservationAffinity": {
          "$ref": "ReservationAffinity",
          "description": "The optional reservation affinity. Setting this field will apply the specified [Zonal Compute Reservation](https://cloud.google.com/compute/docs/instances/reserving-zonal-resources) to this node pool."
        },
        "secondaryBootDiskUpdateStrategy": {
          "description": "Secondary boot disk update strategy.",
          "$ref": "SecondaryBootDiskUpdateStrategy"
        },
        "gcfsConfig": {
          "description": "Google Container File System (image streaming) configs.",
          "$ref": "GcfsConfig"
        },
        "confidentialNodes": {
          "$ref": "ConfidentialNodes",
          "description": "Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled."
        },
        "taints": {
          "description": "List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/",
          "type": "array",
          "items": {
            "$ref": "NodeTaint"
          }
        },
        "diskSizeGb": {
          "description": "Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB. If unspecified, the default disk size is 100GB.",
          "type": "integer",
          "format": "int32"
        },
        "accelerators": {
          "type": "array",
          "description": "A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.",
          "items": {
            "$ref": "AcceleratorConfig"
          }
        },
        "secondaryBootDisks": {
          "description": "List of secondary boot disks attached to the nodes.",
          "type": "array",
          "items": {
            "$ref": "SecondaryBootDisk"
          }
        },
        "maxRunDuration": {
          "type": "string",
          "description": "The maximum duration for the nodes to exist. If unspecified, the nodes can exist indefinitely.",
          "format": "google-duration"
        },
        "windowsNodeConfig": {
          "$ref": "WindowsNodeConfig",
          "description": "Parameters that can be configured on Windows nodes."
        },
        "storagePools": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "List of Storage Pools where boot disks are provisioned."
        },
        "flexStart": {
          "type": "boolean",
          "description": "Flex Start flag for enabling Flex Start VM."
        },
        "resourceLabels": {
          "description": "The resource labels for the node pool to use to annotate any related Google Compute Engine resources.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "advancedMachineFeatures": {
          "description": "Advanced features for the Compute Engine VM.",
          "$ref": "AdvancedMachineFeatures"
        },
        "localSsdEncryptionMode": {
          "description": "Specifies which method should be used for encrypting the Local SSDs attached to the node.",
          "enum": [
            "LOCAL_SSD_ENCRYPTION_MODE_UNSPECIFIED",
            "STANDARD_ENCRYPTION",
            "EPHEMERAL_KEY_ENCRYPTION"
          ],
          "type": "string",
          "enumDescriptions": [
            "The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted.",
            "The given node will be encrypted using keys managed by Google infrastructure and the keys will be deleted when the node is deleted.",
            "The given node will opt-in for using ephemeral key for encryption of Local SSDs. The Local SSDs will not be able to recover data in case of node crash."
          ]
        },
        "tags": {
          "description": "The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.",
          "type": "array",
          "items": {
            "type": "string"
          }
        },
        "preemptible": {
          "description": "Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.",
          "type": "boolean"
        },
        "consolidationDelay": {
          "description": "Consolidation delay defines duration after which the Cluster Autoscaler can scale down underutilized nodes. If not set, nodes are scaled down by default behavior, i.e. according to the chosen autoscaling profile.",
          "type": "string",
          "format": "google-duration"
        },
        "bootDiskKmsKey": {
          "description": " The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool. This should be of the form projects/[KEY_PROJECT_ID]/locations/[LOCATION]/keyRings/[RING_NAME]/cryptoKeys/[KEY_NAME]. For more information about protecting resources with Cloud KMS Keys please see: https://cloud.google.com/compute/docs/disks/customer-managed-encryption",
          "type": "string"
        },
        "kubeletConfig": {
          "description": "Node kubelet configs.",
          "$ref": "NodeKubeletConfig"
        },
        "spot": {
          "type": "boolean",
          "description": "Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag."
        },
        "fastSocket": {
          "description": "Enable or disable NCCL fast socket for the node pool.",
          "$ref": "FastSocket"
        },
        "taintConfig": {
          "description": "Optional. The taint configuration for the node pool.",
          "$ref": "TaintConfig"
        },
        "linuxNodeConfig": {
          "$ref": "LinuxNodeConfig",
          "description": "Parameters that can be configured on Linux nodes."
        },
        "machineType": {
          "type": "string",
          "description": "The name of a Google Compute Engine [machine type](https://cloud.google.com/compute/docs/machine-types) If unspecified, the default machine type is `e2-medium`."
        },
        "minCpuPlatform": {
          "description": "Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as `minCpuPlatform: \"Intel Haswell\"` or `minCpuPlatform: \"Intel Sandy Bridge\"`. For more information, read [how to specify min CPU platform](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)",
          "type": "string"
        },
        "metadata": {
          "description": "The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp `[a-zA-Z0-9-_]+` and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - \"cluster-location\" - \"cluster-name\" - \"cluster-uid\" - \"configure-sh\" - \"containerd-configure-sh\" - \"enable-os-login\" - \"gci-ensure-gke-docker\" - \"gci-metrics-enabled\" - \"gci-update-strategy\" - \"instance-template\" - \"kube-env\" - \"startup-script\" - \"user-data\" - \"disable-address-manager\" - \"windows-startup-script-ps1\" - \"common-psm1\" - \"k8s-node-setup-psm1\" - \"install-ssh-psm1\" - \"user-profile-psm1\" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB.",
          "type": "object",
          "additionalProperties": {
            "type": "string"
          }
        },
        "shieldedInstanceConfig": {
          "$ref": "ShieldedInstanceConfig",
          "description": "Shielded Instance options."
        },
        "enableConfidentialStorage": {
          "description": "Optional. Reserved for future use.",
          "type": "boolean"
        },
        "gpuDirectConfig": {
          "description": "The configuration for GPU Direct",
          "$ref": "GPUDirectConfig"
        },
        "resourceManagerTags": {
          "description": "A map of resource manager tag keys and values to be attached to the nodes.",
          "$ref": "ResourceManagerTags"
        },
        "localSsdCount": {
          "type": "integer",
          "description": "The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.",
          "format": "int32"
        },
        "imageType": {
          "description": "The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.",
          "type": "string"
        },
        "serviceAccount": {
          "type": "string",
          "description": "The Google Cloud Platform Service Account to be used by the node VMs. Specify the email address of the Service Account; otherwise, if no Service Account is specified, the \"default\" service account is used."
        },
        "containerdConfig": {
          "description": "Parameters for containerd customization.",
          "$ref": "ContainerdConfig"
        },
        "soleTenantConfig": {
          "description": "Parameters for node pools to be backed by shared sole tenant node groups.",
          "$ref": "SoleTenantConfig"
        },
        "labels": {
          "description": "The Kubernetes labels (key/value pairs) to apply to each node. The values in this field are added to the set of default labels Kubernetes applies to nodes. This field has the following restrictions: * Labels must use a valid Kubernetes syntax and character set, as defined in https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/#syntax-and-character-set. * This field supports up to 1,024 total characters in a single request. Depending on the Kubernetes version, keys in this field might conflict with the keys of the default labels, which might change which of your labels are applied to the nodes. Assume that the behavior is unpredictable and avoid label key conflicts. For more information about the default labels, see: https://kubernetes.io/docs/reference/labels-annotations-taints/",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        },
        "loggingConfig": {
          "description": "Logging configuration.",
          "$ref": "NodePoolLoggingConfig"
        },
        "sandboxConfig": {
          "description": "Sandbox configuration for this node.",
          "$ref": "SandboxConfig"
        },
        "gvnic": {
          "description": "Enable or disable gvnic in the node pool.",
          "$ref": "VirtualNIC"
        },
        "ephemeralStorageLocalSsdConfig": {
          "description": "Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.",
          "$ref": "EphemeralStorageLocalSsdConfig"
        },
        "nodeGroup": {
          "type": "string",
          "description": "Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on [sole tenant nodes](https://cloud.google.com/compute/docs/nodes/sole-tenant-nodes)."
        },
        "oauthScopes": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "description": "The set of Google API scopes to be made available on all of the node VMs under the \"default\" service account. The following scopes are recommended, but not required, and by default are not included: * `https://www.googleapis.com/auth/compute` is required for mounting persistent storage on your nodes. * `https://www.googleapis.com/auth/devstorage.read_only` is required for communicating with **gcr.io** (the [Artifact Registry](https://cloud.google.com/artifact-registry/)). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added."
        },
        "workloadMetadataConfig": {
          "$ref": "WorkloadMetadataConfig",
          "description": "The workload metadata configuration for this node."
        },
        "diskType": {
          "description": "Type of the disk attached to each node (e.g. 'pd-standard', 'pd-ssd' or 'pd-balanced') If unspecified, the default disk type is 'pd-standard'",
          "type": "string"
        },
        "bootDisk": {
          "description": "The boot disk configuration for the node pool.",
          "$ref": "BootDisk"
        },
        "effectiveCgroupMode": {
          "enumDescriptions": [
            "EFFECTIVE_CGROUP_MODE_UNSPECIFIED means the cgroup configuration for the node pool is unspecified, i.e. the node pool is a Windows node pool.",
            "CGROUP_MODE_V1 means the node pool is configured to use cgroupv1 for the cgroup configuration.",
            "CGROUP_MODE_V2 means the node pool is configured to use cgroupv2 for the cgroup configuration."
          ],
          "readOnly": true,
          "description": "Output only. effective_cgroup_mode is the cgroup mode actually used by the node pool. It is determined by the cgroup mode specified in the LinuxNodeConfig or the default cgroup mode based on the cluster creation version.",
          "type": "string",
          "enum": [
            "EFFECTIVE_CGROUP_MODE_UNSPECIFIED",
            "EFFECTIVE_CGROUP_MODE_V1",
            "EFFECTIVE_CGROUP_MODE_V2"
          ]
        },
        "localNvmeSsdBlockConfig": {
          "description": "Parameters for using raw-block Local NVMe SSDs.",
          "$ref": "LocalNvmeSsdBlockConfig"
        }
      },
      "id": "NodeConfig"
    },
    "Filter": {
      "properties": {
        "eventType": {
          "type": "array",
          "description": "Event types to allowlist.",
          "items": {
            "type": "string",
            "enum": [
              "EVENT_TYPE_UNSPECIFIED",
              "UPGRADE_AVAILABLE_EVENT",
              "UPGRADE_EVENT",
              "SECURITY_BULLETIN_EVENT",
              "UPGRADE_INFO_EVENT"
            ],
            "enumDescriptions": [
              "Not set, will be ignored.",
              "Corresponds with UpgradeAvailableEvent.",
              "Corresponds with UpgradeEvent.",
              "Corresponds with SecurityBulletinEvent.",
              "Corresponds with UpgradeInfoEvent."
            ]
          }
        }
      },
      "description": "Allows filtering to one or more specific event types. If event types are present, those and only those event types will be transmitted to the cluster. Other types will be skipped. If no filter is specified, or no event types are present, all event types will be sent",
      "type": "object",
      "id": "Filter"
    },
    "NodeTaints": {
      "type": "object",
      "id": "NodeTaints",
      "properties": {
        "taints": {
          "items": {
            "$ref": "NodeTaint"
          },
          "description": "List of node taints.",
          "type": "array"
        }
      },
      "description": "Collection of Kubernetes [node taints](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration)."
    },
    "RayClusterMonitoringConfig": {
      "type": "object",
      "id": "RayClusterMonitoringConfig",
      "description": "RayClusterMonitoringConfig specifies monitoring configuration for Ray clusters.",
      "properties": {
        "enabled": {
          "description": "Enable metrics collection for Ray clusters.",
          "type": "boolean"
        }
      }
    },
    "AdvancedMachineFeatures": {
      "description": "Specifies options for controlling advanced machine features.",
      "type": "object",
      "id": "AdvancedMachineFeatures",
      "properties": {
        "performanceMonitoringUnit": {
          "enumDescriptions": [
            "PMU not enabled.",
            "Architecturally defined non-LLC events.",
            "Most documented core/L2 events.",
            "Most documented core/L2 and LLC events."
          ],
          "enum": [
            "PERFORMANCE_MONITORING_UNIT_UNSPECIFIED",
            "ARCHITECTURAL",
            "STANDARD",
            "ENHANCED"
          ],
          "description": "Type of Performance Monitoring Unit (PMU) requested on node pool instances. If unset, PMU will not be available to the node.",
          "type": "string"
        },
        "threadsPerCore": {
          "format": "int64",
          "description": "The number of threads per physical core. To disable simultaneous multithreading (SMT) set this to 1. If unset, the maximum number of threads supported per core by the underlying processor is assumed.",
          "type": "string"
        },
        "enableNestedVirtualization": {
          "description": "Whether or not to enable nested virtualization (defaults to false).",
          "type": "boolean"
        }
      }
    },
    "ReleaseChannelConfig": {
      "type": "object",
      "id": "ReleaseChannelConfig",
      "properties": {
        "channel": {
          "type": "string",
          "enumDescriptions": [
            "No channel specified.",
            "RAPID channel is offered on an early access basis for customers who want to test new releases. WARNING: Versions available in the RAPID Channel may be subject to unresolved issues with no known workaround and are not subject to any SLAs.",
            "Clusters subscribed to REGULAR receive versions that are considered GA quality. REGULAR is intended for production users who want to take advantage of new features.",
            "Clusters subscribed to STABLE receive versions that are known to be stable and reliable in production.",
            "Clusters subscribed to EXTENDED receive extended support and availability for versions which are known to be stable and reliable in production."
          ],
          "description": "The release channel this configuration applies to.",
          "enum": [
            "UNSPECIFIED",
            "RAPID",
            "REGULAR",
            "STABLE",
            "EXTENDED"
          ]
        },
        "upgradeTargetVersion": {
          "description": "The auto upgrade target version for clusters on the channel.",
          "type": "string"
        },
        "validVersions": {
          "items": {
            "type": "string"
          },
          "description": "List of valid versions for the channel.",
          "type": "array"
        },
        "defaultVersion": {
          "description": "The default version for newly created clusters on the channel.",
          "type": "string"
        }
      },
      "description": "ReleaseChannelConfig exposes configuration for a release channel."
    },
    "MonitoringConfig": {
      "description": "MonitoringConfig is cluster monitoring configuration.",
      "properties": {
        "managedPrometheusConfig": {
          "description": "Enable Google Cloud Managed Service for Prometheus in the cluster.",
          "$ref": "ManagedPrometheusConfig"
        },
        "componentConfig": {
          "$ref": "MonitoringComponentConfig",
          "description": "Monitoring components configuration"
        },
        "advancedDatapathObservabilityConfig": {
          "$ref": "AdvancedDatapathObservabilityConfig",
          "description": "Configuration of Advanced Datapath Observability features."
        }
      },
      "type": "object",
      "id": "MonitoringConfig"
    },
    "VerticalPodAutoscaling": {
      "properties": {
        "enabled": {
          "type": "boolean",
          "description": "Enables vertical pod autoscaling."
        }
      },
      "description": "VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.",
      "type": "object",
      "id": "VerticalPodAutoscaling"
    },
    "AdditionalPodNetworkConfig": {
      "type": "object",
      "id": "AdditionalPodNetworkConfig",
      "description": "AdditionalPodNetworkConfig is the configuration for additional pod networks within the NodeNetworkConfig message",
      "properties": {
        "maxPodsPerNode": {
          "description": "The maximum number of pods per node which use this pod network.",
          "$ref": "MaxPodsConstraint"
        },
        "subnetwork": {
          "description": "Name of the subnetwork where the additional pod network belongs.",
          "type": "string"
        },
        "networkAttachment": {
          "description": "The name of the network attachment for pods to communicate to; cannot be specified along with subnetwork or secondary_pod_range.",
          "type": "string"
        },
        "secondaryPodRange": {
          "type": "string",
          "description": "The name of the secondary range on the subnet which provides IP address for this pod range."
        }
      }
    },
    "ResourceLabels": {
      "id": "ResourceLabels",
      "description": "Collection of [Resource Manager labels](https://cloud.google.com/resource-manager/docs/creating-managing-labels).",
      "properties": {
        "labels": {
          "description": "Map of node label keys and node label values.",
          "additionalProperties": {
            "type": "string"
          },
          "type": "object"
        }
      },
      "type": "object"
    },
    "LoggingVariantConfig": {
      "properties": {
        "variant": {
          "description": "Logging variant deployed on nodes.",
          "type": "string",
          "enumDescriptions": [
            "Default value. This shouldn't be used.",
            "default logging variant.",
            "maximum logging throughput variant."
          ],
          "enum": [
            "VARIANT_UNSPECIFIED",
            "DEFAULT",
            "MAX_THROUGHPUT"
          ]
        }
      },
      "type": "object",
      "id": "LoggingVariantConfig",
      "description": "LoggingVariantConfig specifies the behaviour of the logging component."
    },
    "SwapConfig": {
      "properties": {
        "encryptionConfig": {
          "description": "Optional. If omitted, swap space is encrypted by default.",
          "$ref": "EncryptionConfig"
        },
        "dedicatedLocalSsdProfile": {
          "description": "Provisions a new, separate local NVMe SSD exclusively for swap.",
          "$ref": "DedicatedLocalSsdProfile"
        },
        "enabled": {
          "description": "Optional. Enables or disables swap for the node pool.",
          "type": "boolean"
        },
        "ephemeralLocalSsdProfile": {
          "description": "Swap on the local SSD shared with pod ephemeral storage.",
          "$ref": "EphemeralLocalSsdProfile"
        },
        "bootDiskProfile": {
          "$ref": "BootDiskProfile",
          "description": "Swap on the node's boot disk."
        }
      },
      "description": "Configuration for swap memory on a node pool.",
      "type": "object",
      "id": "SwapConfig"
    },
    "GCPSecretManagerCertificateConfig": {
      "id": "GCPSecretManagerCertificateConfig",
      "properties": {
        "secretUri": {
          "type": "string",
          "description": "Secret URI, in the form \"projects/$PROJECT_ID/secrets/$SECRET_NAME/versions/$VERSION\". Version can be fixed (e.g. \"2\") or \"latest\""
        }
      },
      "description": "GCPSecretManagerCertificateConfig configures a secret from [Secret Manager](https://cloud.google.com/secret-manager).",
      "type": "object"
    },
    "SetLegacyAbacRequest": {
      "id": "SetLegacyAbacRequest",
      "description": "SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster.",
      "type": "object",
      "properties": {
        "zone": {
          "type": "string",
          "deprecated": true,
          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
        },
        "projectId": {
          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
          "type": "string",
          "deprecated": true
        },
        "enabled": {
          "description": "Required. Whether ABAC authorization will be enabled in the cluster.",
          "type": "boolean"
        },
        "name": {
          "description": "The name (project, location, cluster name) of the cluster to set legacy abac. Specified in the format `projects/*/locations/*/clusters/*`.",
          "type": "string"
        },
        "clusterId": {
          "description": "Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.",
          "deprecated": true,
          "type": "string"
        }
      }
    },
    "K8sBetaAPIConfig": {
      "properties": {
        "enabledApis": {
          "items": {
            "type": "string"
          },
          "description": "Enabled k8s beta APIs.",
          "type": "array"
        }
      },
      "description": "K8sBetaAPIConfig , configuration for beta APIs",
      "type": "object",
      "id": "K8sBetaAPIConfig"
    }
  },
  "resources": {
    "projects": {
      "resources": {
        "aggregated": {
          "resources": {
            "usableSubnetworks": {
              "methods": {
                "list": {
                  "path": "v1/{+parent}/aggregated/usableSubnetworks",
                  "description": "Lists subnetworks that are usable for creating clusters in a project.",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/aggregated/usableSubnetworks",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "container.projects.aggregated.usableSubnetworks.list",
                  "response": {
                    "$ref": "ListUsableSubnetworksResponse"
                  },
                  "parameters": {
                    "pageToken": {
                      "location": "query",
                      "description": "Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.",
                      "type": "string"
                    },
                    "parent": {
                      "type": "string",
                      "pattern": "^projects/[^/]+$",
                      "location": "path",
                      "required": true,
                      "description": "The parent project where subnetworks are usable. Specified in the format `projects/*`."
                    },
                    "pageSize": {
                      "format": "int32",
                      "type": "integer",
                      "location": "query",
                      "description": "The max number of results per page that should be returned. If the number of available results is larger than `page_size`, a `next_page_token` is returned which can be used to get the next page of results in subsequent requests. Acceptable values are 0 to 500, inclusive. (Default: 500)"
                    },
                    "filter": {
                      "location": "query",
                      "type": "string",
                      "description": "Filtering currently only supports equality on the networkProjectId and must be in the form: \"networkProjectId=[PROJECTID]\", where `networkProjectId` is the project which owns the listed subnetworks. This defaults to the parent project ID."
                    }
                  },
                  "httpMethod": "GET"
                }
              }
            }
          }
        },
        "locations": {
          "methods": {
            "getServerConfig": {
              "parameterOrder": [
                "name"
              ],
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "path": "v1/{+name}/serverConfig",
              "parameters": {
                "projectId": {
                  "location": "query",
                  "deprecated": true,
                  "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                  "type": "string"
                },
                "zone": {
                  "location": "query",
                  "type": "string",
                  "deprecated": true,
                  "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field."
                },
                "name": {
                  "pattern": "^projects/[^/]+/locations/[^/]+$",
                  "description": "The name (project and location) of the server config to get, specified in the format `projects/*/locations/*`.",
                  "location": "path",
                  "type": "string",
                  "required": true
                }
              },
              "response": {
                "$ref": "ServerConfig"
              },
              "httpMethod": "GET",
              "description": "Returns configuration info about the Google Kubernetes Engine service.",
              "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/serverConfig",
              "id": "container.projects.locations.getServerConfig"
            }
          },
          "resources": {
            "clusters": {
              "methods": {
                "setLegacyAbac": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setLegacyAbac",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "path",
                      "description": "The name (project, location, cluster name) of the cluster to set legacy abac. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$"
                    }
                  },
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "SetLegacyAbacRequest"
                  },
                  "id": "container.projects.locations.clusters.setLegacyAbac",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "path": "v1/{+name}:setLegacyAbac",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Enables or disables the ABAC authorization mechanism on a cluster."
                },
                "update": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}",
                  "description": "Updates the settings of a specific cluster.",
                  "path": "v1/{+name}",
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "description": "The name (project, location, cluster) of the cluster to update. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  },
                  "httpMethod": "PUT",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "container.projects.locations.clusters.update",
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "UpdateClusterRequest"
                  }
                },
                "completeIpRotation": {
                  "path": "v1/{+name}:completeIpRotation",
                  "id": "container.projects.locations.clusters.completeIpRotation",
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "CompleteIPRotationRequest"
                  },
                  "httpMethod": "POST",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:completeIpRotation",
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "name": {
                      "description": "The name (project, location, cluster name) of the cluster to complete IP rotation. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$"
                    }
                  },
                  "description": "Completes master IP rotation."
                },
                "setAddons": {
                  "parameters": {
                    "name": {
                      "type": "string",
                      "description": "The name (project, location, cluster) of the cluster to set addons. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "SetAddonsConfigRequest"
                  },
                  "response": {
                    "$ref": "Operation"
                  },
                  "description": "Sets the addons for a specific cluster.",
                  "httpMethod": "POST",
                  "path": "v1/{+name}:setAddons",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setAddons",
                  "id": "container.projects.locations.clusters.setAddons"
                },
                "getJwks": {
                  "path": "v1/{+parent}/jwks",
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/jwks",
                  "parameters": {
                    "parent": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "The cluster (project, location, cluster name) to get keys for. Specified in the format `projects/*/locations/*/clusters/*`."
                    }
                  },
                  "response": {
                    "$ref": "GetJSONWebKeysResponse"
                  },
                  "id": "container.projects.locations.clusters.getJwks",
                  "httpMethod": "GET",
                  "description": "Gets the public component of the cluster signing keys in JSON Web Key format."
                },
                "setMaintenancePolicy": {
                  "description": "Sets the maintenance policy for a cluster.",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "required": true,
                      "description": "The name (project, location, cluster name) of the cluster to set maintenance policy. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$"
                    }
                  },
                  "path": "v1/{+name}:setMaintenancePolicy",
                  "id": "container.projects.locations.clusters.setMaintenancePolicy",
                  "request": {
                    "$ref": "SetMaintenancePolicyRequest"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setMaintenancePolicy",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  }
                },
                "setLogging": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setLogging",
                  "description": "Sets the logging service for a specific cluster.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "id": "container.projects.locations.clusters.setLogging",
                  "request": {
                    "$ref": "SetLoggingServiceRequest"
                  },
                  "path": "v1/{+name}:setLogging",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "type": "string",
                      "required": true,
                      "description": "The name (project, location, cluster) of the cluster to set logging. Specified in the format `projects/*/locations/*/clusters/*`."
                    }
                  },
                  "httpMethod": "POST"
                },
                "create": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "path": "v1/{+parent}/clusters",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters",
                  "request": {
                    "$ref": "CreateClusterRequest"
                  },
                  "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.",
                  "parameters": {
                    "parent": {
                      "description": "The parent (project and location) where the cluster will be created. Specified in the format `projects/*/locations/*`.",
                      "required": true,
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "type": "string"
                    }
                  },
                  "id": "container.projects.locations.clusters.create",
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ]
                },
                "startIpRotation": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Starts master IP rotation.",
                  "path": "v1/{+name}:startIpRotation",
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "The name (project, location, cluster name) of the cluster to start IP rotation. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "request": {
                    "$ref": "StartIPRotationRequest"
                  },
                  "id": "container.projects.locations.clusters.startIpRotation",
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:startIpRotation"
                },
                "setNetworkPolicy": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setNetworkPolicy",
                  "description": "Enables or disables Network Policy for a cluster.",
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "type": "string",
                      "description": "The name (project, location, cluster name) of the cluster to set networking policy. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "required": true
                    }
                  },
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "SetNetworkPolicyRequest"
                  },
                  "id": "container.projects.locations.clusters.setNetworkPolicy",
                  "path": "v1/{+name}:setNetworkPolicy"
                },
                "fetchClusterUpgradeInfo": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "name"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:fetchClusterUpgradeInfo",
                  "path": "v1/{+name}:fetchClusterUpgradeInfo",
                  "parameters": {
                    "version": {
                      "location": "query",
                      "type": "string",
                      "description": "API request version that initiates this operation."
                    },
                    "name": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "description": "Required. The name (project, location, cluster) of the cluster to get. Specified in the format `projects/*/locations/*/clusters/*` or `projects/*/zones/*/clusters/*`.",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "httpMethod": "GET",
                  "description": "Fetch upgrade information of a specific cluster.",
                  "response": {
                    "$ref": "ClusterUpgradeInfo"
                  },
                  "id": "container.projects.locations.clusters.fetchClusterUpgradeInfo"
                },
                "setMasterAuth": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setMasterAuth",
                  "httpMethod": "POST",
                  "description": "Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password.",
                  "request": {
                    "$ref": "SetMasterAuthRequest"
                  },
                  "path": "v1/{+name}:setMasterAuth",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "container.projects.locations.clusters.setMasterAuth",
                  "parameterOrder": [
                    "name"
                  ],
                  "parameters": {
                    "name": {
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "type": "string",
                      "required": true,
                      "description": "The name (project, location, cluster) of the cluster to set auth. Specified in the format `projects/*/locations/*/clusters/*`."
                    }
                  }
                },
                "get": {
                  "id": "container.projects.locations.clusters.get",
                  "parameters": {
                    "projectId": {
                      "location": "query",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "deprecated": true,
                      "type": "string"
                    },
                    "name": {
                      "location": "path",
                      "description": "The name (project, location, cluster) of the cluster to retrieve. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "required": true,
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "type": "string"
                    },
                    "zone": {
                      "deprecated": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "location": "query",
                      "type": "string"
                    },
                    "clusterId": {
                      "location": "query",
                      "type": "string",
                      "description": "Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field.",
                      "deprecated": true
                    }
                  },
                  "description": "Gets the details of a specific cluster.",
                  "parameterOrder": [
                    "name"
                  ],
                  "response": {
                    "$ref": "Cluster"
                  },
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}",
                  "path": "v1/{+name}"
                },
                "checkAutopilotCompatibility": {
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:checkAutopilotCompatibility",
                  "path": "v1/{+name}:checkAutopilotCompatibility",
                  "parameters": {
                    "name": {
                      "description": "The name (project, location, cluster) of the cluster to retrieve. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "CheckAutopilotCompatibilityResponse"
                  },
                  "id": "container.projects.locations.clusters.checkAutopilotCompatibility",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Checks the cluster compatibility with Autopilot mode, and returns a list of compatibility issues.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET"
                },
                "updateMaster": {
                  "path": "v1/{+name}:updateMaster",
                  "httpMethod": "POST",
                  "parameters": {
                    "name": {
                      "required": true,
                      "description": "The name (project, location, cluster) of the cluster to update. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "container.projects.locations.clusters.updateMaster",
                  "request": {
                    "$ref": "UpdateMasterRequest"
                  },
                  "description": "Updates the master for a specific cluster.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:updateMaster"
                },
                "list": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameterOrder": [
                    "parent"
                  ],
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters",
                  "id": "container.projects.locations.clusters.list",
                  "description": "Lists all clusters owned by a project in either the specified zone or all zones.",
                  "path": "v1/{+parent}/clusters",
                  "parameters": {
                    "zone": {
                      "deprecated": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.",
                      "location": "query",
                      "type": "string"
                    },
                    "projectId": {
                      "type": "string",
                      "location": "query",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
                      "deprecated": true
                    },
                    "parent": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "description": "The parent (project and location) where the clusters will be listed. Specified in the format `projects/*/locations/*`. Location \"-\" matches all zones and all regions.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$"
                    }
                  },
                  "response": {
                    "$ref": "ListClustersResponse"
                  },
                  "httpMethod": "GET"
                },
                "setMonitoring": {
                  "description": "Sets the monitoring service for a specific cluster.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameters": {
                    "name": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "The name (project, location, cluster) of the cluster to set monitoring. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$"
                    }
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "request": {
                    "$ref": "SetMonitoringServiceRequest"
                  },
                  "path": "v1/{+name}:setMonitoring",
                  "id": "container.projects.locations.clusters.setMonitoring",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setMonitoring",
                  "httpMethod": "POST"
                },
                "setLocations": {
                  "parameters": {
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "description": "The name (project, location, cluster) of the cluster to set locations. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "type": "string",
                      "location": "path",
                      "required": true
                    }
                  },
                  "id": "container.projects.locations.clusters.setLocations",
                  "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) instead.",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setLocations",
                  "request": {
                    "$ref": "SetLocationsRequest"
                  },
                  "httpMethod": "POST",
                  "path": "v1/{+name}:setLocations",
                  "deprecated": true,
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "delete": {
                  "path": "v1/{+name}",
                  "httpMethod": "DELETE",
                  "parameters": {
                    "projectId": {
                      "type": "string",
                      "location": "query",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "deprecated": true
                    },
                    "name": {
                      "required": true,
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "description": "The name (project, location, cluster) of the cluster to delete. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "location": "path"
                    },
                    "clusterId": {
                      "description": "Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field.",
                      "location": "query",
                      "deprecated": true,
                      "type": "string"
                    },
                    "zone": {
                      "location": "query",
                      "deprecated": true,
                      "type": "string",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    }
                  },
                  "id": "container.projects.locations.clusters.delete",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}",
                  "description": "Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted. Other Google Compute Engine resources that might be in use by the cluster, such as load balancer resources, are not deleted if they weren't present when the cluster was initially created.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "name"
                  ]
                },
                "setResourceLabels": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "container.projects.locations.clusters.setResourceLabels",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}:setResourceLabels",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                      "description": "The name (project, location, cluster name) of the cluster to set labels. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "location": "path",
                      "required": true
                    }
                  },
                  "description": "Sets labels on a cluster.",
                  "path": "v1/{+name}:setResourceLabels",
                  "request": {
                    "$ref": "SetLabelsRequest"
                  },
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                }
              },
              "resources": {
                "nodePools": {
                  "methods": {
                    "setAutoscaling": {
                      "response": {
                        "$ref": "Operation"
                      },
                      "request": {
                        "$ref": "SetNodePoolAutoscalingRequest"
                      },
                      "id": "container.projects.locations.clusters.nodePools.setAutoscaling",
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`."
                        }
                      },
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}:setAutoscaling",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:setAutoscaling",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Sets the autoscaling settings for the specified node pool."
                    },
                    "setManagement": {
                      "id": "container.projects.locations.clusters.nodePools.setManagement",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:setManagement",
                      "response": {
                        "$ref": "Operation"
                      },
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}:setManagement",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "description": "The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "required": true,
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "type": "string"
                        }
                      },
                      "request": {
                        "$ref": "SetNodePoolManagementRequest"
                      },
                      "description": "Sets the NodeManagement options for a node pool."
                    },
                    "get": {
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}",
                      "response": {
                        "$ref": "NodePool"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "httpMethod": "GET",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "path": "v1/{+name}",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "location": "path",
                          "description": "The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "required": true
                        },
                        "zone": {
                          "deprecated": true,
                          "type": "string",
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "location": "query"
                        },
                        "nodePoolId": {
                          "description": "Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.",
                          "location": "query",
                          "type": "string",
                          "deprecated": true
                        },
                        "clusterId": {
                          "location": "query",
                          "deprecated": true,
                          "type": "string",
                          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field."
                        },
                        "projectId": {
                          "deprecated": true,
                          "location": "query",
                          "type": "string",
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
                        }
                      },
                      "description": "Retrieves the requested node pool.",
                      "id": "container.projects.locations.clusters.nodePools.get"
                    },
                    "fetchNodePoolUpgradeInfo": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Fetch upgrade information of a specific node pool.",
                      "path": "v1/{+name}:fetchNodePoolUpgradeInfo",
                      "response": {
                        "$ref": "NodePoolUpgradeInfo"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:fetchNodePoolUpgradeInfo",
                      "id": "container.projects.locations.clusters.nodePools.fetchNodePoolUpgradeInfo",
                      "parameters": {
                        "name": {
                          "type": "string",
                          "location": "path",
                          "description": "Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*` or `projects/*/zones/*/clusters/*/nodePools/*`.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "required": true
                        },
                        "version": {
                          "type": "string",
                          "description": "API request version that initiates this operation.",
                          "location": "query"
                        }
                      },
                      "httpMethod": "GET"
                    },
                    "create": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "parent": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                          "description": "The parent (project, location, cluster name) where the node pool will be created. Specified in the format `projects/*/locations/*/clusters/*`.",
                          "type": "string",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "parameterOrder": [
                        "parent"
                      ],
                      "id": "container.projects.locations.clusters.nodePools.create",
                      "request": {
                        "$ref": "CreateNodePoolRequest"
                      },
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools",
                      "response": {
                        "$ref": "Operation"
                      },
                      "httpMethod": "POST",
                      "path": "v1/{+parent}/nodePools",
                      "description": "Creates a node pool for a cluster."
                    },
                    "delete": {
                      "parameters": {
                        "zone": {
                          "deprecated": true,
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "location": "query",
                          "type": "string"
                        },
                        "projectId": {
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                          "deprecated": true,
                          "type": "string",
                          "location": "query"
                        },
                        "name": {
                          "location": "path",
                          "description": "The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "required": true
                        },
                        "nodePoolId": {
                          "description": "Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.",
                          "deprecated": true,
                          "location": "query",
                          "type": "string"
                        },
                        "clusterId": {
                          "deprecated": true,
                          "location": "query",
                          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
                          "type": "string"
                        }
                      },
                      "id": "container.projects.locations.clusters.nodePools.delete",
                      "httpMethod": "DELETE",
                      "parameterOrder": [
                        "name"
                      ],
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "path": "v1/{+name}",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}",
                      "description": "Deletes a node pool from a cluster."
                    },
                    "update": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "description": "The name (project, location, cluster, node pool) of the node pool to update. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        }
                      },
                      "httpMethod": "PUT",
                      "response": {
                        "$ref": "Operation"
                      },
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}",
                      "request": {
                        "$ref": "UpdateNodePoolRequest"
                      },
                      "id": "container.projects.locations.clusters.nodePools.update",
                      "description": "Updates the version and/or image type for the specified node pool."
                    },
                    "completeUpgrade": {
                      "request": {
                        "$ref": "CompleteNodePoolUpgradeRequest"
                      },
                      "description": "CompleteNodePoolUpgrade will signal an on-going node pool upgrade to complete.",
                      "response": {
                        "$ref": "Empty"
                      },
                      "parameters": {
                        "name": {
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "required": true,
                          "description": "The name (project, location, cluster, node pool id) of the node pool to complete upgrade. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "location": "path",
                          "type": "string"
                        }
                      },
                      "httpMethod": "POST",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "container.projects.locations.clusters.nodePools.completeUpgrade",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:completeUpgrade",
                      "path": "v1/{+name}:completeUpgrade",
                      "parameterOrder": [
                        "name"
                      ]
                    },
                    "list": {
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools",
                      "id": "container.projects.locations.clusters.nodePools.list",
                      "description": "Lists the node pools for a cluster.",
                      "path": "v1/{+parent}/nodePools",
                      "parameterOrder": [
                        "parent"
                      ],
                      "parameters": {
                        "projectId": {
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
                          "location": "query",
                          "deprecated": true,
                          "type": "string"
                        },
                        "zone": {
                          "deprecated": true,
                          "type": "string",
                          "location": "query",
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field."
                        },
                        "clusterId": {
                          "location": "query",
                          "deprecated": true,
                          "type": "string",
                          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field."
                        },
                        "parent": {
                          "type": "string",
                          "description": "The parent (project, location, cluster name) where the node pools will be listed. Specified in the format `projects/*/locations/*/clusters/*`.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                          "location": "path",
                          "required": true
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "GET",
                      "response": {
                        "$ref": "ListNodePoolsResponse"
                      }
                    },
                    "rollback": {
                      "httpMethod": "POST",
                      "parameters": {
                        "name": {
                          "location": "path",
                          "required": true,
                          "type": "string",
                          "description": "The name (project, location, cluster, node pool id) of the node poll to rollback upgrade. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$"
                        }
                      },
                      "id": "container.projects.locations.clusters.nodePools.rollback",
                      "request": {
                        "$ref": "RollbackNodePoolUpgradeRequest"
                      },
                      "path": "v1/{+name}:rollback",
                      "description": "Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed.",
                      "parameterOrder": [
                        "name"
                      ],
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:rollback",
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ]
                    },
                    "setSize": {
                      "parameters": {
                        "name": {
                          "location": "path",
                          "required": true,
                          "description": "The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+/nodePools/[^/]+$",
                          "type": "string"
                        }
                      },
                      "id": "container.projects.locations.clusters.nodePools.setSize",
                      "description": "Sets the size for a specific node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations.",
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/nodePools/{nodePoolsId}:setSize",
                      "parameterOrder": [
                        "name"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "POST",
                      "request": {
                        "$ref": "SetNodePoolSizeRequest"
                      },
                      "path": "v1/{+name}:setSize"
                    }
                  }
                },
                "well-known": {
                  "methods": {
                    "getOpenid-configuration": {
                      "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/clusters/{clustersId}/.well-known/openid-configuration",
                      "parameterOrder": [
                        "parent"
                      ],
                      "path": "v1/{+parent}/.well-known/openid-configuration",
                      "description": "Gets the OIDC discovery document for the cluster. See the [OpenID Connect Discovery 1.0 specification](https://openid.net/specs/openid-connect-discovery-1_0.html) for details.",
                      "response": {
                        "$ref": "GetOpenIDConfigResponse"
                      },
                      "id": "container.projects.locations.clusters.well-known.getOpenid-configuration",
                      "parameters": {
                        "parent": {
                          "location": "path",
                          "description": "The cluster (project, location, cluster name) to get the discovery document for. Specified in the format `projects/*/locations/*/clusters/*`.",
                          "type": "string",
                          "pattern": "^projects/[^/]+/locations/[^/]+/clusters/[^/]+$",
                          "required": true
                        }
                      },
                      "httpMethod": "GET"
                    }
                  }
                }
              }
            },
            "operations": {
              "methods": {
                "cancel": {
                  "parameters": {
                    "name": {
                      "location": "path",
                      "required": true,
                      "description": "The name (project, location, operation id) of the operation to cancel. Specified in the format `projects/*/locations/*/operations/*`.",
                      "type": "string",
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$"
                    }
                  },
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}:cancel",
                  "id": "container.projects.locations.operations.cancel",
                  "request": {
                    "$ref": "CancelOperationRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/{+name}:cancel",
                  "parameterOrder": [
                    "name"
                  ],
                  "description": "Cancels the specified operation.",
                  "response": {
                    "$ref": "Empty"
                  },
                  "httpMethod": "POST"
                },
                "list": {
                  "parameterOrder": [
                    "parent"
                  ],
                  "parameters": {
                    "parent": {
                      "description": "The parent (project and location) where the operations will be listed. Specified in the format `projects/*/locations/*`. Location \"-\" matches all zones and all regions.",
                      "pattern": "^projects/[^/]+/locations/[^/]+$",
                      "required": true,
                      "type": "string",
                      "location": "path"
                    },
                    "zone": {
                      "type": "string",
                      "deprecated": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.",
                      "location": "query"
                    },
                    "projectId": {
                      "type": "string",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
                      "deprecated": true,
                      "location": "query"
                    }
                  },
                  "httpMethod": "GET",
                  "path": "v1/{+parent}/operations",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "ListOperationsResponse"
                  },
                  "description": "Lists all operations in a project in a specific zone or all zones.",
                  "id": "container.projects.locations.operations.list",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations"
                },
                "get": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "description": "Gets the specified operation.",
                  "parameters": {
                    "zone": {
                      "deprecated": true,
                      "location": "query",
                      "type": "string",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    },
                    "operationId": {
                      "deprecated": true,
                      "location": "query",
                      "description": "Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field.",
                      "type": "string"
                    },
                    "projectId": {
                      "type": "string",
                      "location": "query",
                      "deprecated": true,
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
                    },
                    "name": {
                      "pattern": "^projects/[^/]+/locations/[^/]+/operations/[^/]+$",
                      "location": "path",
                      "description": "The name (project, location, operation id) of the operation to get. Specified in the format `projects/*/locations/*/operations/*`.",
                      "type": "string",
                      "required": true
                    }
                  },
                  "path": "v1/{+name}",
                  "id": "container.projects.locations.operations.get",
                  "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/operations/{operationsId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "name"
                  ]
                }
              }
            }
          }
        },
        "zones": {
          "resources": {
            "operations": {
              "methods": {
                "list": {
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/operations",
                  "path": "v1/projects/{projectId}/zones/{zone}/operations",
                  "id": "container.projects.zones.operations.list",
                  "response": {
                    "$ref": "ListOperationsResponse"
                  },
                  "httpMethod": "GET",
                  "parameters": {
                    "parent": {
                      "description": "The parent (project and location) where the operations will be listed. Specified in the format `projects/*/locations/*`. Location \"-\" matches all zones and all regions.",
                      "type": "string",
                      "location": "query"
                    },
                    "projectId": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field."
                    },
                    "zone": {
                      "type": "string",
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for, or `-` for all zones. This field has been deprecated and replaced by the parent field.",
                      "location": "path"
                    }
                  },
                  "parameterOrder": [
                    "projectId",
                    "zone"
                  ],
                  "description": "Lists all operations in a project in a specific zone or all zones.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "cancel": {
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "operationId"
                  ],
                  "id": "container.projects.zones.operations.cancel",
                  "parameters": {
                    "zone": {
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the operation resides. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string"
                    },
                    "operationId": {
                      "location": "path",
                      "description": "Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field.",
                      "required": true,
                      "type": "string"
                    },
                    "projectId": {
                      "location": "path",
                      "required": true,
                      "type": "string",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
                    }
                  },
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Empty"
                  },
                  "description": "Cancels the specified operation.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel",
                  "request": {
                    "$ref": "CancelOperationRequest"
                  },
                  "path": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}:cancel"
                },
                "get": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameters": {
                    "operationId": {
                      "description": "Deprecated. The server-assigned `name` of the operation. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "name": {
                      "type": "string",
                      "location": "query",
                      "description": "The name (project, location, operation id) of the operation to get. Specified in the format `projects/*/locations/*/operations/*`."
                    },
                    "zone": {
                      "location": "path",
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "type": "string"
                    },
                    "projectId": {
                      "location": "path",
                      "required": true,
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "type": "string"
                    }
                  },
                  "id": "container.projects.zones.operations.get",
                  "httpMethod": "GET",
                  "description": "Gets the specified operation.",
                  "path": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/operations/{operationId}",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "operationId"
                  ]
                }
              }
            },
            "clusters": {
              "methods": {
                "update": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}",
                  "id": "container.projects.zones.clusters.update",
                  "httpMethod": "PUT",
                  "description": "Updates the settings of a specific cluster.",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "clusterId": {
                      "type": "string",
                      "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "required": true
                    },
                    "projectId": {
                      "location": "path",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "type": "string",
                      "required": true
                    },
                    "zone": {
                      "location": "path",
                      "type": "string",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "required": true
                    }
                  },
                  "request": {
                    "$ref": "UpdateClusterRequest"
                  },
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ]
                },
                "create": {
                  "id": "container.projects.zones.clusters.create",
                  "description": "Creates a cluster, consisting of the specified number and type of Google Compute Engine instances. By default, the cluster is created in the project's [default network](https://cloud.google.com/compute/docs/networks-and-firewalls#networks). One firewall is added for the cluster. After cluster creation, the kubelet creates routes for each node to allow the containers on that node to communicate with all other instances in the cluster. Finally, an entry is added to the project's global metadata indicating which CIDR range the cluster is using.",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "projectId",
                    "zone"
                  ],
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters",
                  "request": {
                    "$ref": "CreateClusterRequest"
                  },
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters",
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameters": {
                    "zone": {
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.",
                      "type": "string",
                      "location": "path",
                      "required": true
                    },
                    "projectId": {
                      "location": "path",
                      "type": "string",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
                      "required": true
                    }
                  }
                },
                "setMaintenancePolicy": {
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "parameters": {
                    "zone": {
                      "type": "string",
                      "location": "path",
                      "description": "Required. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides.",
                      "required": true
                    },
                    "projectId": {
                      "location": "path",
                      "type": "string",
                      "description": "Required. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects).",
                      "required": true
                    },
                    "clusterId": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Required. The name of the cluster to update."
                    }
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMaintenancePolicy",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMaintenancePolicy",
                  "id": "container.projects.zones.clusters.setMaintenancePolicy",
                  "description": "Sets the maintenance policy for a cluster.",
                  "request": {
                    "$ref": "SetMaintenancePolicyRequest"
                  }
                },
                "completeIpRotation": {
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "description": "Completes master IP rotation.",
                  "id": "container.projects.zones.clusters.completeIpRotation",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "request": {
                    "$ref": "CompleteIPRotationRequest"
                  },
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:completeIpRotation",
                  "httpMethod": "POST",
                  "parameters": {
                    "clusterId": {
                      "location": "path",
                      "type": "string",
                      "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
                      "required": true
                    },
                    "zone": {
                      "type": "string",
                      "location": "path",
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    },
                    "projectId": {
                      "required": true,
                      "location": "path",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "type": "string"
                    }
                  },
                  "response": {
                    "$ref": "Operation"
                  }
                },
                "get": {
                  "description": "Gets the details of a specific cluster.",
                  "id": "container.projects.zones.clusters.get",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}",
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}",
                  "httpMethod": "GET",
                  "parameters": {
                    "projectId": {
                      "type": "string",
                      "location": "path",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "required": true
                    },
                    "zone": {
                      "type": "string",
                      "location": "path",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "required": true
                    },
                    "clusterId": {
                      "required": true,
                      "type": "string",
                      "description": "Deprecated. The name of the cluster to retrieve. This field has been deprecated and replaced by the name field.",
                      "location": "path"
                    },
                    "name": {
                      "description": "The name (project, location, cluster) of the cluster to retrieve. Specified in the format `projects/*/locations/*/clusters/*`.",
                      "type": "string",
                      "location": "query"
                    }
                  },
                  "response": {
                    "$ref": "Cluster"
                  },
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ]
                },
                "fetchClusterUpgradeInfo": {
                  "response": {
                    "$ref": "ClusterUpgradeInfo"
                  },
                  "path": "v1/{+name}:fetchClusterUpgradeInfo",
                  "parameterOrder": [
                    "name"
                  ],
                  "httpMethod": "GET",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Fetch upgrade information of a specific cluster.",
                  "flatPath": "v1/projects/{projectsId}/zones/{zonesId}/clusters/{clustersId}:fetchClusterUpgradeInfo",
                  "id": "container.projects.zones.clusters.fetchClusterUpgradeInfo",
                  "parameters": {
                    "name": {
                      "required": true,
                      "pattern": "^projects/[^/]+/zones/[^/]+/clusters/[^/]+$",
                      "type": "string",
                      "description": "Required. The name (project, location, cluster) of the cluster to get. Specified in the format `projects/*/locations/*/clusters/*` or `projects/*/zones/*/clusters/*`.",
                      "location": "path"
                    },
                    "version": {
                      "type": "string",
                      "location": "query",
                      "description": "API request version that initiates this operation."
                    }
                  }
                },
                "addons": {
                  "response": {
                    "$ref": "Operation"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "container.projects.zones.clusters.addons",
                  "request": {
                    "$ref": "SetAddonsConfigRequest"
                  },
                  "parameters": {
                    "zone": {
                      "required": true,
                      "type": "string",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "location": "path"
                    },
                    "clusterId": {
                      "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    },
                    "projectId": {
                      "type": "string",
                      "location": "path",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "required": true
                    }
                  },
                  "description": "Sets the addons for a specific cluster.",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons",
                  "httpMethod": "POST",
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/addons",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ]
                },
                "logging": {
                  "id": "container.projects.zones.clusters.logging",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST",
                  "parameters": {
                    "projectId": {
                      "required": true,
                      "location": "path",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "type": "string"
                    },
                    "zone": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    },
                    "clusterId": {
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field."
                    }
                  },
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "description": "Sets the logging service for a specific cluster.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "SetLoggingServiceRequest"
                  },
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/logging"
                },
                "monitoring": {
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring",
                  "httpMethod": "POST",
                  "description": "Sets the monitoring service for a specific cluster.",
                  "parameters": {
                    "zone": {
                      "location": "path",
                      "type": "string",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "required": true
                    },
                    "projectId": {
                      "location": "path",
                      "type": "string",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "required": true
                    },
                    "clusterId": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field."
                    }
                  },
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/monitoring",
                  "id": "container.projects.zones.clusters.monitoring",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "request": {
                    "$ref": "SetMonitoringServiceRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  }
                },
                "master": {
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "parameters": {
                    "projectId": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
                    },
                    "clusterId": {
                      "location": "path",
                      "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
                      "required": true,
                      "type": "string"
                    },
                    "zone": {
                      "location": "path",
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "type": "string"
                    }
                  },
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "id": "container.projects.zones.clusters.master",
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "description": "Updates the master for a specific cluster.",
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/master",
                  "request": {
                    "$ref": "UpdateMasterRequest"
                  }
                },
                "resourceLabels": {
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels",
                  "response": {
                    "$ref": "Operation"
                  },
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/resourceLabels",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "container.projects.zones.clusters.resourceLabels",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "httpMethod": "POST",
                  "description": "Sets labels on a cluster.",
                  "parameters": {
                    "zone": {
                      "type": "string",
                      "required": true,
                      "location": "path",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    },
                    "clusterId": {
                      "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    },
                    "projectId": {
                      "required": true,
                      "type": "string",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "location": "path"
                    }
                  },
                  "request": {
                    "$ref": "SetLabelsRequest"
                  }
                },
                "startIpRotation": {
                  "id": "container.projects.zones.clusters.startIpRotation",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:startIpRotation",
                  "parameters": {
                    "zone": {
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string"
                    },
                    "projectId": {
                      "required": true,
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string"
                    },
                    "clusterId": {
                      "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "request": {
                    "$ref": "StartIPRotationRequest"
                  },
                  "response": {
                    "$ref": "Operation"
                  },
                  "httpMethod": "POST",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "description": "Starts master IP rotation."
                },
                "setNetworkPolicy": {
                  "description": "Enables or disables Network Policy for a cluster.",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "response": {
                    "$ref": "Operation"
                  },
                  "request": {
                    "$ref": "SetNetworkPolicyRequest"
                  },
                  "parameters": {
                    "projectId": {
                      "type": "string",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "required": true,
                      "location": "path"
                    },
                    "clusterId": {
                      "required": true,
                      "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
                      "type": "string",
                      "location": "path"
                    },
                    "zone": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    }
                  },
                  "httpMethod": "POST",
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy",
                  "id": "container.projects.zones.clusters.setNetworkPolicy",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setNetworkPolicy"
                },
                "list": {
                  "id": "container.projects.zones.clusters.list",
                  "httpMethod": "GET",
                  "parameterOrder": [
                    "projectId",
                    "zone"
                  ],
                  "description": "Lists all clusters owned by a project in either the specified zone or all zones.",
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters",
                  "response": {
                    "$ref": "ListClustersResponse"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters",
                  "parameters": {
                    "projectId": {
                      "required": true,
                      "location": "path",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
                      "type": "string"
                    },
                    "parent": {
                      "location": "query",
                      "type": "string",
                      "description": "The parent (project and location) where the clusters will be listed. Specified in the format `projects/*/locations/*`. Location \"-\" matches all zones and all regions."
                    },
                    "zone": {
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides, or \"-\" for all zones. This field has been deprecated and replaced by the parent field.",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    }
                  }
                },
                "delete": {
                  "httpMethod": "DELETE",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}",
                  "response": {
                    "$ref": "Operation"
                  },
                  "id": "container.projects.zones.clusters.delete",
                  "parameters": {
                    "name": {
                      "type": "string",
                      "location": "query",
                      "description": "The name (project, location, cluster) of the cluster to delete. Specified in the format `projects/*/locations/*/clusters/*`."
                    },
                    "projectId": {
                      "location": "path",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "required": true,
                      "type": "string"
                    },
                    "clusterId": {
                      "required": true,
                      "description": "Deprecated. The name of the cluster to delete. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string"
                    },
                    "zone": {
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string"
                    }
                  },
                  "description": "Deletes the cluster, including the Kubernetes endpoint and all worker nodes. Firewalls and routes that were configured during cluster creation are also deleted. Other Google Compute Engine resources that might be in use by the cluster, such as load balancer resources, are not deleted if they weren't present when the cluster was initially created.",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ]
                },
                "setMasterAuth": {
                  "parameters": {
                    "zone": {
                      "required": true,
                      "type": "string",
                      "location": "path",
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    },
                    "projectId": {
                      "location": "path",
                      "required": true,
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "type": "string"
                    },
                    "clusterId": {
                      "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
                      "type": "string",
                      "required": true,
                      "location": "path"
                    }
                  },
                  "id": "container.projects.zones.clusters.setMasterAuth",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "httpMethod": "POST",
                  "request": {
                    "$ref": "SetMasterAuthRequest"
                  },
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth",
                  "description": "Sets master auth materials. Currently supports changing the admin password or a specific cluster, either via password generation or explicitly setting the password.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}:setMasterAuth"
                },
                "locations": {
                  "description": "Sets the locations for a specific cluster. Deprecated. Use [projects.locations.clusters.update](https://cloud.google.com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/update) instead.",
                  "deprecated": true,
                  "parameters": {
                    "zone": {
                      "type": "string",
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                      "location": "path"
                    },
                    "projectId": {
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                      "required": true,
                      "location": "path",
                      "type": "string"
                    },
                    "clusterId": {
                      "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "type": "string",
                      "required": true
                    }
                  },
                  "request": {
                    "$ref": "SetLocationsRequest"
                  },
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "container.projects.zones.clusters.locations",
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations",
                  "httpMethod": "POST",
                  "response": {
                    "$ref": "Operation"
                  },
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/locations",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ]
                },
                "legacyAbac": {
                  "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac",
                  "request": {
                    "$ref": "SetLegacyAbacRequest"
                  },
                  "parameters": {
                    "projectId": {
                      "required": true,
                      "location": "path",
                      "type": "string",
                      "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
                    },
                    "clusterId": {
                      "description": "Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.",
                      "location": "path",
                      "required": true,
                      "type": "string"
                    },
                    "zone": {
                      "location": "path",
                      "type": "string",
                      "required": true,
                      "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                    }
                  },
                  "httpMethod": "POST",
                  "parameterOrder": [
                    "projectId",
                    "zone",
                    "clusterId"
                  ],
                  "description": "Enables or disables the ABAC authorization mechanism on a cluster.",
                  "response": {
                    "$ref": "Operation"
                  },
                  "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/legacyAbac",
                  "scopes": [
                    "https://www.googleapis.com/auth/cloud-platform"
                  ],
                  "id": "container.projects.zones.clusters.legacyAbac"
                }
              },
              "resources": {
                "nodePools": {
                  "methods": {
                    "delete": {
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}",
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId",
                        "nodePoolId"
                      ],
                      "id": "container.projects.zones.clusters.nodePools.delete",
                      "httpMethod": "DELETE",
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}",
                      "parameters": {
                        "clusterId": {
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field."
                        },
                        "nodePoolId": {
                          "type": "string",
                          "required": true,
                          "description": "Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.",
                          "location": "path"
                        },
                        "name": {
                          "description": "The name (project, location, cluster, node pool id) of the node pool to delete. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "location": "query",
                          "type": "string"
                        },
                        "projectId": {
                          "required": true,
                          "location": "path",
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                          "type": "string"
                        },
                        "zone": {
                          "type": "string",
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "required": true,
                          "location": "path"
                        }
                      },
                      "description": "Deletes a node pool from a cluster."
                    },
                    "setSize": {
                      "id": "container.projects.zones.clusters.nodePools.setSize",
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId",
                        "nodePoolId"
                      ],
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize",
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setSize",
                      "parameters": {
                        "projectId": {
                          "required": true,
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                          "location": "path",
                          "type": "string"
                        },
                        "nodePoolId": {
                          "location": "path",
                          "required": true,
                          "type": "string",
                          "description": "Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field."
                        },
                        "clusterId": {
                          "type": "string",
                          "description": "Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.",
                          "required": true,
                          "location": "path"
                        },
                        "zone": {
                          "location": "path",
                          "required": true,
                          "type": "string",
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field."
                        }
                      },
                      "request": {
                        "$ref": "SetNodePoolSizeRequest"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Sets the size for a specific node pool. The new size will be used for all replicas, including future replicas created by modifying NodePool.locations.",
                      "httpMethod": "POST",
                      "response": {
                        "$ref": "Operation"
                      }
                    },
                    "list": {
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools",
                      "response": {
                        "$ref": "ListNodePoolsResponse"
                      },
                      "id": "container.projects.zones.clusters.nodePools.list",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "httpMethod": "GET",
                      "description": "Lists the node pools for a cluster.",
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId"
                      ],
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools",
                      "parameters": {
                        "zone": {
                          "location": "path",
                          "type": "string",
                          "required": true,
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field."
                        },
                        "projectId": {
                          "type": "string",
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
                          "required": true,
                          "location": "path"
                        },
                        "clusterId": {
                          "required": true,
                          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.",
                          "location": "path",
                          "type": "string"
                        },
                        "parent": {
                          "location": "query",
                          "type": "string",
                          "description": "The parent (project, location, cluster name) where the node pools will be listed. Specified in the format `projects/*/locations/*/clusters/*`."
                        }
                      }
                    },
                    "rollback": {
                      "httpMethod": "POST",
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId",
                        "nodePoolId"
                      ],
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}:rollback",
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}:rollback",
                      "id": "container.projects.zones.clusters.nodePools.rollback",
                      "request": {
                        "$ref": "RollbackNodePoolUpgradeRequest"
                      },
                      "parameters": {
                        "zone": {
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "required": true,
                          "location": "path",
                          "type": "string"
                        },
                        "nodePoolId": {
                          "location": "path",
                          "required": true,
                          "description": "Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.",
                          "type": "string"
                        },
                        "projectId": {
                          "location": "path",
                          "required": true,
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                          "type": "string"
                        },
                        "clusterId": {
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Deprecated. The name of the cluster to rollback. This field has been deprecated and replaced by the name field."
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "description": "Rolls back a previously Aborted or Failed NodePool upgrade. This makes no changes if the last upgrade successfully completed."
                    },
                    "autoscaling": {
                      "response": {
                        "$ref": "Operation"
                      },
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId",
                        "nodePoolId"
                      ],
                      "httpMethod": "POST",
                      "parameters": {
                        "zone": {
                          "location": "path",
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "type": "string",
                          "required": true
                        },
                        "clusterId": {
                          "type": "string",
                          "location": "path",
                          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field.",
                          "required": true
                        },
                        "projectId": {
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                          "required": true,
                          "type": "string",
                          "location": "path"
                        },
                        "nodePoolId": {
                          "location": "path",
                          "required": true,
                          "type": "string",
                          "description": "Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field."
                        }
                      },
                      "request": {
                        "$ref": "SetNodePoolAutoscalingRequest"
                      },
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling",
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/autoscaling",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "description": "Sets the autoscaling settings for the specified node pool.",
                      "id": "container.projects.zones.clusters.nodePools.autoscaling"
                    },
                    "create": {
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools",
                      "httpMethod": "POST",
                      "parameters": {
                        "zone": {
                          "location": "path",
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the parent field.",
                          "type": "string",
                          "required": true
                        },
                        "projectId": {
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the parent field.",
                          "required": true,
                          "type": "string",
                          "location": "path"
                        },
                        "clusterId": {
                          "required": true,
                          "type": "string",
                          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the parent field.",
                          "location": "path"
                        }
                      },
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "request": {
                        "$ref": "CreateNodePoolRequest"
                      },
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools",
                      "description": "Creates a node pool for a cluster.",
                      "id": "container.projects.zones.clusters.nodePools.create"
                    },
                    "update": {
                      "parameters": {
                        "zone": {
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "location": "path",
                          "required": true,
                          "type": "string"
                        },
                        "clusterId": {
                          "type": "string",
                          "required": true,
                          "location": "path",
                          "description": "Deprecated. The name of the cluster to upgrade. This field has been deprecated and replaced by the name field."
                        },
                        "nodePoolId": {
                          "type": "string",
                          "description": "Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.",
                          "required": true,
                          "location": "path"
                        },
                        "projectId": {
                          "required": true,
                          "type": "string",
                          "location": "path",
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field."
                        }
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "response": {
                        "$ref": "Operation"
                      },
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId",
                        "nodePoolId"
                      ],
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update",
                      "id": "container.projects.zones.clusters.nodePools.update",
                      "httpMethod": "POST",
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/update",
                      "request": {
                        "$ref": "UpdateNodePoolRequest"
                      },
                      "description": "Updates the version and/or image type for the specified node pool."
                    },
                    "setManagement": {
                      "httpMethod": "POST",
                      "parameters": {
                        "nodePoolId": {
                          "location": "path",
                          "description": "Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.",
                          "type": "string",
                          "required": true
                        },
                        "clusterId": {
                          "type": "string",
                          "description": "Deprecated. The name of the cluster to update. This field has been deprecated and replaced by the name field.",
                          "location": "path",
                          "required": true
                        },
                        "projectId": {
                          "required": true,
                          "type": "string",
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                          "location": "path"
                        },
                        "zone": {
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "location": "path",
                          "required": true,
                          "type": "string"
                        }
                      },
                      "response": {
                        "$ref": "Operation"
                      },
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "container.projects.zones.clusters.nodePools.setManagement",
                      "request": {
                        "$ref": "SetNodePoolManagementRequest"
                      },
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId",
                        "nodePoolId"
                      ],
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}/setManagement",
                      "description": "Sets the NodeManagement options for a node pool."
                    },
                    "get": {
                      "description": "Retrieves the requested node pool.",
                      "flatPath": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}",
                      "httpMethod": "GET",
                      "path": "v1/projects/{projectId}/zones/{zone}/clusters/{clusterId}/nodePools/{nodePoolId}",
                      "parameterOrder": [
                        "projectId",
                        "zone",
                        "clusterId",
                        "nodePoolId"
                      ],
                      "parameters": {
                        "name": {
                          "location": "query",
                          "description": "The name (project, location, cluster, node pool id) of the node pool to get. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*`.",
                          "type": "string"
                        },
                        "clusterId": {
                          "description": "Deprecated. The name of the cluster. This field has been deprecated and replaced by the name field.",
                          "type": "string",
                          "required": true,
                          "location": "path"
                        },
                        "zone": {
                          "required": true,
                          "location": "path",
                          "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) in which the cluster resides. This field has been deprecated and replaced by the name field.",
                          "type": "string"
                        },
                        "nodePoolId": {
                          "required": true,
                          "type": "string",
                          "description": "Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.",
                          "location": "path"
                        },
                        "projectId": {
                          "type": "string",
                          "location": "path",
                          "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                          "required": true
                        }
                      },
                      "response": {
                        "$ref": "NodePool"
                      },
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "id": "container.projects.zones.clusters.nodePools.get"
                    },
                    "fetchNodePoolUpgradeInfo": {
                      "id": "container.projects.zones.clusters.nodePools.fetchNodePoolUpgradeInfo",
                      "scopes": [
                        "https://www.googleapis.com/auth/cloud-platform"
                      ],
                      "parameterOrder": [
                        "name"
                      ],
                      "path": "v1/{+name}:fetchNodePoolUpgradeInfo",
                      "response": {
                        "$ref": "NodePoolUpgradeInfo"
                      },
                      "description": "Fetch upgrade information of a specific node pool.",
                      "flatPath": "v1/projects/{projectsId}/zones/{zonesId}/clusters/{clustersId}/nodePools/{nodePoolsId}:fetchNodePoolUpgradeInfo",
                      "httpMethod": "GET",
                      "parameters": {
                        "version": {
                          "location": "query",
                          "type": "string",
                          "description": "API request version that initiates this operation."
                        },
                        "name": {
                          "location": "path",
                          "type": "string",
                          "description": "Required. The name (project, location, cluster, node pool) of the node pool to get. Specified in the format `projects/*/locations/*/clusters/*/nodePools/*` or `projects/*/zones/*/clusters/*/nodePools/*`.",
                          "required": true,
                          "pattern": "^projects/[^/]+/zones/[^/]+/clusters/[^/]+/nodePools/[^/]+$"
                        }
                      }
                    }
                  }
                }
              }
            }
          },
          "methods": {
            "getServerconfig": {
              "description": "Returns configuration info about the Google Kubernetes Engine service.",
              "id": "container.projects.zones.getServerconfig",
              "flatPath": "v1/projects/{projectId}/zones/{zone}/serverconfig",
              "response": {
                "$ref": "ServerConfig"
              },
              "parameters": {
                "zone": {
                  "description": "Deprecated. The name of the Google Compute Engine [zone](https://cloud.google.com/compute/docs/zones#available) to return operations for. This field has been deprecated and replaced by the name field.",
                  "required": true,
                  "type": "string",
                  "location": "path"
                },
                "name": {
                  "location": "query",
                  "description": "The name (project and location) of the server config to get, specified in the format `projects/*/locations/*`.",
                  "type": "string"
                },
                "projectId": {
                  "type": "string",
                  "description": "Deprecated. The Google Developers Console [project ID or project number](https://cloud.google.com/resource-manager/docs/creating-managing-projects). This field has been deprecated and replaced by the name field.",
                  "required": true,
                  "location": "path"
                }
              },
              "path": "v1/projects/{projectId}/zones/{zone}/serverconfig",
              "scopes": [
                "https://www.googleapis.com/auth/cloud-platform"
              ],
              "parameterOrder": [
                "projectId",
                "zone"
              ],
              "httpMethod": "GET"
            }
          }
        }
      }
    }
  },
  "icons": {
    "x32": "http://www.google.com/images/icons/product/search-32.gif",
    "x16": "http://www.google.com/images/icons/product/search-16.gif"
  },
  "basePath": "",
  "id": "container:v1",
  "revision": "20260331",
  "mtlsRootUrl": "https://container.mtls.googleapis.com/",
  "version": "v1",
  "description": "Builds and manages container-based applications, powered by the open source Kubernetes technology.",
  "baseUrl": "https://container.googleapis.com/",
  "batchPath": "batch",
  "documentationLink": "https://cloud.google.com/kubernetes-engine/docs/",
  "servicePath": "",
  "protocol": "rest",
  "rootUrl": "https://container.googleapis.com/",
  "ownerDomain": "google.com",
  "canonicalName": "Container",
  "fullyEncodeReservedExpansion": true
}
