Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.container/v1beta1.Cluster
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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. 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.
Create Cluster Resource
new Cluster(name: string, args?: ClusterArgs, opts?: CustomResourceOptions);
@overload
def Cluster(resource_name: str,
opts: Optional[ResourceOptions] = None,
addons_config: Optional[AddonsConfigArgs] = None,
authenticator_groups_config: Optional[AuthenticatorGroupsConfigArgs] = None,
autopilot: Optional[AutopilotArgs] = None,
autoscaling: Optional[ClusterAutoscalingArgs] = None,
binary_authorization: Optional[BinaryAuthorizationArgs] = None,
cluster_ipv4_cidr: Optional[str] = None,
cluster_telemetry: Optional[ClusterTelemetryArgs] = None,
conditions: Optional[Sequence[StatusConditionArgs]] = None,
confidential_nodes: Optional[ConfidentialNodesArgs] = None,
cost_management_config: Optional[CostManagementConfigArgs] = None,
database_encryption: Optional[DatabaseEncryptionArgs] = None,
default_max_pods_constraint: Optional[MaxPodsConstraintArgs] = None,
description: Optional[str] = None,
enable_k8s_beta_apis: Optional[K8sBetaAPIConfigArgs] = None,
enable_kubernetes_alpha: Optional[bool] = None,
enable_tpu: Optional[bool] = None,
enterprise_config: Optional[EnterpriseConfigArgs] = None,
etag: Optional[str] = None,
fleet: Optional[FleetArgs] = None,
identity_service_config: Optional[IdentityServiceConfigArgs] = None,
initial_cluster_version: Optional[str] = None,
initial_node_count: Optional[int] = None,
instance_group_urls: Optional[Sequence[str]] = None,
ip_allocation_policy: Optional[IPAllocationPolicyArgs] = None,
legacy_abac: Optional[LegacyAbacArgs] = None,
location: Optional[str] = None,
locations: Optional[Sequence[str]] = None,
logging_config: Optional[LoggingConfigArgs] = None,
logging_service: Optional[str] = None,
maintenance_policy: Optional[MaintenancePolicyArgs] = None,
master: Optional[MasterArgs] = None,
master_auth: Optional[MasterAuthArgs] = None,
master_authorized_networks_config: Optional[MasterAuthorizedNetworksConfigArgs] = None,
master_ipv4_cidr_block: Optional[str] = None,
mesh_certificates: Optional[MeshCertificatesArgs] = None,
monitoring_config: Optional[MonitoringConfigArgs] = None,
monitoring_service: Optional[str] = None,
name: Optional[str] = None,
network: Optional[str] = None,
network_config: Optional[NetworkConfigArgs] = None,
network_policy: Optional[NetworkPolicyArgs] = None,
node_config: Optional[NodeConfigArgs] = None,
node_pool_auto_config: Optional[NodePoolAutoConfigArgs] = None,
node_pool_defaults: Optional[NodePoolDefaultsArgs] = None,
node_pools: Optional[Sequence[NodePoolArgs]] = None,
notification_config: Optional[NotificationConfigArgs] = None,
parent: Optional[str] = None,
parent_product_config: Optional[ParentProductConfigArgs] = None,
pod_security_policy_config: Optional[PodSecurityPolicyConfigArgs] = None,
private_cluster: Optional[bool] = None,
private_cluster_config: Optional[PrivateClusterConfigArgs] = None,
project: Optional[str] = None,
protect_config: Optional[ProtectConfigArgs] = None,
release_channel: Optional[ReleaseChannelArgs] = None,
resource_labels: Optional[Mapping[str, str]] = None,
resource_usage_export_config: Optional[ResourceUsageExportConfigArgs] = None,
security_posture_config: Optional[SecurityPostureConfigArgs] = None,
shielded_nodes: Optional[ShieldedNodesArgs] = None,
subnetwork: Optional[str] = None,
tpu_config: Optional[TpuConfigArgs] = None,
vertical_pod_autoscaling: Optional[VerticalPodAutoscalingArgs] = None,
workload_alts_config: Optional[WorkloadALTSConfigArgs] = None,
workload_certificates: Optional[WorkloadCertificatesArgs] = None,
workload_identity_config: Optional[WorkloadIdentityConfigArgs] = None,
zone: Optional[str] = None)
@overload
def Cluster(resource_name: str,
args: Optional[ClusterArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewCluster(ctx *Context, name string, args *ClusterArgs, opts ...ResourceOption) (*Cluster, error)
public Cluster(string name, ClusterArgs? args = null, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: google-native:container/v1beta1:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Cluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Cluster resource accepts the following input properties:
- Addons
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Addons Config Configurations for the various addons available to run in the cluster.
- Authenticator
Groups Pulumi.Config Google Native. Container. V1Beta1. Inputs. Authenticator Groups Config Configuration controlling RBAC group membership information.
- Autopilot
Pulumi.
Google Native. Container. V1Beta1. Inputs. Autopilot Autopilot configuration for the cluster.
- Autoscaling
Pulumi.
Google Native. Container. V1Beta1. Inputs. Cluster Autoscaling Cluster-level autoscaling configuration.
- Pulumi.
Google Native. Container. V1Beta1. Inputs. Binary Authorization Configuration for Binary Authorization.
- Cluster
Ipv4Cidr string The IP address range of the container pods in this cluster, in CIDR notation (e.g.
10.96.0.0/14
). Leave blank to have one automatically chosen or specify a/14
block in10.0.0.0/8
.- Cluster
Telemetry Pulumi.Google Native. Container. V1Beta1. Inputs. Cluster Telemetry Telemetry integration for the cluster.
- Conditions
List<Pulumi.
Google Native. Container. V1Beta1. Inputs. Status Condition> Which conditions caused the current cluster state.
- Confidential
Nodes Pulumi.Google Native. Container. V1Beta1. Inputs. Confidential Nodes Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- Cost
Management Pulumi.Config Google Native. Container. V1Beta1. Inputs. Cost Management Config Configuration for the fine-grained cost management feature.
- Database
Encryption Pulumi.Google Native. Container. V1Beta1. Inputs. Database Encryption Configuration of etcd encryption.
- Default
Max Pulumi.Pods Constraint Google Native. Container. V1Beta1. Inputs. Max Pods Constraint 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.
- Description string
An optional description of this cluster.
- Enable
K8s Pulumi.Beta Apis Google Native. Container. V1Beta1. Inputs. K8s Beta APIConfig Kubernetes open source beta apis enabled on the cluster. Only beta apis.
- Enable
Kubernetes boolAlpha Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) 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.
- Enable
Tpu bool Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
- Enterprise
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Enterprise Config GKE Enterprise Configuration.
- Etag string
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.
- Fleet
Pulumi.
Google Native. Container. V1Beta1. Inputs. Fleet Fleet information for the cluster.
- Identity
Service Pulumi.Config Google Native. Container. V1Beta1. Inputs. Identity Service Config Configuration for Identity Service component.
- Initial
Cluster stringVersion 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
- Initial
Node intCount The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
- Instance
Group List<string>Urls Deprecated. Use node_pools.instance_group_urls.
Deprecated. Use node_pools.instance_group_urls.
- Ip
Allocation Pulumi.Policy Google Native. Container. V1Beta1. Inputs. IPAllocation Policy Configuration for cluster IP allocation.
- Legacy
Abac Pulumi.Google Native. Container. V1Beta1. Inputs. Legacy Abac Configuration for the legacy ABAC authorization mode.
- Location string
- Locations List<string>
The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.
- Logging
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Logging Config Logging configuration for the cluster.
- Logging
Service string 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+ orlogging.googleapis.com
for earlier versions.- Maintenance
Policy Pulumi.Google Native. Container. V1Beta1. Inputs. Maintenance Policy Configure the maintenance policy for this cluster.
- Master
Pulumi.
Google Native. Container. V1Beta1. Inputs. Master Configuration for master components.
- Master
Auth Pulumi.Google Native. Container. V1Beta1. Inputs. Master Auth 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.- Pulumi.
Google Native. Container. V1Beta1. Inputs. Master Authorized Networks Config The configuration options for master authorized networks feature.
- Master
Ipv4Cidr stringBlock The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
- Mesh
Certificates Pulumi.Google Native. Container. V1Beta1. Inputs. Mesh Certificates Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- Monitoring
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Monitoring Config Monitoring configuration for the cluster.
- Monitoring
Service string 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+ ormonitoring.googleapis.com
for earlier versions.- Name string
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.
- Network string
The name of the Google Compute Engine network to which the cluster is connected. If left unspecified, the
default
network will be used. On output this shows the network ID instead of the name.- Network
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Network Config Configuration for cluster networking.
- Network
Policy Pulumi.Google Native. Container. V1Beta1. Inputs. Network Policy Configuration options for the NetworkPolicy feature.
- Node
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Node Config 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.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.- Node
Pool Pulumi.Auto Config Google Native. Container. V1Beta1. Inputs. Node Pool Auto Config Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
- Node
Pool Pulumi.Defaults Google Native. Container. V1Beta1. Inputs. Node Pool Defaults Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- Node
Pools List<Pulumi.Google Native. Container. V1Beta1. Inputs. Node Pool> The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.
- Notification
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Notification Config Notification configuration of the cluster.
- Parent string
The parent (project and location) where the cluster will be created. Specified in the format
projects/*/locations/*
.- Parent
Product Pulumi.Config Google Native. Container. V1Beta1. Inputs. Parent Product Config 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.
- Pod
Security Pulumi.Policy Config Google Native. Container. V1Beta1. Inputs. Pod Security Policy Config Configuration for the PodSecurityPolicy feature.
- Private
Cluster bool If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
- Private
Cluster Pulumi.Config Google Native. Container. V1Beta1. Inputs. Private Cluster Config Configuration for private cluster.
- Project string
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
- Protect
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Protect Config Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
- Release
Channel Pulumi.Google Native. Container. V1Beta1. Inputs. Release Channel 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.
- Resource
Labels Dictionary<string, string> The resource labels for the cluster to use to annotate any related Google Compute Engine resources.
- Resource
Usage Pulumi.Export Config Google Native. Container. V1Beta1. Inputs. Resource Usage Export Config Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified.
- Security
Posture Pulumi.Config Google Native. Container. V1Beta1. Inputs. Security Posture Config Enable/Disable Security Posture API features for the cluster.
- Shielded
Nodes Pulumi.Google Native. Container. V1Beta1. Inputs. Shielded Nodes Shielded Nodes configuration.
- Subnetwork string
The name of the Google Compute Engine subnetwork to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
- Tpu
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Tpu Config Configuration for Cloud TPU support;
- Vertical
Pod Pulumi.Autoscaling Google Native. Container. V1Beta1. Inputs. Vertical Pod Autoscaling Cluster-level Vertical Pod Autoscaling configuration.
- Workload
Alts Pulumi.Config Google Native. Container. V1Beta1. Inputs. Workload ALTSConfig Configuration for direct-path (via ALTS) with workload identity.
- Workload
Certificates Pulumi.Google Native. Container. V1Beta1. Inputs. Workload Certificates Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- Workload
Identity Pulumi.Config Google Native. Container. V1Beta1. Inputs. Workload Identity Config Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- Zone string
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
- Addons
Config AddonsConfig Args Configurations for the various addons available to run in the cluster.
- Authenticator
Groups AuthenticatorConfig Groups Config Args Configuration controlling RBAC group membership information.
- Autopilot
Autopilot
Args Autopilot configuration for the cluster.
- Autoscaling
Cluster
Autoscaling Args Cluster-level autoscaling configuration.
- Binary
Authorization Args Configuration for Binary Authorization.
- Cluster
Ipv4Cidr string The IP address range of the container pods in this cluster, in CIDR notation (e.g.
10.96.0.0/14
). Leave blank to have one automatically chosen or specify a/14
block in10.0.0.0/8
.- Cluster
Telemetry ClusterTelemetry Args Telemetry integration for the cluster.
- Conditions
[]Status
Condition Args Which conditions caused the current cluster state.
- Confidential
Nodes ConfidentialNodes Args Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- Cost
Management CostConfig Management Config Args Configuration for the fine-grained cost management feature.
- Database
Encryption DatabaseEncryption Args Configuration of etcd encryption.
- Default
Max MaxPods Constraint Pods Constraint Args 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.
- Description string
An optional description of this cluster.
- Enable
K8s K8sBeta Apis Beta APIConfig Args Kubernetes open source beta apis enabled on the cluster. Only beta apis.
- Enable
Kubernetes boolAlpha Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) 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.
- Enable
Tpu bool Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
- Enterprise
Config EnterpriseConfig Args GKE Enterprise Configuration.
- Etag string
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.
- Fleet
Fleet
Args Fleet information for the cluster.
- Identity
Service IdentityConfig Service Config Args Configuration for Identity Service component.
- Initial
Cluster stringVersion 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
- Initial
Node intCount The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
- Instance
Group []stringUrls Deprecated. Use node_pools.instance_group_urls.
Deprecated. Use node_pools.instance_group_urls.
- Ip
Allocation IPAllocationPolicy Policy Args Configuration for cluster IP allocation.
- Legacy
Abac LegacyAbac Args Configuration for the legacy ABAC authorization mode.
- Location string
- Locations []string
The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.
- Logging
Config LoggingConfig Args Logging configuration for the cluster.
- Logging
Service string 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+ orlogging.googleapis.com
for earlier versions.- Maintenance
Policy MaintenancePolicy Args Configure the maintenance policy for this cluster.
- Master
Master
Args Configuration for master components.
- Master
Auth MasterAuth Args 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.- Master
Authorized Networks Config Args The configuration options for master authorized networks feature.
- Master
Ipv4Cidr stringBlock The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
- Mesh
Certificates MeshCertificates Args Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- Monitoring
Config MonitoringConfig Args Monitoring configuration for the cluster.
- Monitoring
Service string 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+ ormonitoring.googleapis.com
for earlier versions.- Name string
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.
- Network string
The name of the Google Compute Engine network to which the cluster is connected. If left unspecified, the
default
network will be used. On output this shows the network ID instead of the name.- Network
Config NetworkConfig Args Configuration for cluster networking.
- Network
Policy NetworkPolicy Args Configuration options for the NetworkPolicy feature.
- Node
Config NodeConfig Args 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.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.- Node
Pool NodeAuto Config Pool Auto Config Args Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
- Node
Pool NodeDefaults Pool Defaults Args Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- Node
Pools []NodePool Type Args The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.
- Notification
Config NotificationConfig Args Notification configuration of the cluster.
- Parent string
The parent (project and location) where the cluster will be created. Specified in the format
projects/*/locations/*
.- Parent
Product ParentConfig Product Config Args 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.
- Pod
Security PodPolicy Config Security Policy Config Args Configuration for the PodSecurityPolicy feature.
- Private
Cluster bool If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
- Private
Cluster PrivateConfig Cluster Config Args Configuration for private cluster.
- Project string
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
- Protect
Config ProtectConfig Args Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
- Release
Channel ReleaseChannel Args 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.
- Resource
Labels map[string]string The resource labels for the cluster to use to annotate any related Google Compute Engine resources.
- Resource
Usage ResourceExport Config Usage Export Config Args Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified.
- Security
Posture SecurityConfig Posture Config Args Enable/Disable Security Posture API features for the cluster.
- Shielded
Nodes ShieldedNodes Args Shielded Nodes configuration.
- Subnetwork string
The name of the Google Compute Engine subnetwork to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
- Tpu
Config TpuConfig Args Configuration for Cloud TPU support;
- Vertical
Pod VerticalAutoscaling Pod Autoscaling Args Cluster-level Vertical Pod Autoscaling configuration.
- Workload
Alts WorkloadConfig ALTSConfig Args Configuration for direct-path (via ALTS) with workload identity.
- Workload
Certificates WorkloadCertificates Args Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- Workload
Identity WorkloadConfig Identity Config Args Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- Zone string
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
- addons
Config AddonsConfig Configurations for the various addons available to run in the cluster.
- authenticator
Groups AuthenticatorConfig Groups Config Configuration controlling RBAC group membership information.
- autopilot Autopilot
Autopilot configuration for the cluster.
- autoscaling
Cluster
Autoscaling Cluster-level autoscaling configuration.
- Binary
Authorization Configuration for Binary Authorization.
- cluster
Ipv4Cidr String The IP address range of the container pods in this cluster, in CIDR notation (e.g.
10.96.0.0/14
). Leave blank to have one automatically chosen or specify a/14
block in10.0.0.0/8
.- cluster
Telemetry ClusterTelemetry Telemetry integration for the cluster.
- conditions
List<Status
Condition> Which conditions caused the current cluster state.
- confidential
Nodes ConfidentialNodes Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- cost
Management CostConfig Management Config Configuration for the fine-grained cost management feature.
- database
Encryption DatabaseEncryption Configuration of etcd encryption.
- default
Max MaxPods Constraint Pods Constraint 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.
- description String
An optional description of this cluster.
- enable
K8s K8sBeta Apis Beta APIConfig Kubernetes open source beta apis enabled on the cluster. Only beta apis.
- enable
Kubernetes BooleanAlpha Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) 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.
- enable
Tpu Boolean Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
- enterprise
Config EnterpriseConfig GKE Enterprise Configuration.
- etag String
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.
- fleet Fleet
Fleet information for the cluster.
- identity
Service IdentityConfig Service Config Configuration for Identity Service component.
- initial
Cluster StringVersion 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
- initial
Node IntegerCount The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
- instance
Group List<String>Urls Deprecated. Use node_pools.instance_group_urls.
Deprecated. Use node_pools.instance_group_urls.
- ip
Allocation IPAllocationPolicy Policy Configuration for cluster IP allocation.
- legacy
Abac LegacyAbac Configuration for the legacy ABAC authorization mode.
- location String
- locations List<String>
The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.
- logging
Config LoggingConfig Logging configuration for the cluster.
- logging
Service String 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+ orlogging.googleapis.com
for earlier versions.- maintenance
Policy MaintenancePolicy Configure the maintenance policy for this cluster.
- master Master
Configuration for master components.
- master
Auth MasterAuth 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.- Master
Authorized Networks Config The configuration options for master authorized networks feature.
- master
Ipv4Cidr StringBlock The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
- mesh
Certificates MeshCertificates Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- monitoring
Config MonitoringConfig Monitoring configuration for the cluster.
- monitoring
Service String 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+ ormonitoring.googleapis.com
for earlier versions.- name String
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.
- network String
The name of the Google Compute Engine network to which the cluster is connected. If left unspecified, the
default
network will be used. On output this shows the network ID instead of the name.- network
Config NetworkConfig Configuration for cluster networking.
- network
Policy NetworkPolicy Configuration options for the NetworkPolicy feature.
- node
Config NodeConfig 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.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.- node
Pool NodeAuto Config Pool Auto Config Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
- node
Pool NodeDefaults Pool Defaults Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- node
Pools List<NodePool> The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.
- notification
Config NotificationConfig Notification configuration of the cluster.
- parent String
The parent (project and location) where the cluster will be created. Specified in the format
projects/*/locations/*
.- parent
Product ParentConfig Product Config 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.
- pod
Security PodPolicy Config Security Policy Config Configuration for the PodSecurityPolicy feature.
- private
Cluster Boolean If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
- private
Cluster PrivateConfig Cluster Config Configuration for private cluster.
- project String
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
- protect
Config ProtectConfig Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
- release
Channel ReleaseChannel 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.
- resource
Labels Map<String,String> The resource labels for the cluster to use to annotate any related Google Compute Engine resources.
- resource
Usage ResourceExport Config Usage Export Config Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified.
- security
Posture SecurityConfig Posture Config Enable/Disable Security Posture API features for the cluster.
- shielded
Nodes ShieldedNodes Shielded Nodes configuration.
- subnetwork String
The name of the Google Compute Engine subnetwork to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
- tpu
Config TpuConfig Configuration for Cloud TPU support;
- vertical
Pod VerticalAutoscaling Pod Autoscaling Cluster-level Vertical Pod Autoscaling configuration.
- workload
Alts WorkloadConfig ALTSConfig Configuration for direct-path (via ALTS) with workload identity.
- workload
Certificates WorkloadCertificates Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- workload
Identity WorkloadConfig Identity Config Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone String
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
- addons
Config AddonsConfig Configurations for the various addons available to run in the cluster.
- authenticator
Groups AuthenticatorConfig Groups Config Configuration controlling RBAC group membership information.
- autopilot Autopilot
Autopilot configuration for the cluster.
- autoscaling
Cluster
Autoscaling Cluster-level autoscaling configuration.
- Binary
Authorization Configuration for Binary Authorization.
- cluster
Ipv4Cidr string The IP address range of the container pods in this cluster, in CIDR notation (e.g.
10.96.0.0/14
). Leave blank to have one automatically chosen or specify a/14
block in10.0.0.0/8
.- cluster
Telemetry ClusterTelemetry Telemetry integration for the cluster.
- conditions
Status
Condition[] Which conditions caused the current cluster state.
- confidential
Nodes ConfidentialNodes Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- cost
Management CostConfig Management Config Configuration for the fine-grained cost management feature.
- database
Encryption DatabaseEncryption Configuration of etcd encryption.
- default
Max MaxPods Constraint Pods Constraint 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.
- description string
An optional description of this cluster.
- enable
K8s K8sBeta Apis Beta APIConfig Kubernetes open source beta apis enabled on the cluster. Only beta apis.
- enable
Kubernetes booleanAlpha Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) 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.
- enable
Tpu boolean Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
- enterprise
Config EnterpriseConfig GKE Enterprise Configuration.
- etag string
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.
- fleet Fleet
Fleet information for the cluster.
- identity
Service IdentityConfig Service Config Configuration for Identity Service component.
- initial
Cluster stringVersion 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
- initial
Node numberCount The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
- instance
Group string[]Urls Deprecated. Use node_pools.instance_group_urls.
Deprecated. Use node_pools.instance_group_urls.
- ip
Allocation IPAllocationPolicy Policy Configuration for cluster IP allocation.
- legacy
Abac LegacyAbac Configuration for the legacy ABAC authorization mode.
- location string
- locations string[]
The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.
- logging
Config LoggingConfig Logging configuration for the cluster.
- logging
Service string 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+ orlogging.googleapis.com
for earlier versions.- maintenance
Policy MaintenancePolicy Configure the maintenance policy for this cluster.
- master Master
Configuration for master components.
- master
Auth MasterAuth 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.- Master
Authorized Networks Config The configuration options for master authorized networks feature.
- master
Ipv4Cidr stringBlock The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
- mesh
Certificates MeshCertificates Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- monitoring
Config MonitoringConfig Monitoring configuration for the cluster.
- monitoring
Service string 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+ ormonitoring.googleapis.com
for earlier versions.- name string
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.
- network string
The name of the Google Compute Engine network to which the cluster is connected. If left unspecified, the
default
network will be used. On output this shows the network ID instead of the name.- network
Config NetworkConfig Configuration for cluster networking.
- network
Policy NetworkPolicy Configuration options for the NetworkPolicy feature.
- node
Config NodeConfig 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.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.- node
Pool NodeAuto Config Pool Auto Config Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
- node
Pool NodeDefaults Pool Defaults Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- node
Pools NodePool[] The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.
- notification
Config NotificationConfig Notification configuration of the cluster.
- parent string
The parent (project and location) where the cluster will be created. Specified in the format
projects/*/locations/*
.- parent
Product ParentConfig Product Config 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.
- pod
Security PodPolicy Config Security Policy Config Configuration for the PodSecurityPolicy feature.
- private
Cluster boolean If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
- private
Cluster PrivateConfig Cluster Config Configuration for private cluster.
- project string
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
- protect
Config ProtectConfig Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
- release
Channel ReleaseChannel 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.
- resource
Labels {[key: string]: string} The resource labels for the cluster to use to annotate any related Google Compute Engine resources.
- resource
Usage ResourceExport Config Usage Export Config Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified.
- security
Posture SecurityConfig Posture Config Enable/Disable Security Posture API features for the cluster.
- shielded
Nodes ShieldedNodes Shielded Nodes configuration.
- subnetwork string
The name of the Google Compute Engine subnetwork to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
- tpu
Config TpuConfig Configuration for Cloud TPU support;
- vertical
Pod VerticalAutoscaling Pod Autoscaling Cluster-level Vertical Pod Autoscaling configuration.
- workload
Alts WorkloadConfig ALTSConfig Configuration for direct-path (via ALTS) with workload identity.
- workload
Certificates WorkloadCertificates Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- workload
Identity WorkloadConfig Identity Config Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone string
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
- addons_
config AddonsConfig Args Configurations for the various addons available to run in the cluster.
- authenticator_
groups_ Authenticatorconfig Groups Config Args Configuration controlling RBAC group membership information.
- autopilot
Autopilot
Args Autopilot configuration for the cluster.
- autoscaling
Cluster
Autoscaling Args Cluster-level autoscaling configuration.
- Binary
Authorization Args Configuration for Binary Authorization.
- cluster_
ipv4_ strcidr The IP address range of the container pods in this cluster, in CIDR notation (e.g.
10.96.0.0/14
). Leave blank to have one automatically chosen or specify a/14
block in10.0.0.0/8
.- cluster_
telemetry ClusterTelemetry Args Telemetry integration for the cluster.
- conditions
Sequence[Status
Condition Args] Which conditions caused the current cluster state.
- confidential_
nodes ConfidentialNodes Args Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- cost_
management_ Costconfig Management Config Args Configuration for the fine-grained cost management feature.
- database_
encryption DatabaseEncryption Args Configuration of etcd encryption.
- default_
max_ Maxpods_ constraint Pods Constraint Args 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.
- description str
An optional description of this cluster.
- enable_
k8s_ K8sbeta_ apis Beta APIConfig Args Kubernetes open source beta apis enabled on the cluster. Only beta apis.
- enable_
kubernetes_ boolalpha Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) 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.
- enable_
tpu bool Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
- enterprise_
config EnterpriseConfig Args GKE Enterprise Configuration.
- etag str
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.
- fleet
Fleet
Args Fleet information for the cluster.
- identity_
service_ Identityconfig Service Config Args Configuration for Identity Service component.
- initial_
cluster_ strversion 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
- initial_
node_ intcount The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
- instance_
group_ Sequence[str]urls Deprecated. Use node_pools.instance_group_urls.
Deprecated. Use node_pools.instance_group_urls.
- ip_
allocation_ IPAllocationpolicy Policy Args Configuration for cluster IP allocation.
- legacy_
abac LegacyAbac Args Configuration for the legacy ABAC authorization mode.
- location str
- locations Sequence[str]
The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.
- logging_
config LoggingConfig Args Logging configuration for the cluster.
- logging_
service str 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+ orlogging.googleapis.com
for earlier versions.- maintenance_
policy MaintenancePolicy Args Configure the maintenance policy for this cluster.
- master
Master
Args Configuration for master components.
- master_
auth MasterAuth Args 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.- Master
Authorized Networks Config Args The configuration options for master authorized networks feature.
- master_
ipv4_ strcidr_ block The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
- mesh_
certificates MeshCertificates Args Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- monitoring_
config MonitoringConfig Args Monitoring configuration for the cluster.
- monitoring_
service str 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+ ormonitoring.googleapis.com
for earlier versions.- name str
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.
- network str
The name of the Google Compute Engine network to which the cluster is connected. If left unspecified, the
default
network will be used. On output this shows the network ID instead of the name.- network_
config NetworkConfig Args Configuration for cluster networking.
- network_
policy NetworkPolicy Args Configuration options for the NetworkPolicy feature.
- node_
config NodeConfig Args 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.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.- node_
pool_ Nodeauto_ config Pool Auto Config Args Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
- node_
pool_ Nodedefaults Pool Defaults Args Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- node_
pools Sequence[NodePool Args] The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.
- notification_
config NotificationConfig Args Notification configuration of the cluster.
- parent str
The parent (project and location) where the cluster will be created. Specified in the format
projects/*/locations/*
.- parent_
product_ Parentconfig Product Config Args 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.
- pod_
security_ Podpolicy_ config Security Policy Config Args Configuration for the PodSecurityPolicy feature.
- private_
cluster bool If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
- private_
cluster_ Privateconfig Cluster Config Args Configuration for private cluster.
- project str
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
- protect_
config ProtectConfig Args Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
- release_
channel ReleaseChannel Args 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.
- resource_
labels Mapping[str, str] The resource labels for the cluster to use to annotate any related Google Compute Engine resources.
- resource_
usage_ Resourceexport_ config Usage Export Config Args Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified.
- security_
posture_ Securityconfig Posture Config Args Enable/Disable Security Posture API features for the cluster.
- shielded_
nodes ShieldedNodes Args Shielded Nodes configuration.
- subnetwork str
The name of the Google Compute Engine subnetwork to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
- tpu_
config TpuConfig Args Configuration for Cloud TPU support;
- vertical_
pod_ Verticalautoscaling Pod Autoscaling Args Cluster-level Vertical Pod Autoscaling configuration.
- workload_
alts_ Workloadconfig ALTSConfig Args Configuration for direct-path (via ALTS) with workload identity.
- workload_
certificates WorkloadCertificates Args Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- workload_
identity_ Workloadconfig Identity Config Args Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone str
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
- addons
Config Property Map Configurations for the various addons available to run in the cluster.
- authenticator
Groups Property MapConfig Configuration controlling RBAC group membership information.
- autopilot Property Map
Autopilot configuration for the cluster.
- autoscaling Property Map
Cluster-level autoscaling configuration.
- Property Map
Configuration for Binary Authorization.
- cluster
Ipv4Cidr String The IP address range of the container pods in this cluster, in CIDR notation (e.g.
10.96.0.0/14
). Leave blank to have one automatically chosen or specify a/14
block in10.0.0.0/8
.- cluster
Telemetry Property Map Telemetry integration for the cluster.
- conditions List<Property Map>
Which conditions caused the current cluster state.
- confidential
Nodes Property Map Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- cost
Management Property MapConfig Configuration for the fine-grained cost management feature.
- database
Encryption Property Map Configuration of etcd encryption.
- default
Max Property MapPods Constraint 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.
- description String
An optional description of this cluster.
- enable
K8s Property MapBeta Apis Kubernetes open source beta apis enabled on the cluster. Only beta apis.
- enable
Kubernetes BooleanAlpha Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1beta1) 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.
- enable
Tpu Boolean Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
Enable the ability to use Cloud TPUs in this cluster. This field is deprecated, use tpu_config.enabled instead.
- enterprise
Config Property Map GKE Enterprise Configuration.
- etag String
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.
- fleet Property Map
Fleet information for the cluster.
- identity
Service Property MapConfig Configuration for Identity Service component.
- initial
Cluster StringVersion 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
- initial
Node NumberCount The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
The number of nodes to create in this cluster. You must ensure that your Compute Engine resource quota 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.
- instance
Group List<String>Urls Deprecated. Use node_pools.instance_group_urls.
Deprecated. Use node_pools.instance_group_urls.
- ip
Allocation Property MapPolicy Configuration for cluster IP allocation.
- legacy
Abac Property Map Configuration for the legacy ABAC authorization mode.
- location String
- locations List<String>
The list of Google Compute Engine zones in which the cluster's nodes should be located. This field provides a default value if NodePool.Locations are not specified during node pool creation. Warning: changing cluster locations will update the NodePool.Locations of all node pools and will result in nodes being added and/or removed.
- logging
Config Property Map Logging configuration for the cluster.
- logging
Service String 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+ orlogging.googleapis.com
for earlier versions.- maintenance
Policy Property Map Configure the maintenance policy for this cluster.
- master Property Map
Configuration for master components.
- master
Auth Property Map 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.- Property Map
The configuration options for master authorized networks feature.
- master
Ipv4Cidr StringBlock The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
The IP prefix in CIDR notation to use for the hosted master network. This prefix will be used for assigning private IP addresses to the master or set of masters, as well as the ILB VIP. This field is deprecated, use private_cluster_config.master_ipv4_cidr_block instead.
- mesh
Certificates Property Map Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- monitoring
Config Property Map Monitoring configuration for the cluster.
- monitoring
Service String 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+ ormonitoring.googleapis.com
for earlier versions.- name String
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.
- network String
The name of the Google Compute Engine network to which the cluster is connected. If left unspecified, the
default
network will be used. On output this shows the network ID instead of the name.- network
Config Property Map Configuration for cluster networking.
- network
Policy Property Map Configuration options for the NetworkPolicy feature.
- node
Config Property Map 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.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.- node
Pool Property MapAuto Config Node pool configs that apply to all auto-provisioned node pools in autopilot clusters and node auto-provisioning enabled clusters.
- node
Pool Property MapDefaults Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- node
Pools List<Property Map> The node pools associated with this cluster. This field should not be set if "node_config" or "initial_node_count" are specified.
- notification
Config Property Map Notification configuration of the cluster.
- parent String
The parent (project and location) where the cluster will be created. Specified in the format
projects/*/locations/*
.- parent
Product Property MapConfig 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.
- pod
Security Property MapPolicy Config Configuration for the PodSecurityPolicy feature.
- private
Cluster Boolean If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
If this is a private cluster setup. Private clusters are clusters that, by default have no external IP addresses on the nodes and where nodes and the master communicate over private IP addresses. This field is deprecated, use private_cluster_config.enable_private_nodes instead.
- private
Cluster Property MapConfig Configuration for private cluster.
- project String
Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The Google Developers Console project ID or project number. This field has been deprecated and replaced by the parent field.
- protect
Config Property Map Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
Deprecated: Use SecurityPostureConfig instead. Enable/Disable Protect API features for the cluster.
- release
Channel Property Map 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.
- resource
Labels Map<String> The resource labels for the cluster to use to annotate any related Google Compute Engine resources.
- resource
Usage Property MapExport Config Configuration for exporting resource usages. Resource usage export is disabled when this config unspecified.
- security
Posture Property MapConfig Enable/Disable Security Posture API features for the cluster.
- shielded
Nodes Property Map Shielded Nodes configuration.
- subnetwork String
The name of the Google Compute Engine subnetwork to which the cluster is connected. On output this shows the subnetwork ID instead of the name.
- tpu
Config Property Map Configuration for Cloud TPU support;
- vertical
Pod Property MapAutoscaling Cluster-level Vertical Pod Autoscaling configuration.
- workload
Alts Property MapConfig Configuration for direct-path (via ALTS) with workload identity.
- workload
Certificates Property Map Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- workload
Identity Property MapConfig Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone String
Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
Required. Deprecated. The name of the Google Compute Engine zone in which the cluster resides. This field has been deprecated and replaced by the parent field.
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
- Create
Time string [Output only] The time the cluster was created, in RFC3339 text format.
- Current
Master stringVersion [Output only] The current software version of the master endpoint.
- Current
Node intCount [Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
[Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
- Current
Node stringVersion [Output only] Deprecated, use NodePool.version 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.
- Endpoint string
[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 themasterAuth
property of this resource for username and password information.- Expire
Time string [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- Id string
The provider-assigned unique ID for this managed resource.
- Label
Fingerprint string The fingerprint of the set of labels for this cluster.
- Node
Ipv4Cidr intSize [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.- Self
Link string [Output only] Server-defined URL for the resource.
- Services
Ipv4Cidr string [Output only] The IP address range of the Kubernetes services in this cluster, in CIDR notation (e.g.
1.2.3.4/29
). Service addresses are typically put in the last/16
from the container CIDR.- Status string
[Output only] The current status of this cluster.
- Status
Message string [Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
[Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
- Tpu
Ipv4Cidr stringBlock [Output only] The IP address range of the Cloud TPUs in this cluster, in CIDR notation (e.g.
1.2.3.4/29
).
- Create
Time string [Output only] The time the cluster was created, in RFC3339 text format.
- Current
Master stringVersion [Output only] The current software version of the master endpoint.
- Current
Node intCount [Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
[Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
- Current
Node stringVersion [Output only] Deprecated, use NodePool.version 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.
- Endpoint string
[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 themasterAuth
property of this resource for username and password information.- Expire
Time string [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- Id string
The provider-assigned unique ID for this managed resource.
- Label
Fingerprint string The fingerprint of the set of labels for this cluster.
- Node
Ipv4Cidr intSize [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.- Self
Link string [Output only] Server-defined URL for the resource.
- Services
Ipv4Cidr string [Output only] The IP address range of the Kubernetes services in this cluster, in CIDR notation (e.g.
1.2.3.4/29
). Service addresses are typically put in the last/16
from the container CIDR.- Status string
[Output only] The current status of this cluster.
- Status
Message string [Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
[Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
- Tpu
Ipv4Cidr stringBlock [Output only] The IP address range of the Cloud TPUs in this cluster, in CIDR notation (e.g.
1.2.3.4/29
).
- create
Time String [Output only] The time the cluster was created, in RFC3339 text format.
- current
Master StringVersion [Output only] The current software version of the master endpoint.
- current
Node IntegerCount [Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
[Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
- current
Node StringVersion [Output only] Deprecated, use NodePool.version 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.
- endpoint String
[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 themasterAuth
property of this resource for username and password information.- expire
Time String [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- id String
The provider-assigned unique ID for this managed resource.
- label
Fingerprint String The fingerprint of the set of labels for this cluster.
- node
Ipv4Cidr IntegerSize [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.- self
Link String [Output only] Server-defined URL for the resource.
- services
Ipv4Cidr String [Output only] The IP address range of the Kubernetes services in this cluster, in CIDR notation (e.g.
1.2.3.4/29
). Service addresses are typically put in the last/16
from the container CIDR.- status String
[Output only] The current status of this cluster.
- status
Message String [Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
[Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
- tpu
Ipv4Cidr StringBlock [Output only] The IP address range of the Cloud TPUs in this cluster, in CIDR notation (e.g.
1.2.3.4/29
).
- create
Time string [Output only] The time the cluster was created, in RFC3339 text format.
- current
Master stringVersion [Output only] The current software version of the master endpoint.
- current
Node numberCount [Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
[Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
- current
Node stringVersion [Output only] Deprecated, use NodePool.version 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.
- endpoint string
[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 themasterAuth
property of this resource for username and password information.- expire
Time string [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- id string
The provider-assigned unique ID for this managed resource.
- label
Fingerprint string The fingerprint of the set of labels for this cluster.
- node
Ipv4Cidr numberSize [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.- self
Link string [Output only] Server-defined URL for the resource.
- services
Ipv4Cidr string [Output only] The IP address range of the Kubernetes services in this cluster, in CIDR notation (e.g.
1.2.3.4/29
). Service addresses are typically put in the last/16
from the container CIDR.- status string
[Output only] The current status of this cluster.
- status
Message string [Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
[Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
- tpu
Ipv4Cidr stringBlock [Output only] The IP address range of the Cloud TPUs in this cluster, in CIDR notation (e.g.
1.2.3.4/29
).
- create_
time str [Output only] The time the cluster was created, in RFC3339 text format.
- current_
master_ strversion [Output only] The current software version of the master endpoint.
- current_
node_ intcount [Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
[Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
- current_
node_ strversion [Output only] Deprecated, use NodePool.version 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.
- endpoint str
[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 themasterAuth
property of this resource for username and password information.- expire_
time str [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- id str
The provider-assigned unique ID for this managed resource.
- label_
fingerprint str The fingerprint of the set of labels for this cluster.
- node_
ipv4_ intcidr_ size [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.- self_
link str [Output only] Server-defined URL for the resource.
- services_
ipv4_ strcidr [Output only] The IP address range of the Kubernetes services in this cluster, in CIDR notation (e.g.
1.2.3.4/29
). Service addresses are typically put in the last/16
from the container CIDR.- status str
[Output only] The current status of this cluster.
- status_
message str [Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
[Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
- tpu_
ipv4_ strcidr_ block [Output only] The IP address range of the Cloud TPUs in this cluster, in CIDR notation (e.g.
1.2.3.4/29
).
- create
Time String [Output only] The time the cluster was created, in RFC3339 text format.
- current
Master StringVersion [Output only] The current software version of the master endpoint.
- current
Node NumberCount [Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
[Output only] The number of nodes currently in the cluster. Deprecated. Call Kubernetes API directly to retrieve node information.
- current
Node StringVersion [Output only] Deprecated, use NodePool.version 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.
- endpoint String
[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 themasterAuth
property of this resource for username and password information.- expire
Time String [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- id String
The provider-assigned unique ID for this managed resource.
- label
Fingerprint String The fingerprint of the set of labels for this cluster.
- node
Ipv4Cidr NumberSize [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.- self
Link String [Output only] Server-defined URL for the resource.
- services
Ipv4Cidr String [Output only] The IP address range of the Kubernetes services in this cluster, in CIDR notation (e.g.
1.2.3.4/29
). Service addresses are typically put in the last/16
from the container CIDR.- status String
[Output only] The current status of this cluster.
- status
Message String [Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
[Output only] Deprecated. Use conditions instead. Additional information about the current status of this cluster, if available.
- tpu
Ipv4Cidr StringBlock [Output only] The IP address range of the Cloud TPUs in this cluster, in CIDR notation (e.g.
1.2.3.4/29
).
Cluster Resource Methods
GetKubeconfig Method
Generate a kubeconfig for cluster authentication.
The kubeconfig generated is automatically stringified for ease of use with the pulumi/kubernetes provider.
The kubeconfig uses the new gke-gcloud-auth-plugin
authentication plugin as recommended by Google.
See for more details:
- https://cloud.google.com/blog/products/containers-kubernetes/kubectl-auth-changes-in-gke
Using GetKubeconfig
getKubeconfig(): Output<string>
def get_kubeconfig() -> Output[str]
func (r *Cluster) GetKubeconfig() (pulumi.StringOutput, error)
public Output<string> GetKubeconfig()
GetKubeconfig Result
- Kubeconfig string
- Kubeconfig string
- kubeconfig String
- kubeconfig string
- kubeconfig str
- kubeconfig String
Supporting Types
Note: There are over 200 nested types for this resource. Only the first 200 types are included in this documentation.
AcceleratorConfig, AcceleratorConfigArgs
- Accelerator
Count string The number of the accelerator cards exposed to an instance.
- Accelerator
Type string The accelerator type resource name. List of supported accelerators here
- Gpu
Driver Pulumi.Installation Config Google Native. Container. V1Beta1. Inputs. GPUDriver Installation Config The configuration for auto installation of GPU driver.
- Gpu
Partition stringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- Gpu
Sharing Pulumi.Config Google Native. Container. V1Beta1. Inputs. GPUSharing Config The configuration for GPU sharing options.
- string
The number of time-shared GPU resources to expose for each physical GPU.
- Accelerator
Count string The number of the accelerator cards exposed to an instance.
- Accelerator
Type string The accelerator type resource name. List of supported accelerators here
- Gpu
Driver GPUDriverInstallation Config Installation Config The configuration for auto installation of GPU driver.
- Gpu
Partition stringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- Gpu
Sharing GPUSharingConfig Config The configuration for GPU sharing options.
- string
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator
Count String The number of the accelerator cards exposed to an instance.
- accelerator
Type String The accelerator type resource name. List of supported accelerators here
- gpu
Driver GPUDriverInstallation Config Installation Config The configuration for auto installation of GPU driver.
- gpu
Partition StringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu
Sharing GPUSharingConfig Config The configuration for GPU sharing options.
- String
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator
Count string The number of the accelerator cards exposed to an instance.
- accelerator
Type string The accelerator type resource name. List of supported accelerators here
- gpu
Driver GPUDriverInstallation Config Installation Config The configuration for auto installation of GPU driver.
- gpu
Partition stringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu
Sharing GPUSharingConfig Config The configuration for GPU sharing options.
- string
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator_
count str The number of the accelerator cards exposed to an instance.
- accelerator_
type str The accelerator type resource name. List of supported accelerators here
- gpu_
driver_ GPUDriverinstallation_ config Installation Config The configuration for auto installation of GPU driver.
- gpu_
partition_ strsize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu_
sharing_ GPUSharingconfig Config The configuration for GPU sharing options.
- str
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator
Count String The number of the accelerator cards exposed to an instance.
- accelerator
Type String The accelerator type resource name. List of supported accelerators here
- gpu
Driver Property MapInstallation Config The configuration for auto installation of GPU driver.
- gpu
Partition StringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu
Sharing Property MapConfig The configuration for GPU sharing options.
- String
The number of time-shared GPU resources to expose for each physical GPU.
AcceleratorConfigResponse, AcceleratorConfigResponseArgs
- Accelerator
Count string The number of the accelerator cards exposed to an instance.
- Accelerator
Type string The accelerator type resource name. List of supported accelerators here
- Gpu
Driver Pulumi.Installation Config Google Native. Container. V1Beta1. Inputs. GPUDriver Installation Config Response The configuration for auto installation of GPU driver.
- Gpu
Partition stringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- Gpu
Sharing Pulumi.Config Google Native. Container. V1Beta1. Inputs. GPUSharing Config Response The configuration for GPU sharing options.
- string
The number of time-shared GPU resources to expose for each physical GPU.
- Accelerator
Count string The number of the accelerator cards exposed to an instance.
- Accelerator
Type string The accelerator type resource name. List of supported accelerators here
- Gpu
Driver GPUDriverInstallation Config Installation Config Response The configuration for auto installation of GPU driver.
- Gpu
Partition stringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- Gpu
Sharing GPUSharingConfig Config Response The configuration for GPU sharing options.
- string
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator
Count String The number of the accelerator cards exposed to an instance.
- accelerator
Type String The accelerator type resource name. List of supported accelerators here
- gpu
Driver GPUDriverInstallation Config Installation Config Response The configuration for auto installation of GPU driver.
- gpu
Partition StringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu
Sharing GPUSharingConfig Config Response The configuration for GPU sharing options.
- String
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator
Count string The number of the accelerator cards exposed to an instance.
- accelerator
Type string The accelerator type resource name. List of supported accelerators here
- gpu
Driver GPUDriverInstallation Config Installation Config Response The configuration for auto installation of GPU driver.
- gpu
Partition stringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu
Sharing GPUSharingConfig Config Response The configuration for GPU sharing options.
- string
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator_
count str The number of the accelerator cards exposed to an instance.
- accelerator_
type str The accelerator type resource name. List of supported accelerators here
- gpu_
driver_ GPUDriverinstallation_ config Installation Config Response The configuration for auto installation of GPU driver.
- gpu_
partition_ strsize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu_
sharing_ GPUSharingconfig Config Response The configuration for GPU sharing options.
- str
The number of time-shared GPU resources to expose for each physical GPU.
- accelerator
Count String The number of the accelerator cards exposed to an instance.
- accelerator
Type String The accelerator type resource name. List of supported accelerators here
- gpu
Driver Property MapInstallation Config The configuration for auto installation of GPU driver.
- gpu
Partition StringSize Size of partitions to create on the GPU. Valid values are described in the NVIDIA mig user guide.
- gpu
Sharing Property MapConfig The configuration for GPU sharing options.
- String
The number of time-shared GPU resources to expose for each physical GPU.
AdditionalNodeNetworkConfig, AdditionalNodeNetworkConfigArgs
- Network string
Name of the VPC where the additional interface belongs
- Subnetwork string
Name of the subnetwork where the additional interface belongs
- Network string
Name of the VPC where the additional interface belongs
- Subnetwork string
Name of the subnetwork where the additional interface belongs
- network String
Name of the VPC where the additional interface belongs
- subnetwork String
Name of the subnetwork where the additional interface belongs
- network string
Name of the VPC where the additional interface belongs
- subnetwork string
Name of the subnetwork where the additional interface belongs
- network str
Name of the VPC where the additional interface belongs
- subnetwork str
Name of the subnetwork where the additional interface belongs
- network String
Name of the VPC where the additional interface belongs
- subnetwork String
Name of the subnetwork where the additional interface belongs
AdditionalNodeNetworkConfigResponse, AdditionalNodeNetworkConfigResponseArgs
- Network string
Name of the VPC where the additional interface belongs
- Subnetwork string
Name of the subnetwork where the additional interface belongs
- Network string
Name of the VPC where the additional interface belongs
- Subnetwork string
Name of the subnetwork where the additional interface belongs
- network String
Name of the VPC where the additional interface belongs
- subnetwork String
Name of the subnetwork where the additional interface belongs
- network string
Name of the VPC where the additional interface belongs
- subnetwork string
Name of the subnetwork where the additional interface belongs
- network str
Name of the VPC where the additional interface belongs
- subnetwork str
Name of the subnetwork where the additional interface belongs
- network String
Name of the VPC where the additional interface belongs
- subnetwork String
Name of the subnetwork where the additional interface belongs
AdditionalPodNetworkConfig, AdditionalPodNetworkConfigArgs
- Max
Pods Pulumi.Per Node Google Native. Container. V1Beta1. Inputs. Max Pods Constraint The maximum number of pods per node which use this pod network
- Secondary
Pod stringRange The name of the secondary range on the subnet which provides IP address for this pod range
- Subnetwork string
Name of the subnetwork where the additional pod network belongs
- Max
Pods MaxPer Node Pods Constraint The maximum number of pods per node which use this pod network
- Secondary
Pod stringRange The name of the secondary range on the subnet which provides IP address for this pod range
- Subnetwork string
Name of the subnetwork where the additional pod network belongs
- max
Pods MaxPer Node Pods Constraint The maximum number of pods per node which use this pod network
- secondary
Pod StringRange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork String
Name of the subnetwork where the additional pod network belongs
- max
Pods MaxPer Node Pods Constraint The maximum number of pods per node which use this pod network
- secondary
Pod stringRange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork string
Name of the subnetwork where the additional pod network belongs
- max_
pods_ Maxper_ node Pods Constraint The maximum number of pods per node which use this pod network
- secondary_
pod_ strrange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork str
Name of the subnetwork where the additional pod network belongs
- max
Pods Property MapPer Node The maximum number of pods per node which use this pod network
- secondary
Pod StringRange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork String
Name of the subnetwork where the additional pod network belongs
AdditionalPodNetworkConfigResponse, AdditionalPodNetworkConfigResponseArgs
- Max
Pods Pulumi.Per Node Google Native. Container. V1Beta1. Inputs. Max Pods Constraint Response The maximum number of pods per node which use this pod network
- Secondary
Pod stringRange The name of the secondary range on the subnet which provides IP address for this pod range
- Subnetwork string
Name of the subnetwork where the additional pod network belongs
- Max
Pods MaxPer Node Pods Constraint Response The maximum number of pods per node which use this pod network
- Secondary
Pod stringRange The name of the secondary range on the subnet which provides IP address for this pod range
- Subnetwork string
Name of the subnetwork where the additional pod network belongs
- max
Pods MaxPer Node Pods Constraint Response The maximum number of pods per node which use this pod network
- secondary
Pod StringRange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork String
Name of the subnetwork where the additional pod network belongs
- max
Pods MaxPer Node Pods Constraint Response The maximum number of pods per node which use this pod network
- secondary
Pod stringRange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork string
Name of the subnetwork where the additional pod network belongs
- max_
pods_ Maxper_ node Pods Constraint Response The maximum number of pods per node which use this pod network
- secondary_
pod_ strrange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork str
Name of the subnetwork where the additional pod network belongs
- max
Pods Property MapPer Node The maximum number of pods per node which use this pod network
- secondary
Pod StringRange The name of the secondary range on the subnet which provides IP address for this pod range
- subnetwork String
Name of the subnetwork where the additional pod network belongs
AdditionalPodRangesConfigResponse, AdditionalPodRangesConfigResponseArgs
- Pod
Range List<Pulumi.Info Google Native. Container. V1Beta1. Inputs. Range Info Response> [Output only] Information for additional pod range.
- Pod
Range List<string>Names Name for pod secondary ipv4 range which has the actual range defined ahead.
- Pod
Range []RangeInfo Info Response [Output only] Information for additional pod range.
- Pod
Range []stringNames Name for pod secondary ipv4 range which has the actual range defined ahead.
- pod
Range List<RangeInfo Info Response> [Output only] Information for additional pod range.
- pod
Range List<String>Names Name for pod secondary ipv4 range which has the actual range defined ahead.
- pod
Range RangeInfo Info Response[] [Output only] Information for additional pod range.
- pod
Range string[]Names Name for pod secondary ipv4 range which has the actual range defined ahead.
- pod_
range_ Sequence[Rangeinfo Info Response] [Output only] Information for additional pod range.
- pod_
range_ Sequence[str]names Name for pod secondary ipv4 range which has the actual range defined ahead.
- pod
Range List<Property Map>Info [Output only] Information for additional pod range.
- pod
Range List<String>Names Name for pod secondary ipv4 range which has the actual range defined ahead.
AddonsConfig, AddonsConfigArgs
- Cloud
Run Pulumi.Config Google Native. Container. V1Beta1. Inputs. Cloud Run Config Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- Config
Connector Pulumi.Config Google Native. Container. V1Beta1. Inputs. Config Connector Config Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- Dns
Cache Pulumi.Config Google Native. Container. V1Beta1. Inputs. Dns Cache Config Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- Gce
Persistent Pulumi.Disk Csi Driver Config Google Native. Container. V1Beta1. Inputs. Gce Persistent Disk Csi Driver Config Configuration for the Compute Engine Persistent Disk CSI driver.
- Gcp
Filestore Pulumi.Csi Driver Config Google Native. Container. V1Beta1. Inputs. Gcp Filestore Csi Driver Config Configuration for the GCP Filestore CSI driver.
- Gcs
Fuse Pulumi.Csi Driver Config Google Native. Container. V1Beta1. Inputs. Gcs Fuse Csi Driver Config Configuration for the Cloud Storage Fuse CSI driver.
- Gke
Backup Pulumi.Agent Config Google Native. Container. V1Beta1. Inputs. Gke Backup Agent Config Configuration for the Backup for GKE agent addon.
- Horizontal
Pod Pulumi.Autoscaling Google Native. Container. V1Beta1. Inputs. Horizontal Pod Autoscaling 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.
- Http
Load Pulumi.Balancing Google Native. Container. V1Beta1. Inputs. Http Load Balancing Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- Istio
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Istio Config Configuration for Istio, an open platform to connect, manage, and secure microservices.
- Kalm
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Kalm Config Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- Kubernetes
Dashboard Pulumi.Google Native. Container. V1Beta1. Inputs. Kubernetes Dashboard 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
- Network
Policy Pulumi.Config Google Native. Container. V1Beta1. Inputs. Network Policy Config 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.
- Cloud
Run CloudConfig Run Config Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- Config
Connector ConfigConfig Connector Config Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- Dns
Cache DnsConfig Cache Config Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- Gce
Persistent GceDisk Csi Driver Config Persistent Disk Csi Driver Config Configuration for the Compute Engine Persistent Disk CSI driver.
- Gcp
Filestore GcpCsi Driver Config Filestore Csi Driver Config Configuration for the GCP Filestore CSI driver.
- Gcs
Fuse GcsCsi Driver Config Fuse Csi Driver Config Configuration for the Cloud Storage Fuse CSI driver.
- Gke
Backup GkeAgent Config Backup Agent Config Configuration for the Backup for GKE agent addon.
- Horizontal
Pod HorizontalAutoscaling Pod Autoscaling 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.
- Http
Load HttpBalancing Load Balancing Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- Istio
Config IstioConfig Configuration for Istio, an open platform to connect, manage, and secure microservices.
- Kalm
Config KalmConfig Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- Kubernetes
Dashboard KubernetesDashboard 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
- Network
Policy NetworkConfig Policy Config 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.
- cloud
Run CloudConfig Run Config Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config
Connector ConfigConfig Connector Config Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns
Cache DnsConfig Cache Config Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce
Persistent GceDisk Csi Driver Config Persistent Disk Csi Driver Config Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp
Filestore GcpCsi Driver Config Filestore Csi Driver Config Configuration for the GCP Filestore CSI driver.
- gcs
Fuse GcsCsi Driver Config Fuse Csi Driver Config Configuration for the Cloud Storage Fuse CSI driver.
- gke
Backup GkeAgent Config Backup Agent Config Configuration for the Backup for GKE agent addon.
- horizontal
Pod HorizontalAutoscaling Pod Autoscaling 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.
- http
Load HttpBalancing Load Balancing Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio
Config IstioConfig Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm
Config KalmConfig Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes
Dashboard KubernetesDashboard 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
- network
Policy NetworkConfig Policy Config 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.
- cloud
Run CloudConfig Run Config Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config
Connector ConfigConfig Connector Config Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns
Cache DnsConfig Cache Config Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce
Persistent GceDisk Csi Driver Config Persistent Disk Csi Driver Config Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp
Filestore GcpCsi Driver Config Filestore Csi Driver Config Configuration for the GCP Filestore CSI driver.
- gcs
Fuse GcsCsi Driver Config Fuse Csi Driver Config Configuration for the Cloud Storage Fuse CSI driver.
- gke
Backup GkeAgent Config Backup Agent Config Configuration for the Backup for GKE agent addon.
- horizontal
Pod HorizontalAutoscaling Pod Autoscaling 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.
- http
Load HttpBalancing Load Balancing Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio
Config IstioConfig Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm
Config KalmConfig Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes
Dashboard KubernetesDashboard 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
- network
Policy NetworkConfig Policy Config 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.
- cloud_
run_ Cloudconfig Run Config Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config_
connector_ Configconfig Connector Config Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns_
cache_ Dnsconfig Cache Config Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce_
persistent_ Gcedisk_ csi_ driver_ config Persistent Disk Csi Driver Config Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp_
filestore_ Gcpcsi_ driver_ config Filestore Csi Driver Config Configuration for the GCP Filestore CSI driver.
- gcs_
fuse_ Gcscsi_ driver_ config Fuse Csi Driver Config Configuration for the Cloud Storage Fuse CSI driver.
- gke_
backup_ Gkeagent_ config Backup Agent Config Configuration for the Backup for GKE agent addon.
- horizontal_
pod_ Horizontalautoscaling Pod Autoscaling 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.
- http_
load_ Httpbalancing Load Balancing Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio_
config IstioConfig Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm_
config KalmConfig Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes_
dashboard KubernetesDashboard 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
- network_
policy_ Networkconfig Policy Config 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.
- cloud
Run Property MapConfig Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config
Connector Property MapConfig Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns
Cache Property MapConfig Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce
Persistent Property MapDisk Csi Driver Config Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp
Filestore Property MapCsi Driver Config Configuration for the GCP Filestore CSI driver.
- gcs
Fuse Property MapCsi Driver Config Configuration for the Cloud Storage Fuse CSI driver.
- gke
Backup Property MapAgent Config Configuration for the Backup for GKE agent addon.
- horizontal
Pod Property MapAutoscaling 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.
- http
Load Property MapBalancing Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio
Config Property Map Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm
Config Property Map Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes
Dashboard Property Map 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
- network
Policy Property MapConfig 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.
AddonsConfigResponse, AddonsConfigResponseArgs
- Cloud
Run Pulumi.Config Google Native. Container. V1Beta1. Inputs. Cloud Run Config Response Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- Config
Connector Pulumi.Config Google Native. Container. V1Beta1. Inputs. Config Connector Config Response Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- Dns
Cache Pulumi.Config Google Native. Container. V1Beta1. Inputs. Dns Cache Config Response Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- Gce
Persistent Pulumi.Disk Csi Driver Config Google Native. Container. V1Beta1. Inputs. Gce Persistent Disk Csi Driver Config Response Configuration for the Compute Engine Persistent Disk CSI driver.
- Gcp
Filestore Pulumi.Csi Driver Config Google Native. Container. V1Beta1. Inputs. Gcp Filestore Csi Driver Config Response Configuration for the GCP Filestore CSI driver.
- Gcs
Fuse Pulumi.Csi Driver Config Google Native. Container. V1Beta1. Inputs. Gcs Fuse Csi Driver Config Response Configuration for the Cloud Storage Fuse CSI driver.
- Gke
Backup Pulumi.Agent Config Google Native. Container. V1Beta1. Inputs. Gke Backup Agent Config Response Configuration for the Backup for GKE agent addon.
- Horizontal
Pod Pulumi.Autoscaling Google Native. Container. V1Beta1. Inputs. Horizontal Pod Autoscaling Response 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.
- Http
Load Pulumi.Balancing Google Native. Container. V1Beta1. Inputs. Http Load Balancing Response Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- Istio
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Istio Config Response Configuration for Istio, an open platform to connect, manage, and secure microservices.
- Kalm
Config Pulumi.Google Native. Container. V1Beta1. Inputs. Kalm Config Response Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- Kubernetes
Dashboard Pulumi.Google Native. Container. V1Beta1. Inputs. Kubernetes Dashboard Response 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
- Network
Policy Pulumi.Config Google Native. Container. V1Beta1. Inputs. Network Policy Config Response 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.
- Cloud
Run CloudConfig Run Config Response Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- Config
Connector ConfigConfig Connector Config Response Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- Dns
Cache DnsConfig Cache Config Response Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- Gce
Persistent GceDisk Csi Driver Config Persistent Disk Csi Driver Config Response Configuration for the Compute Engine Persistent Disk CSI driver.
- Gcp
Filestore GcpCsi Driver Config Filestore Csi Driver Config Response Configuration for the GCP Filestore CSI driver.
- Gcs
Fuse GcsCsi Driver Config Fuse Csi Driver Config Response Configuration for the Cloud Storage Fuse CSI driver.
- Gke
Backup GkeAgent Config Backup Agent Config Response Configuration for the Backup for GKE agent addon.
- Horizontal
Pod HorizontalAutoscaling Pod Autoscaling Response 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.
- Http
Load HttpBalancing Load Balancing Response Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- Istio
Config IstioConfig Response Configuration for Istio, an open platform to connect, manage, and secure microservices.
- Kalm
Config KalmConfig Response Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- Kubernetes
Dashboard KubernetesDashboard Response 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
- Network
Policy NetworkConfig Policy Config Response 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.
- cloud
Run CloudConfig Run Config Response Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config
Connector ConfigConfig Connector Config Response Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns
Cache DnsConfig Cache Config Response Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce
Persistent GceDisk Csi Driver Config Persistent Disk Csi Driver Config Response Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp
Filestore GcpCsi Driver Config Filestore Csi Driver Config Response Configuration for the GCP Filestore CSI driver.
- gcs
Fuse GcsCsi Driver Config Fuse Csi Driver Config Response Configuration for the Cloud Storage Fuse CSI driver.
- gke
Backup GkeAgent Config Backup Agent Config Response Configuration for the Backup for GKE agent addon.
- horizontal
Pod HorizontalAutoscaling Pod Autoscaling Response 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.
- http
Load HttpBalancing Load Balancing Response Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio
Config IstioConfig Response Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm
Config KalmConfig Response Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes
Dashboard KubernetesDashboard Response 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
- network
Policy NetworkConfig Policy Config Response 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.
- cloud
Run CloudConfig Run Config Response Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config
Connector ConfigConfig Connector Config Response Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns
Cache DnsConfig Cache Config Response Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce
Persistent GceDisk Csi Driver Config Persistent Disk Csi Driver Config Response Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp
Filestore GcpCsi Driver Config Filestore Csi Driver Config Response Configuration for the GCP Filestore CSI driver.
- gcs
Fuse GcsCsi Driver Config Fuse Csi Driver Config Response Configuration for the Cloud Storage Fuse CSI driver.
- gke
Backup GkeAgent Config Backup Agent Config Response Configuration for the Backup for GKE agent addon.
- horizontal
Pod HorizontalAutoscaling Pod Autoscaling Response 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.
- http
Load HttpBalancing Load Balancing Response Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio
Config IstioConfig Response Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm
Config KalmConfig Response Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes
Dashboard KubernetesDashboard Response 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
- network
Policy NetworkConfig Policy Config Response 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.
- cloud_
run_ Cloudconfig Run Config Response Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config_
connector_ Configconfig Connector Config Response Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns_
cache_ Dnsconfig Cache Config Response Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce_
persistent_ Gcedisk_ csi_ driver_ config Persistent Disk Csi Driver Config Response Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp_
filestore_ Gcpcsi_ driver_ config Filestore Csi Driver Config Response Configuration for the GCP Filestore CSI driver.
- gcs_
fuse_ Gcscsi_ driver_ config Fuse Csi Driver Config Response Configuration for the Cloud Storage Fuse CSI driver.
- gke_
backup_ Gkeagent_ config Backup Agent Config Response Configuration for the Backup for GKE agent addon.
- horizontal_
pod_ Horizontalautoscaling Pod Autoscaling Response 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.
- http_
load_ Httpbalancing Load Balancing Response Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio_
config IstioConfig Response Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm_
config KalmConfig Response Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes_
dashboard KubernetesDashboard Response 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
- network_
policy_ Networkconfig Policy Config Response 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.
- cloud
Run Property MapConfig Configuration for the Cloud Run addon. The
IstioConfig
addon must be enabled in order to enable Cloud Run addon. This option can only be enabled at cluster creation time.- config
Connector Property MapConfig Configuration for the ConfigConnector add-on, a Kubernetes extension to manage hosted GCP services through the Kubernetes API
- dns
Cache Property MapConfig Configuration for NodeLocalDNS, a dns cache running on cluster nodes
- gce
Persistent Property MapDisk Csi Driver Config Configuration for the Compute Engine Persistent Disk CSI driver.
- gcp
Filestore Property MapCsi Driver Config Configuration for the GCP Filestore CSI driver.
- gcs
Fuse Property MapCsi Driver Config Configuration for the Cloud Storage Fuse CSI driver.
- gke
Backup Property MapAgent Config Configuration for the Backup for GKE agent addon.
- horizontal
Pod Property MapAutoscaling 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.
- http
Load Property MapBalancing Configuration for the HTTP (L7) load balancing controller addon, which makes it easy to set up HTTP load balancers for services in a cluster.
- istio
Config Property Map Configuration for Istio, an open platform to connect, manage, and secure microservices.
- kalm
Config Property Map Configuration for the KALM addon, which manages the lifecycle of k8s applications.
- kubernetes
Dashboard Property Map 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
- network
Policy Property MapConfig 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.
AdvancedDatapathObservabilityConfig, AdvancedDatapathObservabilityConfigArgs
- Enable
Metrics bool Expose flow metrics on nodes
- Relay
Mode Pulumi.Google Native. Container. V1Beta1. Advanced Datapath Observability Config Relay Mode Method used to make Relay available
- Enable
Metrics bool Expose flow metrics on nodes
- Relay
Mode AdvancedDatapath Observability Config Relay Mode Method used to make Relay available
- enable
Metrics Boolean Expose flow metrics on nodes
- relay
Mode AdvancedDatapath Observability Config Relay Mode Method used to make Relay available
- enable
Metrics boolean Expose flow metrics on nodes
- relay
Mode AdvancedDatapath Observability Config Relay Mode Method used to make Relay available
- enable_
metrics bool Expose flow metrics on nodes
- relay_
mode AdvancedDatapath Observability Config Relay Mode Method used to make Relay available
- enable
Metrics Boolean Expose flow metrics on nodes
- relay
Mode "RELAY_MODE_UNSPECIFIED" | "DISABLED" | "INTERNAL_VPC_LB" | "EXTERNAL_LB" Method used to make Relay available
AdvancedDatapathObservabilityConfigRelayMode, AdvancedDatapathObservabilityConfigRelayModeArgs
- Relay
Mode Unspecified - RELAY_MODE_UNSPECIFIED
Default value. This shouldn't be used.
- Disabled
- DISABLED
disabled
- Internal
Vpc Lb - INTERNAL_VPC_LB
exposed via internal load balancer
- External
Lb - EXTERNAL_LB
exposed via external load balancer
- Advanced
Datapath Observability Config Relay Mode Relay Mode Unspecified - RELAY_MODE_UNSPECIFIED
Default value. This shouldn't be used.
- Advanced
Datapath Observability Config Relay Mode Disabled - DISABLED
disabled
- Advanced
Datapath Observability Config Relay Mode Internal Vpc Lb - INTERNAL_VPC_LB
exposed via internal load balancer
- Advanced
Datapath Observability Config Relay Mode External Lb - EXTERNAL_LB
exposed via external load balancer
- Relay
Mode Unspecified - RELAY_MODE_UNSPECIFIED
Default value. This shouldn't be used.
- Disabled
- DISABLED
disabled
- Internal
Vpc Lb - INTERNAL_VPC_LB
exposed via internal load balancer
- External
Lb - EXTERNAL_LB
exposed via external load balancer
- Relay
Mode Unspecified - RELAY_MODE_UNSPECIFIED
Default value. This shouldn't be used.
- Disabled
- DISABLED
disabled
- Internal
Vpc Lb - INTERNAL_VPC_LB
exposed via internal load balancer
- External
Lb - EXTERNAL_LB
exposed via external load balancer
- RELAY_MODE_UNSPECIFIED
- RELAY_MODE_UNSPECIFIED
Default value. This shouldn't be used.
- DISABLED
- DISABLED
disabled
- INTERNAL_VPC_LB
- INTERNAL_VPC_LB
exposed via internal load balancer
- EXTERNAL_LB
- EXTERNAL_LB
exposed via external load balancer
- "RELAY_MODE_UNSPECIFIED"
- RELAY_MODE_UNSPECIFIED
Default value. This shouldn't be used.
- "DISABLED"
- DISABLED
disabled
- "INTERNAL_VPC_LB"
- INTERNAL_VPC_LB
exposed via internal load balancer
- "EXTERNAL_LB"
- EXTERNAL_LB
exposed via external load balancer
AdvancedDatapathObservabilityConfigResponse, AdvancedDatapathObservabilityConfigResponseArgs
- Enable
Metrics bool Expose flow metrics on nodes
- Relay
Mode string Method used to make Relay available
- Enable
Metrics bool Expose flow metrics on nodes
- Relay
Mode string Method used to make Relay available
- enable
Metrics Boolean Expose flow metrics on nodes
- relay
Mode String Method used to make Relay available
- enable
Metrics boolean Expose flow metrics on nodes
- relay
Mode string Method used to make Relay available
- enable_
metrics bool Expose flow metrics on nodes
- relay_
mode str Method used to make Relay available
- enable
Metrics Boolean Expose flow metrics on nodes
- relay
Mode String Method used to make Relay available
AdvancedMachineFeatures, AdvancedMachineFeaturesArgs
- Threads
Per stringCore 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.
- Threads
Per stringCore 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.
- threads
Per StringCore 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.
- threads
Per stringCore 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.
- threads_
per_ strcore 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.
- threads
Per StringCore 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.
AdvancedMachineFeaturesResponse, AdvancedMachineFeaturesResponseArgs
- Threads
Per stringCore 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.
- Threads
Per stringCore 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.
- threads
Per StringCore 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.
- threads
Per stringCore 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.
- threads_
per_ strcore 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.
- threads
Per StringCore 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.
AuthenticatorGroupsConfig, AuthenticatorGroupsConfigArgs
- Enabled bool
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- Security
Group string The name of the security group-of-groups to be used. Only relevant if enabled = true.
- Enabled bool
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- Security
Group string The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled Boolean
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security
Group String The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled boolean
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security
Group string The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled bool
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security_
group str The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled Boolean
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security
Group String The name of the security group-of-groups to be used. Only relevant if enabled = true.
AuthenticatorGroupsConfigResponse, AuthenticatorGroupsConfigResponseArgs
- Enabled bool
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- Security
Group string The name of the security group-of-groups to be used. Only relevant if enabled = true.
- Enabled bool
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- Security
Group string The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled Boolean
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security
Group String The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled boolean
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security
Group string The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled bool
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security_
group str The name of the security group-of-groups to be used. Only relevant if enabled = true.
- enabled Boolean
Whether this cluster should return group membership lookups during authentication using a group of security groups.
- security
Group String The name of the security group-of-groups to be used. Only relevant if enabled = true.
AutoUpgradeOptionsResponse, AutoUpgradeOptionsResponseArgs
- Auto
Upgrade stringStart Time [Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
- Description string
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
- Auto
Upgrade stringStart Time [Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
- Description string
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
- auto
Upgrade StringStart Time [Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
- description String
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
- auto
Upgrade stringStart Time [Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
- description string
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
- auto_
upgrade_ strstart_ time [Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
- description str
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
- auto
Upgrade StringStart Time [Output only] This field is set when upgrades are about to commence with the approximate start time for the upgrades, in RFC3339 text format.
- description String
[Output only] This field is set when upgrades are about to commence with the description of the upgrade.
Autopilot, AutopilotArgs
- Conversion
Status Pulumi.Google Native. Container. V1Beta1. Inputs. Autopilot Conversion Status ConversionStatus shows conversion status.
- Enabled bool
Enable Autopilot
- Workload
Policy Pulumi.Config Google Native. Container. V1Beta1. Inputs. Workload Policy Config Workload policy configuration for Autopilot.
- Conversion
Status AutopilotConversion Status ConversionStatus shows conversion status.
- Enabled bool
Enable Autopilot
- Workload
Policy WorkloadConfig Policy Config Workload policy configuration for Autopilot.
- conversion
Status AutopilotConversion Status ConversionStatus shows conversion status.
- enabled Boolean
Enable Autopilot
- workload
Policy WorkloadConfig Policy Config Workload policy configuration for Autopilot.
- conversion
Status AutopilotConversion Status ConversionStatus shows conversion status.
- enabled boolean
Enable Autopilot
- workload
Policy WorkloadConfig Policy Config Workload policy configuration for Autopilot.
- conversion_
status AutopilotConversion Status ConversionStatus shows conversion status.
- enabled bool
Enable Autopilot
- workload_
policy_ Workloadconfig Policy Config Workload policy configuration for Autopilot.
- conversion
Status Property Map ConversionStatus shows conversion status.
- enabled Boolean
Enable Autopilot
- workload
Policy Property MapConfig Workload policy configuration for Autopilot.
AutopilotConversionStatusResponse, AutopilotConversionStatusResponseArgs
- State string
The current state of the conversion.
- State string
The current state of the conversion.
- state String
The current state of the conversion.
- state string
The current state of the conversion.
- state str
The current state of the conversion.
- state String
The current state of the conversion.
AutopilotResponse, AutopilotResponseArgs
- Conversion
Status Pulumi.Google Native. Container. V1Beta1. Inputs. Autopilot Conversion Status Response ConversionStatus shows conversion status.
- Enabled bool
Enable Autopilot
- Workload
Policy Pulumi.Config Google Native. Container. V1Beta1. Inputs. Workload Policy Config Response Workload policy configuration for Autopilot.
- Conversion
Status AutopilotConversion Status Response ConversionStatus shows conversion status.
- Enabled bool
Enable Autopilot
- Workload
Policy WorkloadConfig Policy Config Response Workload policy configuration for Autopilot.
- conversion
Status AutopilotConversion Status Response ConversionStatus shows conversion status.
- enabled Boolean
Enable Autopilot
- workload
Policy WorkloadConfig Policy Config Response Workload policy configuration for Autopilot.
- conversion
Status AutopilotConversion Status Response ConversionStatus shows conversion status.
- enabled boolean
Enable Autopilot
- workload
Policy WorkloadConfig Policy Config Response Workload policy configuration for Autopilot.
- conversion_
status AutopilotConversion Status Response ConversionStatus shows conversion status.
- enabled bool
Enable Autopilot
- workload_
policy_ Workloadconfig Policy Config Response Workload policy configuration for Autopilot.
- conversion
Status Property Map ConversionStatus shows conversion status.
- enabled Boolean
Enable Autopilot
- workload
Policy Property MapConfig Workload policy configuration for Autopilot.
AutoprovisioningNodePoolDefaults, AutoprovisioningNodePoolDefaultsArgs
- Boot
Disk stringKms Key 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
- Disk
Size intGb 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.
- Disk
Type string 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'
- Image
Type string 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.
- Insecure
Kubelet boolReadonly Port Enabled Enable or disable Kubelet read only port.
- Management
Pulumi.
Google Native. Container. V1Beta1. Inputs. Node Management NodeManagement configuration for this NodePool.
- Min
Cpu stringPlatform 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. 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.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. 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.- Oauth
Scopes List<string> 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- Service
Account string 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.
- Shielded
Instance Pulumi.Config Google Native. Container. V1Beta1. Inputs. Shielded Instance Config Shielded Instance options.
- Upgrade
Settings Pulumi.Google Native. Container. V1Beta1. Inputs. Upgrade Settings Upgrade settings control disruption and speed of the upgrade.
- Boot
Disk stringKms Key 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
- Disk
Size intGb 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.
- Disk
Type string 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'
- Image
Type string 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.
- Insecure
Kubelet boolReadonly Port Enabled Enable or disable Kubelet read only port.
- Management
Node
Management NodeManagement configuration for this NodePool.
- Min
Cpu stringPlatform 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. 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.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. 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.- Oauth
Scopes []string 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- Service
Account string 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.
- Shielded
Instance ShieldedConfig Instance Config Shielded Instance options.
- Upgrade
Settings UpgradeSettings Upgrade settings control disruption and speed of the upgrade.
- boot
Disk StringKms Key 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
- disk
Size IntegerGb 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.
- disk
Type String 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'
- image
Type String 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.
- insecure
Kubelet BooleanReadonly Port Enabled Enable or disable Kubelet read only port.
- management
Node
Management NodeManagement configuration for this NodePool.
- min
Cpu StringPlatform 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. 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.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. 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.- oauth
Scopes List<String> 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service
Account String 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.
- shielded
Instance ShieldedConfig Instance Config Shielded Instance options.
- upgrade
Settings UpgradeSettings Upgrade settings control disruption and speed of the upgrade.
- boot
Disk stringKms Key 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
- disk
Size numberGb 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.
- disk
Type string 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'
- image
Type string 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.
- insecure
Kubelet booleanReadonly Port Enabled Enable or disable Kubelet read only port.
- management
Node
Management NodeManagement configuration for this NodePool.
- min
Cpu stringPlatform 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. 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.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. 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.- oauth
Scopes string[] 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service
Account string 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.
- shielded
Instance ShieldedConfig Instance Config Shielded Instance options.
- upgrade
Settings UpgradeSettings Upgrade settings control disruption and speed of the upgrade.
- boot_
disk_ strkms_ key 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
- disk_
size_ intgb 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.
- disk_
type str 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'
- image_
type str 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.
- insecure_
kubelet_ boolreadonly_ port_ enabled Enable or disable Kubelet read only port.
- management
Node
Management NodeManagement configuration for this NodePool.
- min_
cpu_ strplatform 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. 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.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. 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.- oauth_
scopes Sequence[str] 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service_
account str 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.
- shielded_
instance_ Shieldedconfig Instance Config Shielded Instance options.
- upgrade_
settings UpgradeSettings Upgrade settings control disruption and speed of the upgrade.
- boot
Disk StringKms Key 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
- disk
Size NumberGb 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.
- disk
Type String 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'
- image
Type String 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.
- insecure
Kubelet BooleanReadonly Port Enabled Enable or disable Kubelet read only port.
- management Property Map
NodeManagement configuration for this NodePool.
- min
Cpu StringPlatform 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. 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.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. 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.- oauth
Scopes List<String> 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service
Account String 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.
- shielded
Instance Property MapConfig Shielded Instance options.
- upgrade
Settings Property Map Upgrade settings control disruption and speed of the upgrade.
AutoprovisioningNodePoolDefaultsResponse, AutoprovisioningNodePoolDefaultsResponseArgs
- Boot
Disk stringKms Key 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
- Disk
Size intGb 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.
- Disk
Type string 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'
- Image
Type string 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.
- Insecure
Kubelet boolReadonly Port Enabled Enable or disable Kubelet read only port.
- Management
Pulumi.
Google Native. Container. V1Beta1. Inputs. Node Management Response NodeManagement configuration for this NodePool.
- Min
Cpu stringPlatform 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. 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.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. 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.- Oauth
Scopes List<string> 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- Service
Account string 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.
- Shielded
Instance Pulumi.Config Google Native. Container. V1Beta1. Inputs. Shielded Instance Config Response Shielded Instance options.
- Upgrade
Settings Pulumi.Google Native. Container. V1Beta1. Inputs. Upgrade Settings Response Upgrade settings control disruption and speed of the upgrade.
- Boot
Disk stringKms Key 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
- Disk
Size intGb 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.
- Disk
Type string 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'
- Image
Type string 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.
- Insecure
Kubelet boolReadonly Port Enabled Enable or disable Kubelet read only port.
- Management
Node
Management Response NodeManagement configuration for this NodePool.
- Min
Cpu stringPlatform 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. 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.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. 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.- Oauth
Scopes []string 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- Service
Account string 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.
- Shielded
Instance ShieldedConfig Instance Config Response Shielded Instance options.
- Upgrade
Settings UpgradeSettings Response Upgrade settings control disruption and speed of the upgrade.
- boot
Disk StringKms Key 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
- disk
Size IntegerGb 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.
- disk
Type String 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'
- image
Type String 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.
- insecure
Kubelet BooleanReadonly Port Enabled Enable or disable Kubelet read only port.
- management
Node
Management Response NodeManagement configuration for this NodePool.
- min
Cpu StringPlatform 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. 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.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. 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.- oauth
Scopes List<String> 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service
Account String 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.
- shielded
Instance ShieldedConfig Instance Config Response Shielded Instance options.
- upgrade
Settings UpgradeSettings Response Upgrade settings control disruption and speed of the upgrade.
- boot
Disk stringKms Key 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
- disk
Size numberGb 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.
- disk
Type string 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'
- image
Type string 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.
- insecure
Kubelet booleanReadonly Port Enabled Enable or disable Kubelet read only port.
- management
Node
Management Response NodeManagement configuration for this NodePool.
- min
Cpu stringPlatform 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. 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.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. 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.- oauth
Scopes string[] 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service
Account string 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.
- shielded
Instance ShieldedConfig Instance Config Response Shielded Instance options.
- upgrade
Settings UpgradeSettings Response Upgrade settings control disruption and speed of the upgrade.
- boot_
disk_ strkms_ key 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
- disk_
size_ intgb 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.
- disk_
type str 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'
- image_
type str 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.
- insecure_
kubelet_ boolreadonly_ port_ enabled Enable or disable Kubelet read only port.
- management
Node
Management Response NodeManagement configuration for this NodePool.
- min_
cpu_ strplatform 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. 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.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. 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.- oauth_
scopes Sequence[str] 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service_
account str 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.
- shielded_
instance_ Shieldedconfig Instance Config Response Shielded Instance options.
- upgrade_
settings UpgradeSettings Response Upgrade settings control disruption and speed of the upgrade.
- boot
Disk StringKms Key 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
- disk
Size NumberGb 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.
- disk
Type String 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'
- image
Type String 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.
- insecure
Kubelet BooleanReadonly Port Enabled Enable or disable Kubelet read only port.
- management Property Map
NodeManagement configuration for this NodePool.
- min
Cpu StringPlatform 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. 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.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. 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.- oauth
Scopes List<String> 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 Google Container Registry). If unspecified, no scopes are added, unless Cloud Logging or Cloud Monitoring are enabled, in which case their required scopes will be added.- service
Account String 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.
- shielded
Instance Property MapConfig Shielded Instance options.
- upgrade
Settings Property Map Upgrade settings control disruption and speed of the upgrade.
BestEffortProvisioning, BestEffortProvisioningArgs
- Enabled bool
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
- Min
Provision intNodes 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.
- Enabled bool
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
- Min
Provision intNodes 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.
- enabled Boolean
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
- min
Provision IntegerNodes 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.
- enabled boolean
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
- min
Provision numberNodes 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.
- enabled bool
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
- min_
provision_ intnodes 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.
- enabled Boolean
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
- min
Provision NumberNodes 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.
BestEffortProvisioningResponse, BestEffortProvisioningResponseArgs
- Enabled bool
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
- Min
Provision intNodes 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.
- Enabled bool
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
- Min
Provision intNodes 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.
- enabled Boolean
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
- min
Provision IntegerNodes 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.
- enabled boolean
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
- min
Provision numberNodes 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.
- enabled bool
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
- min_
provision_ intnodes 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.
- enabled Boolean
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
- min
Provision NumberNodes 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.
BigQueryDestination, BigQueryDestinationArgs
- Dataset
Id string The ID of a BigQuery Dataset.
- Dataset
Id string The ID of a BigQuery Dataset.
- dataset
Id String The ID of a BigQuery Dataset.
- dataset
Id string The ID of a BigQuery Dataset.
- dataset_
id str The ID of a BigQuery Dataset.
- dataset
Id String The ID of a BigQuery Dataset.
BigQueryDestinationResponse, BigQueryDestinationResponseArgs
- Dataset
Id string The ID of a BigQuery Dataset.
- Dataset
Id string The ID of a BigQuery Dataset.
- dataset
Id String The ID of a BigQuery Dataset.
- dataset
Id string The ID of a BigQuery Dataset.
- dataset_
id str The ID of a BigQuery Dataset.
- dataset
Id String The ID of a BigQuery Dataset.
BinaryAuthorization, BinaryAuthorizationArgs
- Enabled bool
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.
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.
- Evaluation
Mode Pulumi.Google Native. Container. V1Beta1. Binary Authorization Evaluation Mode Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- Policy
Bindings List<Pulumi.Google Native. Container. V1Beta1. Inputs. Policy Binding> Optional. Binauthz policies that apply to this cluster.
- Enabled bool
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.
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.
- Evaluation
Mode BinaryAuthorization Evaluation Mode Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- Policy
Bindings []PolicyBinding Optional. Binauthz policies that apply to this cluster.
- enabled Boolean
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.
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.
- evaluation
Mode BinaryAuthorization Evaluation Mode Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy
Bindings List<PolicyBinding> Optional. Binauthz policies that apply to this cluster.
- enabled boolean
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.
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.
- evaluation
Mode BinaryAuthorization Evaluation Mode Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy
Bindings PolicyBinding[] Optional. Binauthz policies that apply to this cluster.
- enabled bool
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.
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.
- evaluation_
mode BinaryAuthorization Evaluation Mode Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy_
bindings Sequence[PolicyBinding] Optional. Binauthz policies that apply to this cluster.
- enabled Boolean
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.
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.
- evaluation
Mode "EVALUATION_MODE_UNSPECIFIED" | "DISABLED" | "PROJECT_SINGLETON_POLICY_ENFORCE" | "POLICY_BINDINGS" | "POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE" Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy
Bindings List<Property Map> Optional. Binauthz policies that apply to this cluster.
BinaryAuthorizationEvaluationMode, BinaryAuthorizationEvaluationModeArgs
- Evaluation
Mode Unspecified - EVALUATION_MODE_UNSPECIFIED
Default value
- Disabled
- DISABLED
Disable BinaryAuthorization
- Project
Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCE
Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.
- Policy
Bindings - POLICY_BINDINGS
Use Binary Authorization with the policies specified in policy_bindings.
- Policy
Bindings And Project Singleton Policy Enforce - POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE
Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.
- Binary
Authorization Evaluation Mode Evaluation Mode Unspecified - EVALUATION_MODE_UNSPECIFIED
Default value
- Binary
Authorization Evaluation Mode Disabled - DISABLED
Disable BinaryAuthorization
- Binary
Authorization Evaluation Mode Project Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCE
Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.
- Binary
Authorization Evaluation Mode Policy Bindings - POLICY_BINDINGS
Use Binary Authorization with the policies specified in policy_bindings.
- Binary
Authorization Evaluation Mode Policy Bindings And Project Singleton Policy Enforce - POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE
Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.
- Evaluation
Mode Unspecified - EVALUATION_MODE_UNSPECIFIED
Default value
- Disabled
- DISABLED
Disable BinaryAuthorization
- Project
Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCE
Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.
- Policy
Bindings - POLICY_BINDINGS
Use Binary Authorization with the policies specified in policy_bindings.
- Policy
Bindings And Project Singleton Policy Enforce - POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE
Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.
- Evaluation
Mode Unspecified - EVALUATION_MODE_UNSPECIFIED
Default value
- Disabled
- DISABLED
Disable BinaryAuthorization
- Project
Singleton Policy Enforce - PROJECT_SINGLETON_POLICY_ENFORCE
Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.
- Policy
Bindings - POLICY_BINDINGS
Use Binary Authorization with the policies specified in policy_bindings.
- Policy
Bindings And Project Singleton Policy Enforce - POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE
Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.
- EVALUATION_MODE_UNSPECIFIED
- EVALUATION_MODE_UNSPECIFIED
Default value
- DISABLED
- DISABLED
Disable BinaryAuthorization
- PROJECT_SINGLETON_POLICY_ENFORCE
- PROJECT_SINGLETON_POLICY_ENFORCE
Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.
- POLICY_BINDINGS
- POLICY_BINDINGS
Use Binary Authorization with the policies specified in policy_bindings.
- POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE
- POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE
Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.
- "EVALUATION_MODE_UNSPECIFIED"
- EVALUATION_MODE_UNSPECIFIED
Default value
- "DISABLED"
- DISABLED
Disable BinaryAuthorization
- "PROJECT_SINGLETON_POLICY_ENFORCE"
- PROJECT_SINGLETON_POLICY_ENFORCE
Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.
- "POLICY_BINDINGS"
- POLICY_BINDINGS
Use Binary Authorization with the policies specified in policy_bindings.
- "POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE"
- POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE
Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.
BinaryAuthorizationResponse, BinaryAuthorizationResponseArgs
- Enabled bool
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.
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.
- Evaluation
Mode string Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- Policy
Bindings List<Pulumi.Google Native. Container. V1Beta1. Inputs. Policy Binding Response> Optional. Binauthz policies that apply to this cluster.
- Enabled bool
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.
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.
- Evaluation
Mode string Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- Policy
Bindings []PolicyBinding Response Optional. Binauthz policies that apply to this cluster.
- enabled Boolean
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.
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.
- evaluation
Mode String Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy
Bindings List<PolicyBinding Response> Optional. Binauthz policies that apply to this cluster.
- enabled boolean
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.
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.
- evaluation
Mode string Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy
Bindings PolicyBinding Response[] Optional. Binauthz policies that apply to this cluster.
- enabled bool
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.
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.
- evaluation_
mode str Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy_
bindings Sequence[PolicyBinding Response] Optional. Binauthz policies that apply to this cluster.
- enabled Boolean
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.
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.
- evaluation
Mode String Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- policy
Bindings List<Property Map> Optional. Binauthz policies that apply to this cluster.
BlueGreenInfoResponse, BlueGreenInfoResponseArgs
- Blue
Instance List<string>Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.
- Blue
Pool stringDeletion Start Time Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
- Green
Instance List<string>Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.
- Green
Pool stringVersion Version of green pool.
- Phase string
Current blue-green upgrade phase.
- Blue
Instance []stringGroup Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.
- Blue
Pool stringDeletion Start Time Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
- Green
Instance []stringGroup Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.
- Green
Pool stringVersion Version of green pool.
- Phase string
Current blue-green upgrade phase.
- blue
Instance List<String>Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.
- blue
Pool StringDeletion Start Time Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
- green
Instance List<String>Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.
- green
Pool StringVersion Version of green pool.
- phase String
Current blue-green upgrade phase.
- blue
Instance string[]Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.
- blue
Pool stringDeletion Start Time Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
- green
Instance string[]Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.
- green
Pool stringVersion Version of green pool.
- phase string
Current blue-green upgrade phase.
- blue_
instance_ Sequence[str]group_ urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.
- blue_
pool_ strdeletion_ start_ time Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
- green_
instance_ Sequence[str]group_ urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.
- green_
pool_ strversion Version of green pool.
- phase str
Current blue-green upgrade phase.
- blue
Instance List<String>Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with blue pool.
- blue
Pool StringDeletion Start Time Time to start deleting blue pool to complete blue-green upgrade, in RFC3339 text format.
- green
Instance List<String>Group Urls The resource URLs of the [managed instance groups] (/compute/docs/instance-groups/creating-groups-of-managed-instances) associated with green pool.
- green
Pool StringVersion Version of green pool.
- phase String
Current blue-green upgrade phase.
BlueGreenSettings, BlueGreenSettingsArgs
- Node
Pool stringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- Standard
Rollout Pulumi.Policy Google Native. Container. V1Beta1. Inputs. Standard Rollout Policy Standard policy for the blue-green upgrade.
- Node
Pool stringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- Standard
Rollout StandardPolicy Rollout Policy Standard policy for the blue-green upgrade.
- node
Pool StringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard
Rollout StandardPolicy Rollout Policy Standard policy for the blue-green upgrade.
- node
Pool stringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard
Rollout StandardPolicy Rollout Policy Standard policy for the blue-green upgrade.
- node_
pool_ strsoak_ duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard_
rollout_ Standardpolicy Rollout Policy Standard policy for the blue-green upgrade.
- node
Pool StringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard
Rollout Property MapPolicy Standard policy for the blue-green upgrade.
BlueGreenSettingsResponse, BlueGreenSettingsResponseArgs
- Node
Pool stringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- Standard
Rollout Pulumi.Policy Google Native. Container. V1Beta1. Inputs. Standard Rollout Policy Response Standard policy for the blue-green upgrade.
- Node
Pool stringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- Standard
Rollout StandardPolicy Rollout Policy Response Standard policy for the blue-green upgrade.
- node
Pool StringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard
Rollout StandardPolicy Rollout Policy Response Standard policy for the blue-green upgrade.
- node
Pool stringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard
Rollout StandardPolicy Rollout Policy Response Standard policy for the blue-green upgrade.
- node_
pool_ strsoak_ duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard_
rollout_ Standardpolicy Rollout Policy Response Standard policy for the blue-green upgrade.
- node
Pool StringSoak Duration Time needed after draining entire blue pool. After this period, blue pool will be cleaned up.
- standard
Rollout Property MapPolicy Standard policy for the blue-green upgrade.
CidrBlock, CidrBlockArgs
- Cidr
Block string cidr_block must be specified in CIDR notation.
- Display
Name string display_name is an optional field for users to identify CIDR blocks.
- Cidr
Block string cidr_block must be specified in CIDR notation.
- Display
Name string display_name is an optional field for users to identify CIDR blocks.
- cidr
Block String cidr_block must be specified in CIDR notation.
- display
Name String display_name is an optional field for users to identify CIDR blocks.
- cidr
Block string cidr_block must be specified in CIDR notation.
- display
Name string display_name is an optional field for users to identify CIDR blocks.
- cidr_
block str cidr_block must be specified in CIDR notation.
- display_
name str display_name is an optional field for users to identify CIDR blocks.
- cidr
Block String cidr_block must be specified in CIDR notation.
- display
Name String display_name is an optional field for users to identify CIDR blocks.
CidrBlockResponse, CidrBlockResponseArgs
- Cidr
Block string cidr_block must be specified in CIDR notation.
- Display
Name string display_name is an optional field for users to identify CIDR blocks.
- Cidr
Block string cidr_block must be specified in CIDR notation.
- Display
Name string display_name is an optional field for users to identify CIDR blocks.
- cidr
Block String cidr_block must be specified in CIDR notation.
- display
Name String display_name is an optional field for users to identify CIDR blocks.
- cidr
Block string cidr_block must be specified in CIDR notation.
- display
Name string display_name is an optional field for users to identify CIDR blocks.
- cidr_
block str cidr_block must be specified in CIDR notation.
- display_
name str display_name is an optional field for users to identify CIDR blocks.
- cidr
Block String cidr_block must be specified in CIDR notation.
- display
Name String display_name is an optional field for users to identify CIDR blocks.
ClientCertificateConfig, ClientCertificateConfigArgs
- Issue
Client boolCertificate Issue a client certificate.
- Issue
Client boolCertificate Issue a client certificate.
- issue
Client BooleanCertificate Issue a client certificate.
- issue
Client booleanCertificate Issue a client certificate.
- issue_
client_ boolcertificate Issue a client certificate.
- issue
Client BooleanCertificate Issue a client certificate.
ClientCertificateConfigResponse, ClientCertificateConfigResponseArgs
- Issue
Client boolCertificate Issue a client certificate.
- Issue
Client boolCertificate Issue a client certificate.
- issue
Client BooleanCertificate Issue a client certificate.
- issue
Client booleanCertificate Issue a client certificate.
- issue_
client_ boolcertificate Issue a client certificate.
- issue
Client BooleanCertificate Issue a client certificate.
CloudRunConfig, CloudRunConfigArgs
- Disabled bool
Whether Cloud Run addon is enabled for this cluster.
- Load
Balancer Pulumi.Type Google Native. Container. V1Beta1. Cloud Run Config Load Balancer Type Which load balancer type is installed for Cloud Run.
- Disabled bool
Whether Cloud Run addon is enabled for this cluster.
- Load
Balancer CloudType Run Config Load Balancer Type Which load balancer type is installed for Cloud Run.
- disabled Boolean
Whether Cloud Run addon is enabled for this cluster.
- load
Balancer CloudType Run Config Load Balancer Type Which load balancer type is installed for Cloud Run.
- disabled boolean
Whether Cloud Run addon is enabled for this cluster.
- load
Balancer CloudType Run Config Load Balancer Type Which load balancer type is installed for Cloud Run.
- disabled bool
Whether Cloud Run addon is enabled for this cluster.
- load_
balancer_ Cloudtype Run Config Load Balancer Type Which load balancer type is installed for Cloud Run.
- disabled Boolean
Whether Cloud Run addon is enabled for this cluster.
- load
Balancer "LOAD_BALANCER_TYPE_UNSPECIFIED" | "LOAD_BALANCER_TYPE_EXTERNAL" | "LOAD_BALANCER_TYPE_INTERNAL"Type Which load balancer type is installed for Cloud Run.
CloudRunConfigLoadBalancerType, CloudRunConfigLoadBalancerTypeArgs
- Load
Balancer Type Unspecified - LOAD_BALANCER_TYPE_UNSPECIFIED
Load balancer type for Cloud Run is unspecified.
- Load
Balancer Type External - LOAD_BALANCER_TYPE_EXTERNAL
Install external load balancer for Cloud Run.
- Load
Balancer Type Internal - LOAD_BALANCER_TYPE_INTERNAL
Install internal load balancer for Cloud Run.
- Cloud
Run Config Load Balancer Type Load Balancer Type Unspecified - LOAD_BALANCER_TYPE_UNSPECIFIED
Load balancer type for Cloud Run is unspecified.
- Cloud
Run Config Load Balancer Type Load Balancer Type External - LOAD_BALANCER_TYPE_EXTERNAL
Install external load balancer for Cloud Run.
- Cloud
Run Config Load Balancer Type Load Balancer Type Internal - LOAD_BALANCER_TYPE_INTERNAL
Install internal load balancer for Cloud Run.
- Load
Balancer Type Unspecified - LOAD_BALANCER_TYPE_UNSPECIFIED
Load balancer type for Cloud Run is unspecified.
- Load
Balancer Type External - LOAD_BALANCER_TYPE_EXTERNAL
Install external load balancer for Cloud Run.
- Load
Balancer Type Internal - LOAD_BALANCER_TYPE_INTERNAL
Install internal load balancer for Cloud Run.
- Load
Balancer Type Unspecified - LOAD_BALANCER_TYPE_UNSPECIFIED
Load balancer type for Cloud Run is unspecified.
- Load
Balancer Type External - LOAD_BALANCER_TYPE_EXTERNAL
Install external load balancer for Cloud Run.
- Load
Balancer Type Internal - LOAD_BALANCER_TYPE_INTERNAL
Install internal load balancer for Cloud Run.
- LOAD_BALANCER_TYPE_UNSPECIFIED
- LOAD_BALANCER_TYPE_UNSPECIFIED
Load balancer type for Cloud Run is unspecified.
- LOAD_BALANCER_TYPE_EXTERNAL
- LOAD_BALANCER_TYPE_EXTERNAL
Install external load balancer for Cloud Run.
- LOAD_BALANCER_TYPE_INTERNAL
- LOAD_BALANCER_TYPE_INTERNAL
Install internal load balancer for Cloud Run.
- "LOAD_BALANCER_TYPE_UNSPECIFIED"
- LOAD_BALANCER_TYPE_UNSPECIFIED
Load balancer type for Cloud Run is unspecified.
- "LOAD_BALANCER_TYPE_EXTERNAL"
- LOAD_BALANCER_TYPE_EXTERNAL
Install external load balancer for Cloud Run.
- "LOAD_BALANCER_TYPE_INTERNAL"
- LOAD_BALANCER_TYPE_INTERNAL
Install internal load balancer for Cloud Run.
CloudRunConfigResponse, CloudRunConfigResponseArgs
- Disabled bool
Whether Cloud Run addon is enabled for this cluster.
- Load
Balancer stringType Which load balancer type is installed for Cloud Run.
- Disabled bool
Whether Cloud Run addon is enabled for this cluster.
- Load
Balancer stringType Which load balancer type is installed for Cloud Run.
- disabled Boolean
Whether Cloud Run addon is enabled for this cluster.
- load
Balancer StringType Which load balancer type is installed for Cloud Run.
- disabled boolean
Whether Cloud Run addon is enabled for this cluster.
- load
Balancer stringType Which load balancer type is installed for Cloud Run.
- disabled bool
Whether Cloud Run addon is enabled for this cluster.
- load_
balancer_ strtype Which load balancer type is installed for Cloud Run.
- disabled Boolean
Whether Cloud Run addon is enabled for this cluster.
- load
Balancer StringType Which load balancer type is installed for Cloud Run.
ClusterAutoscaling, ClusterAutoscalingArgs
- Autoprovisioning
Locations List<string> The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- Autoprovisioning
Node Pulumi.Pool Defaults Google Native. Container. V1Beta1. Inputs. Autoprovisioning Node Pool Defaults AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- Autoscaling
Profile Pulumi.Google Native. Container. V1Beta1. Cluster Autoscaling Autoscaling Profile Defines autoscaling behaviour.
- Enable
Node boolAutoprovisioning Enables automatic node pool creation and deletion.
- Resource
Limits List<Pulumi.Google Native. Container. V1Beta1. Inputs. Resource Limit> Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- Autoprovisioning
Locations []string The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- Autoprovisioning
Node AutoprovisioningPool Defaults Node Pool Defaults AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- Autoscaling
Profile ClusterAutoscaling Autoscaling Profile Defines autoscaling behaviour.
- Enable
Node boolAutoprovisioning Enables automatic node pool creation and deletion.
- Resource
Limits []ResourceLimit Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning
Locations List<String> The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning
Node AutoprovisioningPool Defaults Node Pool Defaults AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling
Profile ClusterAutoscaling Autoscaling Profile Defines autoscaling behaviour.
- enable
Node BooleanAutoprovisioning Enables automatic node pool creation and deletion.
- resource
Limits List<ResourceLimit> Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning
Locations string[] The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning
Node AutoprovisioningPool Defaults Node Pool Defaults AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling
Profile ClusterAutoscaling Autoscaling Profile Defines autoscaling behaviour.
- enable
Node booleanAutoprovisioning Enables automatic node pool creation and deletion.
- resource
Limits ResourceLimit[] Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning_
locations Sequence[str] The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning_
node_ Autoprovisioningpool_ defaults Node Pool Defaults AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling_
profile ClusterAutoscaling Autoscaling Profile Defines autoscaling behaviour.
- enable_
node_ boolautoprovisioning Enables automatic node pool creation and deletion.
- resource_
limits Sequence[ResourceLimit] Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning
Locations List<String> The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning
Node Property MapPool Defaults AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling
Profile "PROFILE_UNSPECIFIED" | "OPTIMIZE_UTILIZATION" | "BALANCED" Defines autoscaling behaviour.
- enable
Node BooleanAutoprovisioning Enables automatic node pool creation and deletion.
- resource
Limits List<Property Map> Contains global constraints regarding minimum and maximum amount of resources in the cluster.
ClusterAutoscalingAutoscalingProfile, ClusterAutoscalingAutoscalingProfileArgs
- Profile
Unspecified - PROFILE_UNSPECIFIED
No change to autoscaling configuration.
- Optimize
Utilization - OPTIMIZE_UTILIZATION
Prioritize optimizing utilization of resources.
- Balanced
- BALANCED
Use default (balanced) autoscaling configuration.
- Cluster
Autoscaling Autoscaling Profile Profile Unspecified - PROFILE_UNSPECIFIED
No change to autoscaling configuration.
- Cluster
Autoscaling Autoscaling Profile Optimize Utilization - OPTIMIZE_UTILIZATION
Prioritize optimizing utilization of resources.
- Cluster
Autoscaling Autoscaling Profile Balanced - BALANCED
Use default (balanced) autoscaling configuration.
- Profile
Unspecified - PROFILE_UNSPECIFIED
No change to autoscaling configuration.
- Optimize
Utilization - OPTIMIZE_UTILIZATION
Prioritize optimizing utilization of resources.
- Balanced
- BALANCED
Use default (balanced) autoscaling configuration.
- Profile
Unspecified - PROFILE_UNSPECIFIED
No change to autoscaling configuration.
- Optimize
Utilization - OPTIMIZE_UTILIZATION
Prioritize optimizing utilization of resources.
- Balanced
- BALANCED
Use default (balanced) autoscaling configuration.
- PROFILE_UNSPECIFIED
- PROFILE_UNSPECIFIED
No change to autoscaling configuration.
- OPTIMIZE_UTILIZATION
- OPTIMIZE_UTILIZATION
Prioritize optimizing utilization of resources.
- BALANCED
- BALANCED
Use default (balanced) autoscaling configuration.
- "PROFILE_UNSPECIFIED"
- PROFILE_UNSPECIFIED
No change to autoscaling configuration.
- "OPTIMIZE_UTILIZATION"
- OPTIMIZE_UTILIZATION
Prioritize optimizing utilization of resources.
- "BALANCED"
- BALANCED
Use default (balanced) autoscaling configuration.
ClusterAutoscalingResponse, ClusterAutoscalingResponseArgs
- Autoprovisioning
Locations List<string> The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- Autoprovisioning
Node Pulumi.Pool Defaults Google Native. Container. V1Beta1. Inputs. Autoprovisioning Node Pool Defaults Response AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- Autoscaling
Profile string Defines autoscaling behaviour.
- Enable
Node boolAutoprovisioning Enables automatic node pool creation and deletion.
- Resource
Limits List<Pulumi.Google Native. Container. V1Beta1. Inputs. Resource Limit Response> Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- Autoprovisioning
Locations []string The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- Autoprovisioning
Node AutoprovisioningPool Defaults Node Pool Defaults Response AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- Autoscaling
Profile string Defines autoscaling behaviour.
- Enable
Node boolAutoprovisioning Enables automatic node pool creation and deletion.
- Resource
Limits []ResourceLimit Response Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning
Locations List<String> The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning
Node AutoprovisioningPool Defaults Node Pool Defaults Response AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling
Profile String Defines autoscaling behaviour.
- enable
Node BooleanAutoprovisioning Enables automatic node pool creation and deletion.
- resource
Limits List<ResourceLimit Response> Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning
Locations string[] The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning
Node AutoprovisioningPool Defaults Node Pool Defaults Response AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling
Profile string Defines autoscaling behaviour.
- enable
Node booleanAutoprovisioning Enables automatic node pool creation and deletion.
- resource
Limits ResourceLimit Response[] Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning_
locations Sequence[str] The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning_
node_ Autoprovisioningpool_ defaults Node Pool Defaults Response AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling_
profile str Defines autoscaling behaviour.
- enable_
node_ boolautoprovisioning Enables automatic node pool creation and deletion.
- resource_
limits Sequence[ResourceLimit Response] Contains global constraints regarding minimum and maximum amount of resources in the cluster.
- autoprovisioning
Locations List<String> The list of Google Compute Engine zones in which the NodePool's nodes can be created by NAP.
- autoprovisioning
Node Property MapPool Defaults AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
- autoscaling
Profile String Defines autoscaling behaviour.
- enable
Node BooleanAutoprovisioning Enables automatic node pool creation and deletion.
- resource
Limits List<Property Map> Contains global constraints regarding minimum and maximum amount of resources in the cluster.
ClusterNetworkPerformanceConfig, ClusterNetworkPerformanceConfigArgs
- Total
Egress Pulumi.Bandwidth Tier Google Native. Container. V1Beta1. Cluster Network Performance Config Total Egress Bandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- Total
Egress ClusterBandwidth Tier Network Performance Config Total Egress Bandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- total
Egress ClusterBandwidth Tier Network Performance Config Total Egress Bandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- total
Egress ClusterBandwidth Tier Network Performance Config Total Egress Bandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- total_
egress_ Clusterbandwidth_ tier Network Performance Config Total Egress Bandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- total
Egress "TIER_UNSPECIFIED" | "TIER_1"Bandwidth Tier Specifies the total network bandwidth tier for the NodePool.
ClusterNetworkPerformanceConfigResponse, ClusterNetworkPerformanceConfigResponseArgs
- Total
Egress stringBandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- Total
Egress stringBandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- total
Egress StringBandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- total
Egress stringBandwidth Tier Specifies the total network bandwidth tier for the NodePool.
- total_
egress_ strbandwidth_ tier Specifies the total network bandwidth tier for the NodePool.
- total
Egress StringBandwidth Tier Specifies the total network bandwidth tier for the NodePool.
ClusterNetworkPerformanceConfigTotalEgressBandwidthTier, ClusterNetworkPerformanceConfigTotalEgressBandwidthTierArgs
- Tier
Unspecified - TIER_UNSPECIFIED
Default value
- Tier1
- TIER_1
Higher bandwidth, actual values based on VM size.
- Cluster
Network Performance Config Total Egress Bandwidth Tier Tier Unspecified - TIER_UNSPECIFIED
Default value
- Cluster
Network Performance Config Total Egress Bandwidth Tier Tier1 - TIER_1
Higher bandwidth, actual values based on VM size.
- Tier
Unspecified - TIER_UNSPECIFIED
Default value
- Tier1
- TIER_1
Higher bandwidth, actual values based on VM size.
- Tier
Unspecified - TIER_UNSPECIFIED
Default value
- Tier1
- TIER_1
Higher bandwidth, actual values based on VM size.
- TIER_UNSPECIFIED
- TIER_UNSPECIFIED
Default value
- TIER1
- TIER_1
Higher bandwidth, actual values based on VM size.
- "TIER_UNSPECIFIED"
- TIER_UNSPECIFIED
Default value
- "TIER_1"
- TIER_1
Higher bandwidth, actual values based on VM size.
ClusterTelemetry, ClusterTelemetryArgs
- Type
Pulumi.
Google Native. Container. V1Beta1. Cluster Telemetry Type Type of the integration.
- Type
Cluster
Telemetry Type Type of the integration.
- type
Cluster
Telemetry Type Type of the integration.
- type
Cluster
Telemetry Type Type of the integration.
- type
Cluster
Telemetry Type Type of the integration.
- type "UNSPECIFIED" | "DISABLED" | "ENABLED" | "SYSTEM_ONLY"
Type of the integration.
ClusterTelemetryResponse, ClusterTelemetryResponseArgs
- Type string
Type of the integration.
- Type string
Type of the integration.
- type String
Type of the integration.
- type string
Type of the integration.
- type str
Type of the integration.
- type String
Type of the integration.
ClusterTelemetryType, ClusterTelemetryTypeArgs
- Unspecified
- UNSPECIFIED
Not set.
- Disabled
- DISABLED
Monitoring integration is disabled.
- Enabled
- ENABLED
Monitoring integration is enabled.
- System
Only - SYSTEM_ONLY
Only system components are monitored and logged.
- Cluster
Telemetry Type Unspecified - UNSPECIFIED
Not set.
- Cluster
Telemetry Type Disabled - DISABLED
Monitoring integration is disabled.
- Cluster
Telemetry Type Enabled - ENABLED
Monitoring integration is enabled.
- Cluster
Telemetry Type System Only - SYSTEM_ONLY
Only system components are monitored and logged.
- Unspecified
- UNSPECIFIED
Not set.
- Disabled
- DISABLED
Monitoring integration is disabled.
- Enabled
- ENABLED
Monitoring integration is enabled.
- System
Only - SYSTEM_ONLY
Only system components are monitored and logged.
- Unspecified
- UNSPECIFIED
Not set.
- Disabled
- DISABLED
Monitoring integration is disabled.
- Enabled
- ENABLED
Monitoring integration is enabled.
- System
Only - SYSTEM_ONLY
Only system components are monitored and logged.
- UNSPECIFIED
- UNSPECIFIED
Not set.
- DISABLED
- DISABLED
Monitoring integration is disabled.
- ENABLED
- ENABLED
Monitoring integration is enabled.
- SYSTEM_ONLY
- SYSTEM_ONLY
Only system components are monitored and logged.
- "UNSPECIFIED"
- UNSPECIFIED
Not set.
- "DISABLED"
- DISABLED
Monitoring integration is disabled.
- "ENABLED"
- ENABLED
Monitoring integration is enabled.
- "SYSTEM_ONLY"
- SYSTEM_ONLY
Only system components are monitored and logged.
ConfidentialNodes, ConfidentialNodesArgs
- Enabled bool
Whether Confidential Nodes feature is enabled.
- Enabled bool
Whether Confidential Nodes feature is enabled.
- enabled Boolean
Whether Confidential Nodes feature is enabled.
- enabled boolean
Whether Confidential Nodes feature is enabled.
- enabled bool
Whether Confidential Nodes feature is enabled.
- enabled Boolean
Whether Confidential Nodes feature is enabled.
ConfidentialNodesResponse, ConfidentialNodesResponseArgs
- Enabled bool
Whether Confidential Nodes feature is enabled.
- Enabled bool
Whether Confidential Nodes feature is enabled.
- enabled Boolean
Whether Confidential Nodes feature is enabled.
- enabled boolean
Whether Confidential Nodes feature is enabled.
- enabled bool
Whether Confidential Nodes feature is enabled.
- enabled Boolean
Whether Confidential Nodes feature is enabled.
ConfigConnectorConfig, ConfigConnectorConfigArgs
- Enabled bool
Whether Cloud Connector is enabled for this cluster.
- Enabled bool
Whether Cloud Connector is enabled for this cluster.
- enabled Boolean
Whether Cloud Connector is enabled for this cluster.
- enabled boolean
Whether Cloud Connector is enabled for this cluster.
- enabled bool
Whether Cloud Connector is enabled for this cluster.
- enabled Boolean
Whether Cloud Connector is enabled for this cluster.
ConfigConnectorConfigResponse, ConfigConnectorConfigResponseArgs
- Enabled bool
Whether Cloud Connector is enabled for this cluster.
- Enabled bool
Whether Cloud Connector is enabled for this cluster.
- enabled Boolean
Whether Cloud Connector is enabled for this cluster.
- enabled boolean
Whether Cloud Connector is enabled for this cluster.
- enabled bool
Whether Cloud Connector is enabled for this cluster.
- enabled Boolean
Whether Cloud Connector is enabled for this cluster.
ConsumptionMeteringConfig, ConsumptionMeteringConfigArgs
- Enabled bool
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- Enabled bool
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled Boolean
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled boolean
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled bool
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled Boolean
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
ConsumptionMeteringConfigResponse, ConsumptionMeteringConfigResponseArgs
- Enabled bool
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- Enabled bool
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled Boolean
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled boolean
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled bool
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
- enabled Boolean
Whether to enable consumption metering for this cluster. If enabled, a second BigQuery table will be created to hold resource consumption records.
CostManagementConfig, CostManagementConfigArgs
- Enabled bool
Whether the feature is enabled or not.
- Enabled bool
Whether the feature is enabled or not.
- enabled Boolean
Whether the feature is enabled or not.
- enabled boolean
Whether the feature is enabled or not.
- enabled bool
Whether the feature is enabled or not.
- enabled Boolean
Whether the feature is enabled or not.
CostManagementConfigResponse, CostManagementConfigResponseArgs
- Enabled bool
Whether the feature is enabled or not.
- Enabled bool
Whether the feature is enabled or not.
- enabled Boolean
Whether the feature is enabled or not.
- enabled boolean
Whether the feature is enabled or not.
- enabled bool
Whether the feature is enabled or not.
- enabled Boolean
Whether the feature is enabled or not.
DNSConfig, DNSConfigArgs
- Cluster
Dns Pulumi.Google Native. Container. V1Beta1. DNSConfig Cluster Dns cluster_dns indicates which in-cluster DNS provider should be used.
- Cluster
Dns stringDomain cluster_dns_domain is the suffix used for all cluster service records.
- Cluster
Dns Pulumi.Scope Google Native. Container. V1Beta1. DNSConfig Cluster Dns Scope cluster_dns_scope indicates the scope of access to cluster DNS records.
- Cluster
Dns DNSConfigCluster Dns cluster_dns indicates which in-cluster DNS provider should be used.
- Cluster
Dns stringDomain cluster_dns_domain is the suffix used for all cluster service records.
- Cluster
Dns DNSConfigScope Cluster Dns Scope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster
Dns DNSConfigCluster Dns cluster_dns indicates which in-cluster DNS provider should be used.
- cluster
Dns StringDomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster
Dns DNSConfigScope Cluster Dns Scope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster
Dns DNSConfigCluster Dns cluster_dns indicates which in-cluster DNS provider should be used.
- cluster
Dns stringDomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster
Dns DNSConfigScope Cluster Dns Scope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster_
dns DNSConfigCluster Dns cluster_dns indicates which in-cluster DNS provider should be used.
- cluster_
dns_ strdomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster_
dns_ DNSConfigscope Cluster Dns Scope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster
Dns "PROVIDER_UNSPECIFIED" | "PLATFORM_DEFAULT" | "CLOUD_DNS" | "KUBE_DNS" cluster_dns indicates which in-cluster DNS provider should be used.
- cluster
Dns StringDomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster
Dns "DNS_SCOPE_UNSPECIFIED" | "CLUSTER_SCOPE" | "VPC_SCOPE"Scope cluster_dns_scope indicates the scope of access to cluster DNS records.
DNSConfigClusterDns, DNSConfigClusterDnsArgs
- Provider
Unspecified - PROVIDER_UNSPECIFIED
Default value
- Platform
Default - PLATFORM_DEFAULT
Use GKE default DNS provider(kube-dns) for DNS resolution.
- Cloud
Dns - CLOUD_DNS
Use CloudDNS for DNS resolution.
- Kube
Dns - KUBE_DNS
Use KubeDNS for DNS resolution.
- DNSConfig
Cluster Dns Provider Unspecified - PROVIDER_UNSPECIFIED
Default value
- DNSConfig
Cluster Dns Platform Default - PLATFORM_DEFAULT
Use GKE default DNS provider(kube-dns) for DNS resolution.
- DNSConfig
Cluster Dns Cloud Dns - CLOUD_DNS
Use CloudDNS for DNS resolution.
- DNSConfig
Cluster Dns Kube Dns - KUBE_DNS
Use KubeDNS for DNS resolution.
- Provider
Unspecified - PROVIDER_UNSPECIFIED
Default value
- Platform
Default - PLATFORM_DEFAULT
Use GKE default DNS provider(kube-dns) for DNS resolution.
- Cloud
Dns - CLOUD_DNS
Use CloudDNS for DNS resolution.
- Kube
Dns - KUBE_DNS
Use KubeDNS for DNS resolution.
- Provider
Unspecified - PROVIDER_UNSPECIFIED
Default value
- Platform
Default - PLATFORM_DEFAULT
Use GKE default DNS provider(kube-dns) for DNS resolution.
- Cloud
Dns - CLOUD_DNS
Use CloudDNS for DNS resolution.
- Kube
Dns - KUBE_DNS
Use KubeDNS for DNS resolution.
- PROVIDER_UNSPECIFIED
- PROVIDER_UNSPECIFIED
Default value
- PLATFORM_DEFAULT
- PLATFORM_DEFAULT
Use GKE default DNS provider(kube-dns) for DNS resolution.
- CLOUD_DNS
- CLOUD_DNS
Use CloudDNS for DNS resolution.
- KUBE_DNS
- KUBE_DNS
Use KubeDNS for DNS resolution.
- "PROVIDER_UNSPECIFIED"
- PROVIDER_UNSPECIFIED
Default value
- "PLATFORM_DEFAULT"
- PLATFORM_DEFAULT
Use GKE default DNS provider(kube-dns) for DNS resolution.
- "CLOUD_DNS"
- CLOUD_DNS
Use CloudDNS for DNS resolution.
- "KUBE_DNS"
- KUBE_DNS
Use KubeDNS for DNS resolution.
DNSConfigClusterDnsScope, DNSConfigClusterDnsScopeArgs
- Dns
Scope Unspecified - DNS_SCOPE_UNSPECIFIED
Default value, will be inferred as cluster scope.
- Cluster
Scope - CLUSTER_SCOPE
DNS records are accessible from within the cluster.
- Vpc
Scope - VPC_SCOPE
DNS records are accessible from within the VPC.
- DNSConfig
Cluster Dns Scope Dns Scope Unspecified - DNS_SCOPE_UNSPECIFIED
Default value, will be inferred as cluster scope.
- DNSConfig
Cluster Dns Scope Cluster Scope - CLUSTER_SCOPE
DNS records are accessible from within the cluster.
- DNSConfig
Cluster Dns Scope Vpc Scope - VPC_SCOPE
DNS records are accessible from within the VPC.
- Dns
Scope Unspecified - DNS_SCOPE_UNSPECIFIED
Default value, will be inferred as cluster scope.
- Cluster
Scope - CLUSTER_SCOPE
DNS records are accessible from within the cluster.
- Vpc
Scope - VPC_SCOPE
DNS records are accessible from within the VPC.
- Dns
Scope Unspecified - DNS_SCOPE_UNSPECIFIED
Default value, will be inferred as cluster scope.
- Cluster
Scope - CLUSTER_SCOPE
DNS records are accessible from within the cluster.
- Vpc
Scope - VPC_SCOPE
DNS records are accessible from within the VPC.
- DNS_SCOPE_UNSPECIFIED
- DNS_SCOPE_UNSPECIFIED
Default value, will be inferred as cluster scope.
- CLUSTER_SCOPE
- CLUSTER_SCOPE
DNS records are accessible from within the cluster.
- VPC_SCOPE
- VPC_SCOPE
DNS records are accessible from within the VPC.
- "DNS_SCOPE_UNSPECIFIED"
- DNS_SCOPE_UNSPECIFIED
Default value, will be inferred as cluster scope.
- "CLUSTER_SCOPE"
- CLUSTER_SCOPE
DNS records are accessible from within the cluster.
- "VPC_SCOPE"
- VPC_SCOPE
DNS records are accessible from within the VPC.
DNSConfigResponse, DNSConfigResponseArgs
- Cluster
Dns string cluster_dns indicates which in-cluster DNS provider should be used.
- Cluster
Dns stringDomain cluster_dns_domain is the suffix used for all cluster service records.
- Cluster
Dns stringScope cluster_dns_scope indicates the scope of access to cluster DNS records.
- Cluster
Dns string cluster_dns indicates which in-cluster DNS provider should be used.
- Cluster
Dns stringDomain cluster_dns_domain is the suffix used for all cluster service records.
- Cluster
Dns stringScope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster
Dns String cluster_dns indicates which in-cluster DNS provider should be used.
- cluster
Dns StringDomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster
Dns StringScope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster
Dns string cluster_dns indicates which in-cluster DNS provider should be used.
- cluster
Dns stringDomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster
Dns stringScope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster_
dns str cluster_dns indicates which in-cluster DNS provider should be used.
- cluster_
dns_ strdomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster_
dns_ strscope cluster_dns_scope indicates the scope of access to cluster DNS records.
- cluster
Dns String cluster_dns indicates which in-cluster DNS provider should be used.
- cluster
Dns StringDomain cluster_dns_domain is the suffix used for all cluster service records.
- cluster
Dns StringScope cluster_dns_scope indicates the scope of access to cluster DNS records.
DailyMaintenanceWindow, DailyMaintenanceWindowArgs
- Start
Time string Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- Start
Time string Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- start
Time String Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- start
Time string Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- start_
time str Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- start
Time String Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
DailyMaintenanceWindowResponse, DailyMaintenanceWindowResponseArgs
- duration str
[Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario.
- start_
time str Time within the maintenance window to start the maintenance operations. It must be in format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
DatabaseEncryption, DatabaseEncryptionArgs
- Key
Name string 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
- State
Pulumi.
Google Native. Container. V1Beta1. Database Encryption State The desired state of etcd encryption.
- Key
Name string 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
- State
Database
Encryption State The desired state of etcd encryption.
- key
Name String 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
- state
Database
Encryption State The desired state of etcd encryption.
- key
Name string 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
- state
Database
Encryption State The desired state of etcd encryption.
- key_
name str 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
- state
Database
Encryption State The desired state of etcd encryption.
- key
Name String 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
- state "UNKNOWN" | "ENCRYPTED" | "DECRYPTED"
The desired state of etcd encryption.
DatabaseEncryptionResponse, DatabaseEncryptionResponseArgs
DatabaseEncryptionState, DatabaseEncryptionStateArgs
- Unknown
- UNKNOWN
Should never be set
- Encrypted
- ENCRYPTED
Secrets in etcd are encrypted.
- Decrypted
- DECRYPTED
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
- Database
Encryption State Unknown - UNKNOWN
Should never be set
- Database
Encryption State Encrypted - ENCRYPTED
Secrets in etcd are encrypted.
- Database
Encryption State Decrypted - DECRYPTED
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
- Unknown
- UNKNOWN
Should never be set
- Encrypted
- ENCRYPTED
Secrets in etcd are encrypted.
- Decrypted
- DECRYPTED
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
- Unknown
- UNKNOWN
Should never be set
- Encrypted
- ENCRYPTED
Secrets in etcd are encrypted.
- Decrypted
- DECRYPTED
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
- UNKNOWN
- UNKNOWN
Should never be set
- ENCRYPTED
- ENCRYPTED
Secrets in etcd are encrypted.
- DECRYPTED
- DECRYPTED
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
- "UNKNOWN"
- UNKNOWN
Should never be set
- "ENCRYPTED"
- ENCRYPTED
Secrets in etcd are encrypted.
- "DECRYPTED"
- DECRYPTED
Secrets in etcd are stored in plain text (at etcd level) - this is unrelated to Compute Engine level full disk encryption.
DefaultSnatStatus, DefaultSnatStatusArgs
- Disabled bool
Disables cluster default sNAT rules.
- Disabled bool
Disables cluster default sNAT rules.
- disabled Boolean
Disables cluster default sNAT rules.
- disabled boolean
Disables cluster default sNAT rules.
- disabled bool
Disables cluster default sNAT rules.
- disabled Boolean
Disables cluster default sNAT rules.
DefaultSnatStatusResponse, DefaultSnatStatusResponseArgs
- Disabled bool
Disables cluster default sNAT rules.
- Disabled bool
Disables cluster default sNAT rules.
- disabled Boolean
Disables cluster default sNAT rules.
- disabled boolean
Disables cluster default sNAT rules.
- disabled bool
Disables cluster default sNAT rules.
- disabled Boolean
Disables cluster default sNAT rules.
DnsCacheConfig, DnsCacheConfigArgs
- Enabled bool
Whether NodeLocal DNSCache is enabled for this cluster.
- Enabled bool
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled Boolean
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled boolean
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled bool
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled Boolean
Whether NodeLocal DNSCache is enabled for this cluster.
DnsCacheConfigResponse, DnsCacheConfigResponseArgs
- Enabled bool
Whether NodeLocal DNSCache is enabled for this cluster.
- Enabled bool
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled Boolean
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled boolean
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled bool
Whether NodeLocal DNSCache is enabled for this cluster.
- enabled Boolean
Whether NodeLocal DNSCache is enabled for this cluster.
EnterpriseConfigResponse, EnterpriseConfigResponseArgs
- Cluster
Tier string [Output only] cluster_tier specifies the premium tier of the cluster.
- Cluster
Tier string [Output only] cluster_tier specifies the premium tier of the cluster.
- cluster
Tier String [Output only] cluster_tier specifies the premium tier of the cluster.
- cluster
Tier string [Output only] cluster_tier specifies the premium tier of the cluster.
- cluster_
tier str [Output only] cluster_tier specifies the premium tier of the cluster.
- cluster
Tier String [Output only] cluster_tier specifies the premium tier of the cluster.
EphemeralStorageConfig, EphemeralStorageConfigArgs
- Local
Ssd intCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- Local
Ssd intCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local
Ssd IntegerCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local
Ssd numberCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local_
ssd_ intcount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local
Ssd NumberCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
EphemeralStorageConfigResponse, EphemeralStorageConfigResponseArgs
- Local
Ssd intCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- Local
Ssd intCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local
Ssd IntegerCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local
Ssd numberCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local_
ssd_ intcount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
- local
Ssd NumberCount Number of local SSDs to use to back ephemeral storage. Uses NVMe interfaces. 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.
EphemeralStorageLocalSsdConfig, EphemeralStorageLocalSsdConfigArgs
- Local
Ssd intCount 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.
- Local
Ssd intCount 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.
- local
Ssd IntegerCount 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.
- local
Ssd numberCount 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.
- local_
ssd_ intcount 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.
- local
Ssd NumberCount 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.
EphemeralStorageLocalSsdConfigResponse, EphemeralStorageLocalSsdConfigResponseArgs
- Local
Ssd intCount 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.
- Local
Ssd intCount 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.
- local
Ssd IntegerCount 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.
- local
Ssd numberCount 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.
- local_
ssd_ intcount 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.
- local
Ssd NumberCount 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.
FastSocket, FastSocketArgs
- Enabled bool
Whether Fast Socket features are enabled in the node pool.
- Enabled bool
Whether Fast Socket features are enabled in the node pool.
- enabled Boolean
Whether Fast Socket features are enabled in the node pool.
- enabled boolean
Whether Fast Socket features are enabled in the node pool.
- enabled bool
Whether Fast Socket features are enabled in the node pool.
- enabled Boolean
Whether Fast Socket features are enabled in the node pool.
FastSocketResponse, FastSocketResponseArgs
- Enabled bool
Whether Fast Socket features are enabled in the node pool.
- Enabled bool
Whether Fast Socket features are enabled in the node pool.
- enabled Boolean
Whether Fast Socket features are enabled in the node pool.
- enabled boolean
Whether Fast Socket features are enabled in the node pool.
- enabled bool
Whether Fast Socket features are enabled in the node pool.
- enabled Boolean
Whether Fast Socket features are enabled in the node pool.
Filter, FilterArgs
- Event
Type List<Pulumi.Google Native. Container. V1Beta1. Filter Event Type Item> Event types to allowlist.
- Event
Type []FilterEvent Type Item Event types to allowlist.
- event
Type List<FilterEvent Type Item> Event types to allowlist.
- event
Type FilterEvent Type Item[] Event types to allowlist.
- event_
type Sequence[FilterEvent Type Item] Event types to allowlist.
FilterEventTypeItem, FilterEventTypeItemArgs
- Event
Type Unspecified - EVENT_TYPE_UNSPECIFIED
Not set, will be ignored.
- Upgrade
Available Event - UPGRADE_AVAILABLE_EVENT
Corresponds with UpgradeAvailableEvent.
- Upgrade
Event - UPGRADE_EVENT
Corresponds with UpgradeEvent.
- Security
Bulletin Event - SECURITY_BULLETIN_EVENT
Corresponds with SecurityBulletinEvent.
- Filter
Event Type Item Event Type Unspecified - EVENT_TYPE_UNSPECIFIED
Not set, will be ignored.
- Filter
Event Type Item Upgrade Available Event - UPGRADE_AVAILABLE_EVENT
Corresponds with UpgradeAvailableEvent.
- Filter
Event Type Item Upgrade Event - UPGRADE_EVENT
Corresponds with UpgradeEvent.
- Filter
Event Type Item Security Bulletin Event - SECURITY_BULLETIN_EVENT
Corresponds with SecurityBulletinEvent.
- Event
Type Unspecified - EVENT_TYPE_UNSPECIFIED
Not set, will be ignored.
- Upgrade
Available Event - UPGRADE_AVAILABLE_EVENT
Corresponds with UpgradeAvailableEvent.
- Upgrade
Event - UPGRADE_EVENT
Corresponds with UpgradeEvent.
- Security
Bulletin Event - SECURITY_BULLETIN_EVENT
Corresponds with SecurityBulletinEvent.
- Event
Type Unspecified - EVENT_TYPE_UNSPECIFIED
Not set, will be ignored.
- Upgrade
Available Event - UPGRADE_AVAILABLE_EVENT
Corresponds with UpgradeAvailableEvent.
- Upgrade
Event - UPGRADE_EVENT
Corresponds with UpgradeEvent.
- Security
Bulletin Event - SECURITY_BULLETIN_EVENT
Corresponds with SecurityBulletinEvent.
- EVENT_TYPE_UNSPECIFIED
- EVENT_TYPE_UNSPECIFIED
Not set, will be ignored.
- UPGRADE_AVAILABLE_EVENT
- UPGRADE_AVAILABLE_EVENT
Corresponds with UpgradeAvailableEvent.
- UPGRADE_EVENT
- UPGRADE_EVENT
Corresponds with UpgradeEvent.
- SECURITY_BULLETIN_EVENT
- SECURITY_BULLETIN_EVENT
Corresponds with SecurityBulletinEvent.
- "EVENT_TYPE_UNSPECIFIED"
- EVENT_TYPE_UNSPECIFIED
Not set, will be ignored.
- "UPGRADE_AVAILABLE_EVENT"
- UPGRADE_AVAILABLE_EVENT
Corresponds with UpgradeAvailableEvent.
- "UPGRADE_EVENT"
- UPGRADE_EVENT
Corresponds with UpgradeEvent.
- "SECURITY_BULLETIN_EVENT"
- SECURITY_BULLETIN_EVENT
Corresponds with SecurityBulletinEvent.
FilterResponse, FilterResponseArgs
- Event
Type List<string> Event types to allowlist.
- Event
Type []string Event types to allowlist.
- event
Type List<String> Event types to allowlist.
- event
Type string[] Event types to allowlist.
- event_
type Sequence[str] Event types to allowlist.
- event
Type List<String> Event types to allowlist.
Fleet, FleetArgs
- Project string
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.
- Project string
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.
- project String
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.
- project string
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.
- project str
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.
- project String
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.
FleetResponse, FleetResponseArgs
- Membership string
[Output only] The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.- Pre
Registered bool [Output only] Whether the cluster has been registered through the fleet API.
- Project string
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 string
[Output only] The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.- Pre
Registered bool [Output only] Whether the cluster has been registered through the fleet API.
- Project string
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 String
[Output only] The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.- pre
Registered Boolean [Output only] Whether the cluster has been registered through the fleet API.
- project String
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 string
[Output only] The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.- pre
Registered boolean [Output only] Whether the cluster has been registered through the fleet API.
- project string
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 str
[Output only] The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.- pre_
registered bool [Output only] Whether the cluster has been registered through the fleet API.
- project str
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 String
[Output only] The full resource name of the registered fleet membership of the cluster, in the format
//gkehub.googleapis.com/projects/*/locations/*/memberships/*
.- pre
Registered Boolean [Output only] Whether the cluster has been registered through the fleet API.
- project String
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.
GPUDriverInstallationConfig, GPUDriverInstallationConfigArgs
- Gpu
Driver Pulumi.Version Google Native. Container. V1Beta1. GPUDriver Installation Config Gpu Driver Version Mode for how the GPU driver is installed.
- Gpu
Driver GPUDriverVersion Installation Config Gpu Driver Version Mode for how the GPU driver is installed.
- gpu
Driver GPUDriverVersion Installation Config Gpu Driver Version Mode for how the GPU driver is installed.
- gpu
Driver GPUDriverVersion Installation Config Gpu Driver Version Mode for how the GPU driver is installed.
- gpu_
driver_ GPUDriverversion Installation Config Gpu Driver Version Mode for how the GPU driver is installed.
- gpu
Driver "GPU_DRIVER_VERSION_UNSPECIFIED" | "INSTALLATION_DISABLED" | "DEFAULT" | "LATEST"Version Mode for how the GPU driver is installed.
GPUDriverInstallationConfigGpuDriverVersion, GPUDriverInstallationConfigGpuDriverVersionArgs
- Gpu
Driver Version Unspecified - GPU_DRIVER_VERSION_UNSPECIFIED
Default value is to not install any GPU driver.
- Installation
Disabled - INSTALLATION_DISABLED
Disable GPU driver auto installation and needs manual installation
- Default
- DEFAULT
"Default" GPU driver in COS and Ubuntu.
- Latest
- LATEST
"Latest" GPU driver in COS.
- GPUDriver
Installation Config Gpu Driver Version Gpu Driver Version Unspecified - GPU_DRIVER_VERSION_UNSPECIFIED
Default value is to not install any GPU driver.
- GPUDriver
Installation Config Gpu Driver Version Installation Disabled - INSTALLATION_DISABLED
Disable GPU driver auto installation and needs manual installation
- GPUDriver
Installation Config Gpu Driver Version Default - DEFAULT
"Default" GPU driver in COS and Ubuntu.
- GPUDriver
Installation Config Gpu Driver Version Latest - LATEST
"Latest" GPU driver in COS.
- Gpu
Driver Version Unspecified - GPU_DRIVER_VERSION_UNSPECIFIED
Default value is to not install any GPU driver.
- Installation
Disabled - INSTALLATION_DISABLED
Disable GPU driver auto installation and needs manual installation
- Default
- DEFAULT
"Default" GPU driver in COS and Ubuntu.
- Latest
- LATEST
"Latest" GPU driver in COS.
- Gpu
Driver Version Unspecified - GPU_DRIVER_VERSION_UNSPECIFIED
Default value is to not install any GPU driver.
- Installation
Disabled - INSTALLATION_DISABLED
Disable GPU driver auto installation and needs manual installation
- Default
- DEFAULT
"Default" GPU driver in COS and Ubuntu.
- Latest
- LATEST
"Latest" GPU driver in COS.
- GPU_DRIVER_VERSION_UNSPECIFIED
- GPU_DRIVER_VERSION_UNSPECIFIED
Default value is to not install any GPU driver.
- INSTALLATION_DISABLED
- INSTALLATION_DISABLED
Disable GPU driver auto installation and needs manual installation
- DEFAULT
- DEFAULT
"Default" GPU driver in COS and Ubuntu.
- LATEST
- LATEST
"Latest" GPU driver in COS.
- "GPU_DRIVER_VERSION_UNSPECIFIED"
- GPU_DRIVER_VERSION_UNSPECIFIED
Default value is to not install any GPU driver.
- "INSTALLATION_DISABLED"
- INSTALLATION_DISABLED
Disable GPU driver auto installation and needs manual installation
- "DEFAULT"
- DEFAULT
"Default" GPU driver in COS and Ubuntu.
- "LATEST"
- LATEST
"Latest" GPU driver in COS.
GPUDriverInstallationConfigResponse, GPUDriverInstallationConfigResponseArgs
- Gpu
Driver stringVersion Mode for how the GPU driver is installed.
- Gpu
Driver stringVersion Mode for how the GPU driver is installed.
- gpu
Driver StringVersion Mode for how the GPU driver is installed.
- gpu
Driver stringVersion Mode for how the GPU driver is installed.
- gpu_
driver_ strversion Mode for how the GPU driver is installed.
- gpu
Driver StringVersion Mode for how the GPU driver is installed.
GPUSharingConfig, GPUSharingConfigArgs
- Gpu
Sharing Pulumi.Strategy Google Native. Container. V1Beta1. GPUSharing Config Gpu Sharing Strategy The type of GPU sharing strategy to enable on the GPU node.
- string
The max number of containers that can share a physical GPU.
- Gpu
Sharing GPUSharingStrategy Config Gpu Sharing Strategy The type of GPU sharing strategy to enable on the GPU node.
- string
The max number of containers that can share a physical GPU.
- gpu
Sharing GPUSharingStrategy Config Gpu Sharing Strategy The type of GPU sharing strategy to enable on the GPU node.
- String
The max number of containers that can share a physical GPU.
- gpu
Sharing GPUSharingStrategy Config Gpu Sharing Strategy The type of GPU sharing strategy to enable on the GPU node.
- string
The max number of containers that can share a physical GPU.
- gpu_
sharing_ GPUSharingstrategy Config Gpu Sharing Strategy The type of GPU sharing strategy to enable on the GPU node.
- str
The max number of containers that can share a physical GPU.
- gpu
Sharing "GPU_SHARING_STRATEGY_UNSPECIFIED" | "TIME_SHARING"Strategy The type of GPU sharing strategy to enable on the GPU node.
- String
The max number of containers that can share a physical GPU.
GPUSharingConfigGpuSharingStrategy, GPUSharingConfigGpuSharingStrategyArgs
- Gpu
Sharing Strategy Unspecified - GPU_SHARING_STRATEGY_UNSPECIFIED
Default value.
- Time
Sharing - TIME_SHARING
GPUs are time-shared between containers.
- GPUSharing
Config Gpu Sharing Strategy Gpu Sharing Strategy Unspecified - GPU_SHARING_STRATEGY_UNSPECIFIED
Default value.
- GPUSharing
Config Gpu Sharing Strategy Time Sharing - TIME_SHARING
GPUs are time-shared between containers.
- Gpu
Sharing Strategy Unspecified - GPU_SHARING_STRATEGY_UNSPECIFIED
Default value.
- Time
Sharing - TIME_SHARING
GPUs are time-shared between containers.
- Gpu
Sharing Strategy Unspecified - GPU_SHARING_STRATEGY_UNSPECIFIED
Default value.
- Time
Sharing - TIME_SHARING
GPUs are time-shared between containers.
- GPU_SHARING_STRATEGY_UNSPECIFIED
- GPU_SHARING_STRATEGY_UNSPECIFIED
Default value.
- TIME_SHARING
- TIME_SHARING
GPUs are time-shared between containers.
- "GPU_SHARING_STRATEGY_UNSPECIFIED"
- GPU_SHARING_STRATEGY_UNSPECIFIED
Default value.
- "TIME_SHARING"
- TIME_SHARING
GPUs are time-shared between containers.
GPUSharingConfigResponse, GPUSharingConfigResponseArgs
- Gpu
Sharing stringStrategy The type of GPU sharing strategy to enable on the GPU node.
- string
The max number of containers that can share a physical GPU.
- Gpu
Sharing stringStrategy The type of GPU sharing strategy to enable on the GPU node.
- string
The max number of containers that can share a physical GPU.
- gpu
Sharing StringStrategy The type of GPU sharing strategy to enable on the GPU node.
- String
The max number of containers that can share a physical GPU.
- gpu
Sharing stringStrategy The type of GPU sharing strategy to enable on the GPU node.
- string
The max number of containers that can share a physical GPU.
- gpu_
sharing_ strstrategy The type of GPU sharing strategy to enable on the GPU node.
- str
The max number of containers that can share a physical GPU.
- gpu
Sharing StringStrategy The type of GPU sharing strategy to enable on the GPU node.
- String
The max number of containers that can share a physical GPU.
GatewayAPIConfig, GatewayAPIConfigArgs
- Channel
Pulumi.
Google Native. Container. V1Beta1. Gateway APIConfig Channel The Gateway API release channel to use for Gateway API.
- Channel
Gateway
APIConfig Channel The Gateway API release channel to use for Gateway API.
- channel
Gateway
APIConfig Channel The Gateway API release channel to use for Gateway API.
- channel
Gateway
APIConfig Channel The Gateway API release channel to use for Gateway API.
- channel
Gateway
APIConfig Channel The Gateway API release channel to use for Gateway API.
- channel "CHANNEL_UNSPECIFIED" | "CHANNEL_DISABLED" | "CHANNEL_EXPERIMENTAL" | "CHANNEL_STANDARD"
The Gateway API release channel to use for Gateway API.
GatewayAPIConfigChannel, GatewayAPIConfigChannelArgs
- Channel
Unspecified - CHANNEL_UNSPECIFIED
Default value.
- Channel
Disabled - CHANNEL_DISABLED
Gateway API support is disabled
- Channel
Experimental - CHANNEL_EXPERIMENTAL
Gateway API support is enabled, experimental CRDs are installed
- Channel
Standard - CHANNEL_STANDARD
Gateway API support is enabled, standard CRDs are installed
- Gateway
APIConfig Channel Channel Unspecified - CHANNEL_UNSPECIFIED
Default value.
- Gateway
APIConfig Channel Channel Disabled - CHANNEL_DISABLED
Gateway API support is disabled
- Gateway
APIConfig Channel Channel Experimental - CHANNEL_EXPERIMENTAL
Gateway API support is enabled, experimental CRDs are installed
- Gateway
APIConfig Channel Channel Standard - CHANNEL_STANDARD
Gateway API support is enabled, standard CRDs are installed
- Channel
Unspecified - CHANNEL_UNSPECIFIED
Default value.
- Channel
Disabled - CHANNEL_DISABLED
Gateway API support is disabled
- Channel
Experimental - CHANNEL_EXPERIMENTAL
Gateway API support is enabled, experimental CRDs are installed
- Channel
Standard - CHANNEL_STANDARD
Gateway API support is enabled, standard CRDs are installed
- Channel
Unspecified - CHANNEL_UNSPECIFIED
Default value.
- Channel
Disabled - CHANNEL_DISABLED
Gateway API support is disabled
- Channel
Experimental - CHANNEL_EXPERIMENTAL
Gateway API support is enabled, experimental CRDs are installed
- Channel
Standard - CHANNEL_STANDARD
Gateway API support is enabled, standard CRDs are installed
- CHANNEL_UNSPECIFIED
- CHANNEL_UNSPECIFIED
Default value.
- CHANNEL_DISABLED
- CHANNEL_DISABLED
Gateway API support is disabled
- CHANNEL_EXPERIMENTAL
- CHANNEL_EXPERIMENTAL
Gateway API support is enabled, experimental CRDs are installed
- CHANNEL_STANDARD
- CHANNEL_STANDARD
Gateway API support is enabled, standard CRDs are installed
- "CHANNEL_UNSPECIFIED"
- CHANNEL_UNSPECIFIED
Default value.
- "CHANNEL_DISABLED"
- CHANNEL_DISABLED
Gateway API support is disabled
- "CHANNEL_EXPERIMENTAL"
- CHANNEL_EXPERIMENTAL
Gateway API support is enabled, experimental CRDs are installed
- "CHANNEL_STANDARD"
- CHANNEL_STANDARD
Gateway API support is enabled, standard CRDs are installed
GatewayAPIConfigResponse, GatewayAPIConfigResponseArgs
- Channel string
The Gateway API release channel to use for Gateway API.
- Channel string
The Gateway API release channel to use for Gateway API.
- channel String
The Gateway API release channel to use for Gateway API.
- channel string
The Gateway API release channel to use for Gateway API.
- channel str
The Gateway API release channel to use for Gateway API.
- channel String
The Gateway API release channel to use for Gateway API.
GcePersistentDiskCsiDriverConfig, GcePersistentDiskCsiDriverConfigArgs
- Enabled bool
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- Enabled bool
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled boolean
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled bool
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Compute Engine PD CSI driver is enabled for this cluster.
GcePersistentDiskCsiDriverConfigResponse, GcePersistentDiskCsiDriverConfigResponseArgs
- Enabled bool
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- Enabled bool
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled boolean
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled bool
Whether the Compute Engine PD CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Compute Engine PD CSI driver is enabled for this cluster.
GcfsConfig, GcfsConfigArgs
- Enabled bool
Whether to use GCFS.
- Enabled bool
Whether to use GCFS.
- enabled Boolean
Whether to use GCFS.
- enabled boolean
Whether to use GCFS.
- enabled bool
Whether to use GCFS.
- enabled Boolean
Whether to use GCFS.
GcfsConfigResponse, GcfsConfigResponseArgs
- Enabled bool
Whether to use GCFS.
- Enabled bool
Whether to use GCFS.
- enabled Boolean
Whether to use GCFS.
- enabled boolean
Whether to use GCFS.
- enabled bool
Whether to use GCFS.
- enabled Boolean
Whether to use GCFS.
GcpFilestoreCsiDriverConfig, GcpFilestoreCsiDriverConfigArgs
- Enabled bool
Whether the GCP Filestore CSI driver is enabled for this cluster.
- Enabled bool
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled Boolean
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled boolean
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled bool
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled Boolean
Whether the GCP Filestore CSI driver is enabled for this cluster.
GcpFilestoreCsiDriverConfigResponse, GcpFilestoreCsiDriverConfigResponseArgs
- Enabled bool
Whether the GCP Filestore CSI driver is enabled for this cluster.
- Enabled bool
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled Boolean
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled boolean
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled bool
Whether the GCP Filestore CSI driver is enabled for this cluster.
- enabled Boolean
Whether the GCP Filestore CSI driver is enabled for this cluster.
GcsFuseCsiDriverConfig, GcsFuseCsiDriverConfigArgs
- Enabled bool
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- Enabled bool
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled boolean
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled bool
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
GcsFuseCsiDriverConfigResponse, GcsFuseCsiDriverConfigResponseArgs
- Enabled bool
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- Enabled bool
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled boolean
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled bool
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
- enabled Boolean
Whether the Cloud Storage Fuse CSI driver is enabled for this cluster.
GkeBackupAgentConfig, GkeBackupAgentConfigArgs
- Enabled bool
Whether the Backup for GKE agent is enabled for this cluster.
- Enabled bool
Whether the Backup for GKE agent is enabled for this cluster.
- enabled Boolean
Whether the Backup for GKE agent is enabled for this cluster.
- enabled boolean
Whether the Backup for GKE agent is enabled for this cluster.
- enabled bool
Whether the Backup for GKE agent is enabled for this cluster.
- enabled Boolean
Whether the Backup for GKE agent is enabled for this cluster.
GkeBackupAgentConfigResponse, GkeBackupAgentConfigResponseArgs
- Enabled bool
Whether the Backup for GKE agent is enabled for this cluster.
- Enabled bool
Whether the Backup for GKE agent is enabled for this cluster.
- enabled Boolean
Whether the Backup for GKE agent is enabled for this cluster.
- enabled boolean
Whether the Backup for GKE agent is enabled for this cluster.
- enabled bool
Whether the Backup for GKE agent is enabled for this cluster.
- enabled Boolean
Whether the Backup for GKE agent is enabled for this cluster.
HorizontalPodAutoscaling, HorizontalPodAutoscalingArgs
- Disabled bool
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- Disabled bool
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled Boolean
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled boolean
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled bool
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled Boolean
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
HorizontalPodAutoscalingResponse, HorizontalPodAutoscalingResponseArgs
- Disabled bool
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- Disabled bool
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled Boolean
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled boolean
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled bool
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
- disabled Boolean
Whether the Horizontal Pod Autoscaling feature is enabled in the cluster. When enabled, it ensures that metrics are collected into Stackdriver Monitoring.
HostMaintenancePolicy, HostMaintenancePolicyArgs
- Maintenance
Interval Pulumi.Google Native. Container. V1Beta1. Host Maintenance Policy Maintenance Interval Specifies the frequency of planned maintenance events.
- Opportunistic
Maintenance Pulumi.Strategy Google Native. Container. V1Beta1. Inputs. Opportunistic Maintenance Strategy Strategy that will trigger maintenance on behalf of the customer.
- Maintenance
Interval HostMaintenance Policy Maintenance Interval Specifies the frequency of planned maintenance events.
- Opportunistic
Maintenance OpportunisticStrategy Maintenance Strategy Strategy that will trigger maintenance on behalf of the customer.
- maintenance
Interval HostMaintenance Policy Maintenance Interval Specifies the frequency of planned maintenance events.
- opportunistic
Maintenance OpportunisticStrategy Maintenance Strategy Strategy that will trigger maintenance on behalf of the customer.
- maintenance
Interval HostMaintenance Policy Maintenance Interval Specifies the frequency of planned maintenance events.
- opportunistic
Maintenance OpportunisticStrategy Maintenance Strategy Strategy that will trigger maintenance on behalf of the customer.
- maintenance_
interval HostMaintenance Policy Maintenance Interval Specifies the frequency of planned maintenance events.
- opportunistic_
maintenance_ Opportunisticstrategy Maintenance Strategy Strategy that will trigger maintenance on behalf of the customer.
- maintenance
Interval "MAINTENANCE_INTERVAL_UNSPECIFIED" | "AS_NEEDED" | "PERIODIC" Specifies the frequency of planned maintenance events.
- opportunistic
Maintenance Property MapStrategy Strategy that will trigger maintenance on behalf of the customer.
HostMaintenancePolicyMaintenanceInterval, HostMaintenancePolicyMaintenanceIntervalArgs
- Maintenance
Interval Unspecified - MAINTENANCE_INTERVAL_UNSPECIFIED
The maintenance interval is not explicitly specified.
- As
Needed - AS_NEEDED
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
- Periodic
- PERIODIC
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
- Host
Maintenance Policy Maintenance Interval Maintenance Interval Unspecified - MAINTENANCE_INTERVAL_UNSPECIFIED
The maintenance interval is not explicitly specified.
- Host
Maintenance Policy Maintenance Interval As Needed - AS_NEEDED
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
- Host
Maintenance Policy Maintenance Interval Periodic - PERIODIC
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
- Maintenance
Interval Unspecified - MAINTENANCE_INTERVAL_UNSPECIFIED
The maintenance interval is not explicitly specified.
- As
Needed - AS_NEEDED
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
- Periodic
- PERIODIC
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
- Maintenance
Interval Unspecified - MAINTENANCE_INTERVAL_UNSPECIFIED
The maintenance interval is not explicitly specified.
- As
Needed - AS_NEEDED
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
- Periodic
- PERIODIC
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
- MAINTENANCE_INTERVAL_UNSPECIFIED
- MAINTENANCE_INTERVAL_UNSPECIFIED
The maintenance interval is not explicitly specified.
- AS_NEEDED
- AS_NEEDED
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
- PERIODIC
- PERIODIC
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
- "MAINTENANCE_INTERVAL_UNSPECIFIED"
- MAINTENANCE_INTERVAL_UNSPECIFIED
The maintenance interval is not explicitly specified.
- "AS_NEEDED"
- AS_NEEDED
Nodes are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the node than the PERIODIC option.
- "PERIODIC"
- PERIODIC
Nodes receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean underlying VMs will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
HostMaintenancePolicyResponse, HostMaintenancePolicyResponseArgs
- Maintenance
Interval string Specifies the frequency of planned maintenance events.
- Opportunistic
Maintenance Pulumi.Strategy Google Native. Container. V1Beta1. Inputs. Opportunistic Maintenance Strategy Response Strategy that will trigger maintenance on behalf of the customer.
- Maintenance
Interval string Specifies the frequency of planned maintenance events.
- Opportunistic
Maintenance OpportunisticStrategy Maintenance Strategy Response Strategy that will trigger maintenance on behalf of the customer.
- maintenance
Interval String Specifies the frequency of planned maintenance events.
- opportunistic
Maintenance OpportunisticStrategy Maintenance Strategy Response Strategy that will trigger maintenance on behalf of the customer.
- maintenance
Interval string Specifies the frequency of planned maintenance events.
- opportunistic
Maintenance OpportunisticStrategy Maintenance Strategy Response Strategy that will trigger maintenance on behalf of the customer.
- maintenance_
interval str Specifies the frequency of planned maintenance events.
- opportunistic_
maintenance_ Opportunisticstrategy Maintenance Strategy Response Strategy that will trigger maintenance on behalf of the customer.
- maintenance
Interval String Specifies the frequency of planned maintenance events.
- opportunistic
Maintenance Property MapStrategy Strategy that will trigger maintenance on behalf of the customer.
HttpLoadBalancing, HttpLoadBalancingArgs
- Disabled bool
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.
- Disabled bool
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.
- disabled Boolean
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.
- disabled boolean
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.
- disabled bool
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.
- disabled Boolean
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.
HttpLoadBalancingResponse, HttpLoadBalancingResponseArgs
- Disabled bool
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.
- Disabled bool
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.
- disabled Boolean
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.
- disabled boolean
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.
- disabled bool
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.
- disabled Boolean
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.
IPAllocationPolicy, IPAllocationPolicyArgs
- Allow
Route boolOverlap If true, allow allocation of cluster CIDR ranges that overlap with certain kinds of network routes. By default we do not allow cluster CIDR ranges to intersect with any user declared routes. With allow_route_overlap == true, we allow overlapping with CIDR ranges that are larger than the cluster CIDR range. If this field is set to true, then cluster and services CIDRs must be fully-specified (e.g.
10.96.0.0/14
, but not/14
), which means: 1) Whenuse_ip_aliases
is true,cluster_ipv4_cidr_block
andservices_ipv4_cidr_block
must be fully-specified. 2) Whenuse_ip_aliases
is false,cluster.cluster_ipv4_cidr
muse be fully-specified.- Cluster
Ipv4Cidr string This field is deprecated, use cluster_ipv4_cidr_block.
This field is deprecated, use cluster_ipv4_cidr_block.
- Cluster
Ipv4Cidr stringBlock 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 whenuse_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 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.- Cluster
Secondary stringRange Name 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 and create_subnetwork is false.
- Create
Subnetwork bool Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when
use_ip_aliases
is true.- Ipv6Access
Type Pulumi.Google Native. Container. V1Beta1. IPAllocation Policy Ipv6Access Type The ipv6 access type (internal or external) when create_subnetwork is true
- Node
Ipv4Cidr string This field is deprecated, use node_ipv4_cidr_block.
This field is deprecated, use node_ipv4_cidr_block.
- Node
Ipv4Cidr stringBlock 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 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.- Pod
Cidr Pulumi.Overprovision Config Google Native. Container. V1Beta1. Inputs. Pod CIDROverprovision Config [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.
- Services
Ipv4Cidr string This field is deprecated, use services_ipv4_cidr_block.
This field is deprecated, use services_ipv4_cidr_block.
- Services
Ipv4Cidr stringBlock 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 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.- Services
Secondary stringRange Name 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 and create_subnetwork is false.
- Stack
Type Pulumi.Google Native. Container. V1Beta1. IPAllocation Policy Stack Type IP stack type
- Subnetwork
Name string 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.- Tpu
Ipv4Cidr stringBlock 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 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, use cluster.tpu_config.ipv4_cidr_block instead.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 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, use cluster.tpu_config.ipv4_cidr_block instead.- Use
Ip boolAliases 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