Module types (0.4.0)

API documentation for container_v1.types module.

Classes

AcceleratorConfig

AcceleratorConfig represents a Hardware Accelerator request.

The accelerator type resource name. List of supported accelerators here </compute/docs/gpus>__

AddonsConfig

Configuration for the addons that can be automatically spun up in the cluster, enabling additional functionality.

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.

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.

AuthenticatorGroupsConfig

Configuration for returning group information from authenticators.

The name of the security group-of-groups to be used. Only relevant if enabled = true.

AutoUpgradeOptions

AutoUpgradeOptions defines the set of options for the user to control how the Auto Upgrades will proceed.

[Output only] This field is set when upgrades are about to commence with the description of the upgrade.

AutoprovisioningNodePoolDefaults

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

The Google Cloud Platform Service Account to be used by the node VMs. If service_account is specified, scopes should be empty.

BinaryAuthorization

Configuration for Binary Authorization.

CancelOperationRequest

CancelOperationRequest cancels a single operation.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the operation resides. This field has been deprecated and replaced by the name field.

The name (project, location, operation id) of the operation to cancel. Specified in the format 'projects//locations//operations/*'.

ClientCertificateConfig

Configuration for client certificates on the cluster.

CloudRunConfig

Configuration options for the Cloud Run feature.

Cluster

A Google Kubernetes Engine cluster.

An optional description of this cluster.

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.

