diff --git a/discovery/container-v1.json b/discovery/container-v1.json index 2f8e734d4a..a1abd7b7b6 100644 --- a/discovery/container-v1.json +++ b/discovery/container-v1.json @@ -2459,7 +2459,7 @@ } } }, - "revision": "20220114", + "revision": "20220215", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -2604,7 +2604,7 @@ "description": "Specifies the node management options for NAP created node-pools." }, "minCpuPlatform": { - "description": "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) To unset the min cpu platform field pass \"automatic\" as field value.", + "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" }, "oauthScopes": { @@ -2814,6 +2814,10 @@ "readOnly": true, "type": "string" }, + "identityServiceConfig": { + "$ref": "IdentityServiceConfig", + "description": "Configuration for Identity Service component." + }, "initialClusterVersion": { "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", "type": "string" @@ -2910,6 +2914,10 @@ "format": "int32", "type": "integer" }, + "nodePoolAutoConfig": { + "$ref": "NodePoolAutoConfig", + "description": "Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters." + }, "nodePoolDefaults": { "$ref": "NodePoolDefaults", "description": "Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object." @@ -3098,6 +3106,10 @@ "$ref": "GcfsConfig", "description": "The desired GCFS config for the cluster" }, + "desiredIdentityServiceConfig": { + "$ref": "IdentityServiceConfig", + "description": "The desired Identity Service component configuration." + }, "desiredImageType": { "description": "The desired image type for the node pool. NOTE: Set the \"desired_node_pool\" field as well.", "type": "string" @@ -3145,6 +3157,10 @@ "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" }, + "desiredNodePoolAutoConfigNetworkTags": { + "$ref": "NetworkTags", + "description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters." + }, "desiredNodePoolAutoscaling": { "$ref": "NodePoolAutoscaling", "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." @@ -3662,6 +3678,17 @@ }, "type": "object" }, + "IdentityServiceConfig": { + "description": "IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API", + "id": "IdentityServiceConfig", + "properties": { + "enabled": { + "description": "Whether to enable the Identity Service component", + "type": "boolean" + } + }, + "type": "object" + }, "IntraNodeVisibilityConfig": { "description": "IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.", "id": "IntraNodeVisibilityConfig", @@ -4148,6 +4175,20 @@ }, "type": "object" }, + "NetworkTags": { + "description": "Collection of Compute Engine network tags that can be applied to a node's underlying VM instance.", + "id": "NetworkTags", + "properties": { + "tags": { + "description": "List of network tags.", + "items": { + "type": "string" + }, + "type": "array" + } + }, + "type": "object" + }, "NodeConfig": { "description": "Parameters that describe the nodes in a cluster.", "id": "NodeConfig", @@ -4254,6 +4295,10 @@ "$ref": "ShieldedInstanceConfig", "description": "Shielded Instance options." }, + "spot": { + "description": "Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.", + "type": "boolean" + }, "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.", "items": { @@ -4443,6 +4488,17 @@ }, "type": "object" }, + "NodePoolAutoConfig": { + "description": "Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.", + "id": "NodePoolAutoConfig", + "properties": { + "networkTags": { + "$ref": "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." + } + }, + "type": "object" + }, "NodePoolAutoscaling": { "description": "NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.", "id": "NodePoolAutoscaling", diff --git a/discovery/container-v1beta1.json b/discovery/container-v1beta1.json index 3d2a99758a..736b6bd019 100644 --- a/discovery/container-v1beta1.json +++ b/discovery/container-v1beta1.json @@ -2484,7 +2484,7 @@ } } }, - "revision": "20220114", + "revision": "20220215", "rootUrl": "https://container.googleapis.com/", "schemas": { "AcceleratorConfig": { @@ -2641,7 +2641,7 @@ "description": "NodeManagement configuration for this NodePool." }, "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) To unset the min cpu platform field pass \"automatic\" as field value.", + "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" }, "oauthScopes": { @@ -2978,6 +2978,10 @@ "format": "int32", "type": "integer" }, + "nodePoolAutoConfig": { + "$ref": "NodePoolAutoConfig", + "description": "Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters." + }, "nodePoolDefaults": { "$ref": "NodePoolDefaults", "description": "Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object." @@ -3074,6 +3078,10 @@ "$ref": "VerticalPodAutoscaling", "description": "Cluster-level Vertical Pod Autoscaling configuration." }, + "workloadAltsConfig": { + "$ref": "WorkloadALTSConfig", + "description": "Configuration for direct-path (via ALTS) with workload identity." + }, "workloadCertificates": { "$ref": "WorkloadCertificates", "description": "Configuration for issuance of mTLS keys and certificates to Kubernetes pods." @@ -3264,6 +3272,10 @@ "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" }, + "desiredNodePoolAutoConfigNetworkTags": { + "$ref": "NetworkTags", + "description": "The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters." + }, "desiredNodePoolAutoscaling": { "$ref": "NodePoolAutoscaling", "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." @@ -3328,6 +3340,10 @@ "$ref": "VerticalPodAutoscaling", "description": "Cluster-level Vertical Pod Autoscaling configuration." }, + "desiredWorkloadAltsConfig": { + "$ref": "WorkloadALTSConfig", + "description": "Configuration for direct-path (via ALTS) with workload identity." + }, "desiredWorkloadCertificates": { "$ref": "WorkloadCertificates", "description": "Configuration for issuance of mTLS keys and certificates to Kubernetes pods." @@ -3525,7 +3541,7 @@ "type": "object" }, "Date": { - "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`.", + "description": "Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp", "id": "Date", "properties": { "day": { @@ -4779,6 +4795,17 @@ }, "type": "object" }, + "NodePoolAutoConfig": { + "description": "node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters", + "id": "NodePoolAutoConfig", + "properties": { + "networkTags": { + "$ref": "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." + } + }, + "type": "object" + }, "NodePoolAutoscaling": { "description": "NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.", "id": "NodePoolAutoscaling", @@ -6359,6 +6386,17 @@ }, "type": "object" }, + "WorkloadALTSConfig": { + "description": "Configuration for direct-path (via ALTS) with workload identity.", + "id": "WorkloadALTSConfig", + "properties": { + "enableAlts": { + "description": "enable_alts controls whether the alts handshaker should be enabled or not for direct-path. Requires Workload Identity (workload_pool must be non-empty).", + "type": "boolean" + } + }, + "type": "object" + }, "WorkloadCertificates": { "description": "Configuration for issuance of mTLS keys and certificates to Kubernetes pods.", "id": "WorkloadCertificates", diff --git a/src/apis/container/v1.ts b/src/apis/container/v1.ts index 9b198d6e24..a32fd770f7 100644 --- a/src/apis/container/v1.ts +++ b/src/apis/container/v1.ts @@ -239,7 +239,7 @@ export namespace container_v1 { */ management?: Schema$NodeManagement; /** - * 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) To unset the min cpu platform field pass "automatic" as field value. + * 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. */ minCpuPlatform?: string | null; /** @@ -430,6 +430,10 @@ export namespace container_v1 { * Output only. Unique id for the cluster. */ id?: string | null; + /** + * Configuration for Identity Service component. + */ + identityServiceConfig?: Schema$IdentityServiceConfig; /** * 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 */ @@ -518,6 +522,10 @@ export namespace container_v1 { * [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. */ nodeIpv4CidrSize?: number | null; + /** + * Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. + */ + nodePoolAutoConfig?: Schema$NodePoolAutoConfig; /** * Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object. */ @@ -652,6 +660,10 @@ export namespace container_v1 { * The desired GCFS config for the cluster */ desiredGcfsConfig?: Schema$GcfsConfig; + /** + * The desired Identity Service component configuration. + */ + desiredIdentityServiceConfig?: Schema$IdentityServiceConfig; /** * The desired image type for the node pool. NOTE: Set the "desired_node_pool" field as well. */ @@ -696,6 +708,10 @@ export namespace container_v1 { * 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. */ desiredMonitoringService?: string | null; + /** + * The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. + */ + desiredNodePoolAutoConfigNetworkTags?: Schema$NetworkTags; /** * 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. */ @@ -1025,6 +1041,15 @@ export namespace container_v1 { */ disabled?: boolean | null; } + /** + * IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API + */ + export interface Schema$IdentityServiceConfig { + /** + * Whether to enable the Identity Service component + */ + enabled?: boolean | null; + } /** * ILBSubsettingConfig contains the desired config of L4 Internal LoadBalancer subsetting on this cluster. */ @@ -1435,6 +1460,15 @@ export namespace container_v1 { */ disabled?: boolean | null; } + /** + * Collection of Compute Engine network tags that can be applied to a node's underlying VM instance. + */ + export interface Schema$NetworkTags { + /** + * List of network tags. + */ + tags?: string[] | null; + } /** * Parameters that describe the nodes in a cluster. */ @@ -1527,6 +1561,10 @@ export namespace container_v1 { * Shielded Instance options. */ shieldedInstanceConfig?: Schema$ShieldedInstanceConfig; + /** + * Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag. + */ + spot?: boolean | null; /** * 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. */ @@ -1669,6 +1707,15 @@ export namespace container_v1 { */ version?: string | null; } + /** + * Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. + */ + export interface Schema$NodePoolAutoConfig { + /** + * 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. + */ + networkTags?: Schema$NetworkTags; + } /** * NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage. */ @@ -3639,6 +3686,7 @@ export namespace container_v1 { * // "endpoint": "my_endpoint", * // "expireTime": "my_expireTime", * // "id": "my_id", + * // "identityServiceConfig": {}, * // "initialClusterVersion": "my_initialClusterVersion", * // "initialNodeCount": 0, * // "instanceGroupUrls": [], @@ -3661,6 +3709,7 @@ export namespace container_v1 { * // "networkPolicy": {}, * // "nodeConfig": {}, * // "nodeIpv4CidrSize": 0, + * // "nodePoolAutoConfig": {}, * // "nodePoolDefaults": {}, * // "nodePools": [], * // "notificationConfig": {}, @@ -9163,6 +9212,7 @@ export namespace container_v1 { * // "endpoint": "my_endpoint", * // "expireTime": "my_expireTime", * // "id": "my_id", + * // "identityServiceConfig": {}, * // "initialClusterVersion": "my_initialClusterVersion", * // "initialNodeCount": 0, * // "instanceGroupUrls": [], @@ -9185,6 +9235,7 @@ export namespace container_v1 { * // "networkPolicy": {}, * // "nodeConfig": {}, * // "nodeIpv4CidrSize": 0, + * // "nodePoolAutoConfig": {}, * // "nodePoolDefaults": {}, * // "nodePools": [], * // "notificationConfig": {}, diff --git a/src/apis/container/v1beta1.ts b/src/apis/container/v1beta1.ts index d3aa8dd579..ddddc85fd1 100644 --- a/src/apis/container/v1beta1.ts +++ b/src/apis/container/v1beta1.ts @@ -251,7 +251,7 @@ export namespace container_v1beta1 { */ management?: Schema$NodeManagement; /** - * 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) To unset the min cpu platform field pass "automatic" as field value. + * 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. */ minCpuPlatform?: string | null; /** @@ -559,6 +559,10 @@ export namespace container_v1beta1 { * [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. */ nodeIpv4CidrSize?: number | null; + /** + * Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. + */ + nodePoolAutoConfig?: Schema$NodePoolAutoConfig; /** * Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object. */ @@ -631,6 +635,10 @@ export namespace container_v1beta1 { * Cluster-level Vertical Pod Autoscaling configuration. */ verticalPodAutoscaling?: Schema$VerticalPodAutoscaling; + /** + * Configuration for direct-path (via ALTS) with workload identity. + */ + workloadAltsConfig?: Schema$WorkloadALTSConfig; /** * Configuration for issuance of mTLS keys and certificates to Kubernetes pods. */ @@ -774,6 +782,10 @@ export namespace container_v1beta1 { * 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. */ desiredMonitoringService?: string | null; + /** + * The desired network tags that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters. + */ + desiredNodePoolAutoConfigNetworkTags?: Schema$NetworkTags; /** * 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. */ @@ -826,6 +838,10 @@ export namespace container_v1beta1 { * Cluster-level Vertical Pod Autoscaling configuration. */ desiredVerticalPodAutoscaling?: Schema$VerticalPodAutoscaling; + /** + * Configuration for direct-path (via ALTS) with workload identity. + */ + desiredWorkloadAltsConfig?: Schema$WorkloadALTSConfig; /** * Configuration for issuance of mTLS keys and certificates to Kubernetes pods. */ @@ -956,7 +972,7 @@ export namespace container_v1beta1 { state?: string | null; } /** - * Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. + * Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values * A month and day, with a zero year (e.g., an anniversary) * A year on its own, with a zero month and a zero day * A year and month, with a zero day (e.g., a credit card expiration date) Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp */ export interface Schema$Date { /** @@ -1903,6 +1919,15 @@ export namespace container_v1beta1 { */ version?: string | null; } + /** + * node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters + */ + export interface Schema$NodePoolAutoConfig { + /** + * 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. + */ + networkTags?: Schema$NetworkTags; + } /** * NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage. */ @@ -3058,6 +3083,15 @@ export namespace container_v1beta1 { */ windowsVersions?: Schema$WindowsVersion[]; } + /** + * Configuration for direct-path (via ALTS) with workload identity. + */ + export interface Schema$WorkloadALTSConfig { + /** + * enable_alts controls whether the alts handshaker should be enabled or not for direct-path. Requires Workload Identity (workload_pool must be non-empty). + */ + enableAlts?: boolean | null; + } /** * Configuration for issuance of mTLS keys and certificates to Kubernetes pods. */ @@ -4158,6 +4192,7 @@ export namespace container_v1beta1 { * // "networkPolicy": {}, * // "nodeConfig": {}, * // "nodeIpv4CidrSize": 0, + * // "nodePoolAutoConfig": {}, * // "nodePoolDefaults": {}, * // "nodePools": [], * // "notificationConfig": {}, @@ -4176,6 +4211,7 @@ export namespace container_v1beta1 { * // "tpuConfig": {}, * // "tpuIpv4CidrBlock": "my_tpuIpv4CidrBlock", * // "verticalPodAutoscaling": {}, + * // "workloadAltsConfig": {}, * // "workloadCertificates": {}, * // "workloadIdentityConfig": {}, * // "zone": "my_zone" @@ -9702,6 +9738,7 @@ export namespace container_v1beta1 { * // "networkPolicy": {}, * // "nodeConfig": {}, * // "nodeIpv4CidrSize": 0, + * // "nodePoolAutoConfig": {}, * // "nodePoolDefaults": {}, * // "nodePools": [], * // "notificationConfig": {}, @@ -9720,6 +9757,7 @@ export namespace container_v1beta1 { * // "tpuConfig": {}, * // "tpuIpv4CidrBlock": "my_tpuIpv4CidrBlock", * // "verticalPodAutoscaling": {}, + * // "workloadAltsConfig": {}, * // "workloadCertificates": {}, * // "workloadIdentityConfig": {}, * // "zone": "my_zone"