The logging service the cluster should use to write logs. Currently available options: - "logging.googleapis.com/kubernetes" - the Google Cloud Logging service with Kubernetes-native resource model - logging.googleapis.com - the Google Cloud Logging service.

  • none - no logs will be exported from the cluster. - if left as an empty string,\ logging.googleapis.com will be used.

    The name of the Google Compute Engine network </compute/docs/networks-and-firewalls#networks>__ to which the cluster is connected. If left unspecified, the default network will be used.

    Configurations for the various addons available to run in the cluster.

    The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.

    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.

    The fingerprint of the set of labels for this cluster.

    Configuration options for the NetworkPolicy feature.

    The configuration options for master authorized networks feature.

    Configuration for Binary Authorization.

    Configuration for cluster networking.

    Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified.

    Configuration for private cluster.

    Cluster-level Vertical Pod Autoscaling configuration.

    [Output only] The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field is deprecated, use location instead.

    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

    [Output only] Deprecated, use NodePools.version </kubernetes- engine/docs/reference/rest/v1/projects.zones.clusters.nodePool s>__ 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.

    [Output only] The current status of this cluster.

    [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.

    Deprecated. Use node_pools.instance_group_urls.

    [Output only] The time the cluster will be automatically deleted in RFC3339 <https://www.ietf.org/rfc/rfc3339.txt>__ text format.

    Enable the ability to use Cloud TPUs in this cluster.

    Which conditions caused the current cluster state.

ClusterAutoscaling

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.

Contains global constraints regarding minimum and maximum amount of resources in the cluster.

The list of Google Compute Engine zones </compute/docs/zones#available>__ in which the NodePool's nodes can be created by NAP.

ClusterUpdate

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.

The monitoring service the cluster should use to write metrics. Currently available options: - "monitoring.googleapis.com/kubernetes" - the Google Cloud Monitoring service with Kubernetes-native resource model - "monitoring.googleapis.com" - the Google Cloud Monitoring service - "none" - no metrics will be exported from the cluster

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.

Configuration of etcd encryption.

The desired list of Google Compute Engine zones </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.

Cluster-level autoscaling configuration.

The logging service the cluster should use to write logs. Currently available options: - "logging.googleapis.com/kubernetes" - the Google Cloud Logging service with Kubernetes-native resource model - "logging.googleapis.com" - the Google Cloud Logging service - "none" - no logs will be exported from the cluster

Cluster-level Vertical Pod Autoscaling configuration.

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

CompleteIPRotationRequest

CompleteIPRotationRequest moves the cluster master back into single-IP mode.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

The name (project, location, cluster id) of the cluster to complete IP rotation. Specified in the format 'projects//locations//clusters/*'.

CreateClusterRequest

CreateClusterRequest creates a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the parent field.

The parent (project and location) where the cluster will be created. Specified in the format 'projects//locations/'.

CreateNodePoolRequest

CreateNodePoolRequest creates a node pool for a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the parent field.

Required. The node pool to create.

DailyMaintenanceWindow

Time window specified for daily maintenance operations.

[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".

DatabaseEncryption

Configuration of etcd encryption.

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

DeleteClusterRequest

DeleteClusterRequest deletes a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

The name (project, location, cluster) of the cluster to delete. Specified in the format 'projects//locations//clusters/*'.

DeleteNodePoolRequest

DeleteNodePoolRequest deletes a node pool for a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Deprecated. The name of the node pool to delete. This field has been deprecated and replaced by the name field.

Empty

API documentation for container_v1.types.Empty class.

GetClusterRequest

GetClusterRequest gets the settings of a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

The name (project, location, cluster) of the cluster to retrieve. Specified in the format 'projects//locations//clusters/*'.

GetNodePoolRequest

GetNodePoolRequest retrieves a node pool for a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Deprecated. The name of the node pool. This field has been deprecated and replaced by the name field.

GetOperationRequest

GetOperationRequest gets a single operation.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

The name (project, location, operation id) of the operation to get. Specified in the format 'projects//locations//operations/*'.

GetServerConfigRequest

Gets the current Kubernetes Engine service configuration.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ to return operations for. This field has been deprecated and replaced by the name field.

HorizontalPodAutoscaling

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.

HttpLoadBalancing

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.

IPAllocationPolicy

Configuration for controlling how IPs are allocated in the cluster.

Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when use_ip_aliases is true.

This field is deprecated, use cluster_ipv4_cidr_block.

This field is deprecated, use services_ipv4_cidr_block.

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.

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 <http://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.

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 <http://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.

IntraNodeVisibilityConfig

IntraNodeVisibilityConfig contains the desired config of the intra-node visibility on this cluster.

KubernetesDashboard

Configuration for the Kubernetes Dashboard.

LegacyAbac

Configuration for the legacy Attribute Based Access Control authorization mode.

ListClustersRequest

ListClustersRequest lists clusters.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides, or "-" for all zones. This field has been deprecated and replaced by the parent field.

ListClustersResponse

ListClustersResponse is the result of ListClustersRequest.

If any zones are listed here, the list of clusters returned may be missing those zones.

ListNodePoolsRequest

ListNodePoolsRequest lists the node pool(s) for a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the parent field.

The parent (project, location, cluster id) where the node pools will be listed. Specified in the format 'projects//locations//clusters/*'.

ListNodePoolsResponse

ListNodePoolsResponse is the result of ListNodePoolsRequest.

ListOperationsRequest

ListOperationsRequest lists operations.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ to return operations for, or - for all zones. This field has been deprecated and replaced by the parent field.

ListOperationsResponse

ListOperationsResponse is the result of ListOperationsRequest.

If any zones are listed here, the list of operations returned may be missing the operations from those zones.

ListUsableSubnetworksRequest

ListUsableSubnetworksRequest requests the list of usable subnetworks available to a user for creating clusters.

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.

Specifies a page token to use. Set this to the nextPageToken returned by previous list requests to get the next page of results.

ListUsableSubnetworksResponse

ListUsableSubnetworksResponse is the response of ListUsableSubnetworksRequest.

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.

MaintenancePolicy

MaintenancePolicy defines the maintenance policy to be used for the cluster.

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.

MaintenanceWindow

MaintenanceWindow defines the maintenance window to be used for the cluster.

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.

MasterAuth

The authentication information for accessing the master endpoint. Authentication can be done using HTTP basic auth or using client certificates.

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.

[Output only] Base64-encoded public certificate that is the root of trust for the cluster.

[Output only] Base64-encoded private key used by clients to authenticate to the cluster endpoint.

MasterAuthorizedNetworksConfig

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.

cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.

MaxPodsConstraint

Constraints applied to pods.

NetworkConfig

NetworkConfig reports the relative names of network & subnetwork.

Output only. The relative name of the Google Compute Engine subnetwork </compute/docs/vpc>__ to which the cluster is connected. Example: projects/my-project/regions/us- central1/subnetworks/my-subnet

NetworkPolicy

Configuration options for the NetworkPolicy feature. https://kubernetes.io/docs/concepts/services-networking/networkpolicies/

Whether network policy is enabled on the cluster.

NetworkPolicyConfig

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.

NodeConfig

Parameters that describe the nodes in a cluster.

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.

The Google Cloud Platform Service Account to be used by the node VMs. If no Service Account is specified, the "default" service account is used.

The image type to use for this node. Note that for a given image type, the latest version of it will be used.

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.

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 of the disk attached to each node (e.g. 'pd-standard' or 'pd-ssd') If unspecified, the default disk type is 'pd- standard'

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/

NodeManagement

NodeManagement defines the set of node management services turned on for the node pool.

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.

NodePool

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.

The node configuration of the pool.

[Output only] Server-defined URL for the resource.

[Output only] The resource URLs of the managed instance groups </compute/docs/instance-groups/creating-groups-of- managed-instances>__ associated with this node pool.

[Output only] Additional information about the current status of this node pool instance, if available.

NodeManagement configuration for this NodePool.

Which conditions caused the current node pool state.

NodePoolAutoscaling

NodePoolAutoscaling contains information required by cluster autoscaler to adjust the size of the node pool to the current cluster usage.

Minimum number of nodes in the NodePool. Must be >= 1 and <= max_node_count.

Can this node pool be deleted automatically.

NodeTaint

Kubernetes taint is comprised of three fields: key, value, and effect. Effect can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute.

For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/

Value for taint.

Operation

This operation resource represents operations that may have happened or are happening on the cluster. All fields are output only.

The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the operation is taking place. This field is deprecated, use location instead.

The current status of the operation.

If an error has occurred, a textual description of the error.

Server-defined URL for the target of the operation.

[Output only] The time the operation started, in RFC3339 <https://www.ietf.org/rfc/rfc3339.txt>__ text format.

Which conditions caused the current cluster state.

PrivateClusterConfig

Configuration options for private clusters.

Whether the master's internal IP address is used as the cluster endpoint.

Output only. The internal IP address of this cluster's master endpoint.

RecurringTimeWindow

Represents an arbitrary window of time that recurs.

An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs. 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.

ResourceLimit

Contains information about amount of some resource in the cluster. For memory, value should be in GB.

Minimum amount of the resource in the cluster.

ResourceUsageExportConfig

Configuration for exporting cluster resource usages.

Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.

RollbackNodePoolUpgradeRequest

RollbackNodePoolUpgradeRequest rollbacks the previously Aborted or Failed NodePool upgrade. This will be an no-op if the last upgrade successfully completed.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Deprecated. The name of the node pool to rollback. This field has been deprecated and replaced by the name field.

ServerConfig

Kubernetes Engine service configuration.

List of valid node upgrade target versions.

List of valid image types.

SetAddonsConfigRequest

SetAddonsConfigRequest sets the addons associated with the cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. The desired configurations for the various addons available to run in the cluster.

SetLabelsRequest

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

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. The labels to set for that cluster.

The name (project, location, cluster id) of the cluster to set labels. Specified in the format 'projects//locations//clusters/*'.

SetLegacyAbacRequest

SetLegacyAbacRequest enables or disables the ABAC authorization mechanism for a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Whether ABAC authorization will be enabled in the cluster.

SetLocationsRequest

SetLocationsRequest sets the locations of the cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. The desired list of Google Compute Engine zones </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.

SetLoggingServiceRequest

SetLoggingServiceRequest sets the logging service of a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. The logging service the cluster should use to write metrics. Currently available options: - "logging.googleapis.com" - the Google Cloud Logging service - "none" - no metrics will be exported from the cluster

SetMaintenancePolicyRequest

SetMaintenancePolicyRequest sets the maintenance policy for a cluster.

Required. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides.

Required. The maintenance policy to be set for the cluster. An empty field clears the existing maintenance policy.

SetMasterAuthRequest

SetMasterAuthRequest updates the admin password of a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. The exact form of action to be taken on the master auth.

The name (project, location, cluster) of the cluster to set auth. Specified in the format 'projects//locations//clusters/*'.

SetMonitoringServiceRequest

SetMonitoringServiceRequest sets the monitoring service of a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. The monitoring service the cluster should use to write metrics. Currently available options: - "monitoring.googleapis.com/kubernetes" - the Google Cloud Monitoring service with Kubernetes-native resource model - "monitoring.googleapis.com" - the Google Cloud Monitoring service - "none" - no metrics will be exported from the cluster

SetNetworkPolicyRequest

SetNetworkPolicyRequest enables/disables network policy for a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Configuration options for the NetworkPolicy feature.

SetNodePoolAutoscalingRequest

SetNodePoolAutoscalingRequest sets the autoscaler settings of a node pool.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.

The name (project, location, cluster, node pool) of the node pool to set autoscaler settings. Specified in the format 'projects//locations//clusters//nodePools/'.

SetNodePoolManagementRequest

SetNodePoolManagementRequest sets the node management properties of a node pool.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

The name (project, location, cluster, node pool id) of the node pool to set management properties. Specified in the format 'projects//locations//clusters//nodePools/'.

SetNodePoolSizeRequest

SetNodePoolSizeRequest sets the size a node pool.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Deprecated. The name of the node pool to update. This field has been deprecated and replaced by the name field.

The name (project, location, cluster, node pool id) of the node pool to set size. Specified in the format 'projects//locations//clusters//nodePools/'.

ShieldedInstanceConfig

A set of Shielded Instance options.

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.

StartIPRotationRequest

StartIPRotationRequest creates a new IP for the cluster and then performs a node upgrade on each node pool to point to the new IP.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

The name (project, location, cluster id) of the cluster to start IP rotation. Specified in the format 'projects//locations//clusters/*'.

StatusCondition

StatusCondition describes why a cluster or a node pool has a certain status (e.g., ERROR or DEGRADED).

Human-friendly representation of the condition

TimeWindow

Represents an arbitrary window of time.

The time that the window ends. The end time should take place after the start time.

Timestamp

API documentation for container_v1.types.Timestamp class.

UpdateClusterRequest

UpdateClusterRequest updates the settings of a cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. A description of the update.

UpdateMasterRequest

UpdateMasterRequest updates the master of the cluster.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

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

UpdateNodePoolRequest

UpdateNodePoolRequests update a node pool's image and/or version.

Required. Deprecated. The name of the Google Compute Engine zone </compute/docs/zones#available>__ in which the cluster resides. This field has been deprecated and replaced by the name field.

Required. Deprecated. The name of the node pool to upgrade. This field has been deprecated and replaced by the name field.

Required. The desired image type for the node pool.

UsableSubnetwork

Network Name. Example: projects/my-project/global/networks/my-network

The range of internal addresses that are owned by this subnetwork.

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.

UsableSubnetworkSecondaryRange

Secondary IP range of a usable subnetwork.

The range of IP addresses belonging to this subnetwork secondary range.

VerticalPodAutoscaling

VerticalPodAutoscaling contains global, per-cluster information required by Vertical Pod Autoscaler to automatically adjust the resources of pods controlled by it.