Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.container/v1.getCluster
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Gets the details of a specific cluster.
Using getCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>
def get_cluster(cluster_id: Optional[str] = None,
location: Optional[str] = None,
project: Optional[str] = None,
project_id: Optional[str] = None,
zone: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(cluster_id: Optional[pulumi.Input[str]] = None,
location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
zone: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]
func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput
> Note: This function is named LookupCluster
in the Go SDK.
public static class GetCluster
{
public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:container/v1:getCluster
arguments:
# arguments dictionary
The following arguments are supported:
- cluster_
id str - location str
- project str
- project_
id str - zone str
getCluster Result
The following output properties are available:
- Addons
Config Pulumi.Google Native. Container. V1. Outputs. Addons Config Response - Configurations for the various addons available to run in the cluster.
- Authenticator
Groups Pulumi.Config Google Native. Container. V1. Outputs. Authenticator Groups Config Response - Configuration controlling RBAC group membership information.
- Autopilot
Pulumi.
Google Native. Container. V1. Outputs. Autopilot Response - Autopilot configuration for the cluster.
- Autoscaling
Pulumi.
Google Native. Container. V1. Outputs. Cluster Autoscaling Response - Cluster-level autoscaling configuration.
- Pulumi.
Google Native. Container. V1. Outputs. Binary Authorization Response - 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
. - Conditions
List<Pulumi.
Google Native. Container. V1. Outputs. Status Condition Response> - Which conditions caused the current cluster state.
- Confidential
Nodes Pulumi.Google Native. Container. V1. Outputs. Confidential Nodes Response - Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- Cost
Management Pulumi.Config Google Native. Container. V1. Outputs. Cost Management Config Response - Configuration for the fine-grained cost management feature.
- 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.
- Current
Node stringVersion - [Output only] Deprecated, use NodePools.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.
- Database
Encryption Pulumi.Google Native. Container. V1. Outputs. Database Encryption Response - Configuration of etcd encryption.
- Default
Max Pulumi.Pods Constraint Google Native. Container. V1. Outputs. Max Pods Constraint Response - 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. V1. Outputs. K8s Beta APIConfig Response - Beta APIs Config
- Enable
Kubernetes boolAlpha - Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
- Enable
Tpu bool - Enable the ability to use Cloud TPUs in this cluster.
- 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. - Enterprise
Config Pulumi.Google Native. Container. V1. Outputs. Enterprise Config Response - 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.
- Expire
Time string - [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- Fleet
Pulumi.
Google Native. Container. V1. Outputs. Fleet Response - Fleet information for the cluster.
- Identity
Service Pulumi.Config Google Native. Container. V1. Outputs. Identity Service Config Response - 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.
- Instance
Group List<string>Urls - Deprecated. Use node_pools.instance_group_urls.
- Ip
Allocation Pulumi.Policy Google Native. Container. V1. Outputs. IPAllocation Policy Response - Configuration for cluster IP allocation.
- Label
Fingerprint string - The fingerprint of the set of labels for this cluster.
- Legacy
Abac Pulumi.Google Native. Container. V1. Outputs. Legacy Abac Response - Configuration for the legacy ABAC authorization mode.
- Location string
- [Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
- 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. V1. Outputs. Logging Config Response - 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. V1. Outputs. Maintenance Policy Response - Configure the maintenance policy for this cluster.
- Master
Auth Pulumi.Google Native. Container. V1. Outputs. Master Auth Response - 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. V1. Outputs. Master Authorized Networks Config Response - The configuration options for master authorized networks feature.
- Mesh
Certificates Pulumi.Google Native. Container. V1. Outputs. Mesh Certificates Response - Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- Monitoring
Config Pulumi.Google Native. Container. V1. Outputs. Monitoring Config Response - 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. - Network
Config Pulumi.Google Native. Container. V1. Outputs. Network Config Response - Configuration for cluster networking.
- Network
Policy Pulumi.Google Native. Container. V1. Outputs. Network Policy Response - Configuration options for the NetworkPolicy feature.
- Node
Config Pulumi.Google Native. Container. V1. Outputs. Node Config Response - 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
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. - Node
Pool Pulumi.Auto Config Google Native. Container. V1. Outputs. Node Pool Auto Config Response - 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. V1. Outputs. Node Pool Defaults Response - 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. V1. Outputs. Node Pool Response> - 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. V1. Outputs. Notification Config Response - Notification configuration of the cluster.
- Parent
Product Pulumi.Config Google Native. Container. V1. Outputs. Parent Product Config Response - 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.
- Private
Cluster Pulumi.Config Google Native. Container. V1. Outputs. Private Cluster Config Response - Configuration for private cluster.
- Release
Channel Pulumi.Google Native. Container. V1. Outputs. Release Channel Response - 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. V1. Outputs. Resource Usage Export Config Response - Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified.
- Security
Posture Pulumi.Config Google Native. Container. V1. Outputs. Security Posture Config Response - Enable/Disable Security Posture API features for the cluster.
- 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. - Shielded
Nodes Pulumi.Google Native. Container. V1. Outputs. Shielded Nodes Response - Shielded Nodes configuration.
- 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.
- Subnetwork string
- The name of the Google Compute Engine subnetwork to which the cluster is connected.
- 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
). - Vertical
Pod Pulumi.Autoscaling Google Native. Container. V1. Outputs. Vertical Pod Autoscaling Response - Cluster-level Vertical Pod Autoscaling configuration.
- Workload
Identity Pulumi.Config Google Native. Container. V1. Outputs. Workload Identity Config Response - Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- Zone string
- [Output only] The name of the Google Compute Engine zone in which the cluster resides. This field is deprecated, use location instead.
- Addons
Config AddonsConfig Response - Configurations for the various addons available to run in the cluster.
- Authenticator
Groups AuthenticatorConfig Groups Config Response - Configuration controlling RBAC group membership information.
- Autopilot
Autopilot
Response - Autopilot configuration for the cluster.
- Autoscaling
Cluster
Autoscaling Response - Cluster-level autoscaling configuration.
- Binary
Authorization Response - 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
. - Conditions
[]Status
Condition Response - Which conditions caused the current cluster state.
- Confidential
Nodes ConfidentialNodes Response - Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- Cost
Management CostConfig Management Config Response - Configuration for the fine-grained cost management feature.
- 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.
- Current
Node stringVersion - [Output only] Deprecated, use NodePools.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.
- Database
Encryption DatabaseEncryption Response - Configuration of etcd encryption.
- Default
Max MaxPods Constraint Pods Constraint Response - 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 Response - Beta APIs Config
- Enable
Kubernetes boolAlpha - Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
- Enable
Tpu bool - Enable the ability to use Cloud TPUs in this cluster.
- 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. - Enterprise
Config EnterpriseConfig Response - 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.
- Expire
Time string - [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- Fleet
Fleet
Response - Fleet information for the cluster.
- Identity
Service IdentityConfig Service Config Response - 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.
- Instance
Group []stringUrls - Deprecated. Use node_pools.instance_group_urls.
- Ip
Allocation IPAllocationPolicy Policy Response - Configuration for cluster IP allocation.
- Label
Fingerprint string - The fingerprint of the set of labels for this cluster.
- Legacy
Abac LegacyAbac Response - Configuration for the legacy ABAC authorization mode.
- Location string
- [Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
- 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 Response - 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 Response - Configure the maintenance policy for this cluster.
- Master
Auth MasterAuth Response - 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 Response - The configuration options for master authorized networks feature.
- Mesh
Certificates MeshCertificates Response - Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- Monitoring
Config MonitoringConfig Response - 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. - Network
Config NetworkConfig Response - Configuration for cluster networking.
- Network
Policy NetworkPolicy Response - Configuration options for the NetworkPolicy feature.
- Node
Config NodeConfig Response - 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
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. - Node
Pool NodeAuto Config Pool Auto Config Response - 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 Response - Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- Node
Pools []NodePool Response - 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 Response - Notification configuration of the cluster.
- Parent
Product ParentConfig Product Config Response - 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.
- Private
Cluster PrivateConfig Cluster Config Response - Configuration for private cluster.
- Release
Channel ReleaseChannel Response - 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 Response - Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified.
- Security
Posture SecurityConfig Posture Config Response - Enable/Disable Security Posture API features for the cluster.
- 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. - Shielded
Nodes ShieldedNodes Response - Shielded Nodes configuration.
- 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.
- Subnetwork string
- The name of the Google Compute Engine subnetwork to which the cluster is connected.
- 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
). - Vertical
Pod VerticalAutoscaling Pod Autoscaling Response - Cluster-level Vertical Pod Autoscaling configuration.
- Workload
Identity WorkloadConfig Identity Config Response - Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- Zone string
- [Output only] The name of the Google Compute Engine zone in which the cluster resides. This field is deprecated, use location instead.
- addons
Config AddonsConfig Response - Configurations for the various addons available to run in the cluster.
- authenticator
Groups AuthenticatorConfig Groups Config Response - Configuration controlling RBAC group membership information.
- autopilot
Autopilot
Response - Autopilot configuration for the cluster.
- autoscaling
Cluster
Autoscaling Response - Cluster-level autoscaling configuration.
- Binary
Authorization Response - 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
. - conditions
List<Status
Condition Response> - Which conditions caused the current cluster state.
- confidential
Nodes ConfidentialNodes Response - Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- cost
Management CostConfig Management Config Response - Configuration for the fine-grained cost management feature.
- 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.
- current
Node StringVersion - [Output only] Deprecated, use NodePools.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.
- database
Encryption DatabaseEncryption Response - Configuration of etcd encryption.
- default
Max MaxPods Constraint Pods Constraint Response - 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 Response - Beta APIs Config
- enable
Kubernetes BooleanAlpha - Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
- enable
Tpu Boolean - Enable the ability to use Cloud TPUs in this cluster.
- 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. - enterprise
Config EnterpriseConfig Response - 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.
- expire
Time String - [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- fleet
Fleet
Response - Fleet information for the cluster.
- identity
Service IdentityConfig Service Config Response - 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.
- instance
Group List<String>Urls - Deprecated. Use node_pools.instance_group_urls.
- ip
Allocation IPAllocationPolicy Policy Response - Configuration for cluster IP allocation.
- label
Fingerprint String - The fingerprint of the set of labels for this cluster.
- legacy
Abac LegacyAbac Response - Configuration for the legacy ABAC authorization mode.
- location String
- [Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
- 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 Response - 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 Response - Configure the maintenance policy for this cluster.
- master
Auth MasterAuth Response - 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 Response - The configuration options for master authorized networks feature.
- mesh
Certificates MeshCertificates Response - Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- monitoring
Config MonitoringConfig Response - 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. - network
Config NetworkConfig Response - Configuration for cluster networking.
- network
Policy NetworkPolicy Response - Configuration options for the NetworkPolicy feature.
- node
Config NodeConfig Response - 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
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. - node
Pool NodeAuto Config Pool Auto Config Response - 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 Response - Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- node
Pools List<NodePool Response> - 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 Response - Notification configuration of the cluster.
- parent
Product ParentConfig Product Config Response - 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.
- private
Cluster PrivateConfig Cluster Config Response - Configuration for private cluster.
- release
Channel ReleaseChannel Response - 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 Response - Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified.
- security
Posture SecurityConfig Posture Config Response - Enable/Disable Security Posture API features for the cluster.
- 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. - shielded
Nodes ShieldedNodes Response - Shielded Nodes configuration.
- 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.
- subnetwork String
- The name of the Google Compute Engine subnetwork to which the cluster is connected.
- 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
). - vertical
Pod VerticalAutoscaling Pod Autoscaling Response - Cluster-level Vertical Pod Autoscaling configuration.
- workload
Identity WorkloadConfig Identity Config Response - Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone String
- [Output only] The name of the Google Compute Engine zone in which the cluster resides. This field is deprecated, use location instead.
- addons
Config AddonsConfig Response - Configurations for the various addons available to run in the cluster.
- authenticator
Groups AuthenticatorConfig Groups Config Response - Configuration controlling RBAC group membership information.
- autopilot
Autopilot
Response - Autopilot configuration for the cluster.
- autoscaling
Cluster
Autoscaling Response - Cluster-level autoscaling configuration.
- Binary
Authorization Response - 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
. - conditions
Status
Condition Response[] - Which conditions caused the current cluster state.
- confidential
Nodes ConfidentialNodes Response - Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- cost
Management CostConfig Management Config Response - Configuration for the fine-grained cost management feature.
- 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.
- current
Node stringVersion - [Output only] Deprecated, use NodePools.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.
- database
Encryption DatabaseEncryption Response - Configuration of etcd encryption.
- default
Max MaxPods Constraint Pods Constraint Response - 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 Response - Beta APIs Config
- enable
Kubernetes booleanAlpha - Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
- enable
Tpu boolean - Enable the ability to use Cloud TPUs in this cluster.
- 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. - enterprise
Config EnterpriseConfig Response - 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.
- expire
Time string - [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- fleet
Fleet
Response - Fleet information for the cluster.
- identity
Service IdentityConfig Service Config Response - 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.
- instance
Group string[]Urls - Deprecated. Use node_pools.instance_group_urls.
- ip
Allocation IPAllocationPolicy Policy Response - Configuration for cluster IP allocation.
- label
Fingerprint string - The fingerprint of the set of labels for this cluster.
- legacy
Abac LegacyAbac Response - Configuration for the legacy ABAC authorization mode.
- location string
- [Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
- 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 Response - 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 Response - Configure the maintenance policy for this cluster.
- master
Auth MasterAuth Response - 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 Response - The configuration options for master authorized networks feature.
- mesh
Certificates MeshCertificates Response - Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- monitoring
Config MonitoringConfig Response - 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. - network
Config NetworkConfig Response - Configuration for cluster networking.
- network
Policy NetworkPolicy Response - Configuration options for the NetworkPolicy feature.
- node
Config NodeConfig Response - 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
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. - node
Pool NodeAuto Config Pool Auto Config Response - 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 Response - Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- node
Pools NodePool Response[] - 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 Response - Notification configuration of the cluster.
- parent
Product ParentConfig Product Config Response - 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.
- private
Cluster PrivateConfig Cluster Config Response - Configuration for private cluster.
- release
Channel ReleaseChannel Response - 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 Response - Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified.
- security
Posture SecurityConfig Posture Config Response - Enable/Disable Security Posture API features for the cluster.
- 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. - shielded
Nodes ShieldedNodes Response - Shielded Nodes configuration.
- 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.
- subnetwork string
- The name of the Google Compute Engine subnetwork to which the cluster is connected.
- 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
). - vertical
Pod VerticalAutoscaling Pod Autoscaling Response - Cluster-level Vertical Pod Autoscaling configuration.
- workload
Identity WorkloadConfig Identity Config Response - Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone string
- [Output only] The name of the Google Compute Engine zone in which the cluster resides. This field is deprecated, use location instead.
- addons_
config AddonsConfig Response - Configurations for the various addons available to run in the cluster.
- authenticator_
groups_ Authenticatorconfig Groups Config Response - Configuration controlling RBAC group membership information.
- autopilot
Autopilot
Response - Autopilot configuration for the cluster.
- autoscaling
Cluster
Autoscaling Response - Cluster-level autoscaling configuration.
- Binary
Authorization Response - 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
. - conditions
Sequence[Status
Condition Response] - Which conditions caused the current cluster state.
- confidential_
nodes ConfidentialNodes Response - Configuration of Confidential Nodes. All the nodes in the cluster will be Confidential VM once enabled.
- cost_
management_ Costconfig Management Config Response - Configuration for the fine-grained cost management feature.
- 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.
- current_
node_ strversion - [Output only] Deprecated, use NodePools.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.
- database_
encryption DatabaseEncryption Response - Configuration of etcd encryption.
- default_
max_ Maxpods_ constraint Pods Constraint Response - 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 Response - Beta APIs Config
- enable_
kubernetes_ boolalpha - Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
- enable_
tpu bool - Enable the ability to use Cloud TPUs in this cluster.
- 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. - enterprise_
config EnterpriseConfig Response - 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.
- expire_
time str - [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- fleet
Fleet
Response - Fleet information for the cluster.
- identity_
service_ Identityconfig Service Config Response - 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.
- instance_
group_ Sequence[str]urls - Deprecated. Use node_pools.instance_group_urls.
- ip_
allocation_ IPAllocationpolicy Policy Response - Configuration for cluster IP allocation.
- label_
fingerprint str - The fingerprint of the set of labels for this cluster.
- legacy_
abac LegacyAbac Response - Configuration for the legacy ABAC authorization mode.
- location str
- [Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
- 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 Response - 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 Response - Configure the maintenance policy for this cluster.
- master_
auth MasterAuth Response - 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 Response - The configuration options for master authorized networks feature.
- mesh_
certificates MeshCertificates Response - Configuration for issuance of mTLS keys and certificates to Kubernetes pods.
- monitoring_
config MonitoringConfig Response - 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. - network_
config NetworkConfig Response - Configuration for cluster networking.
- network_
policy NetworkPolicy Response - Configuration options for the NetworkPolicy feature.
- node_
config NodeConfig Response - 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_
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. - node_
pool_ Nodeauto_ config Pool Auto Config Response - 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 Response - Default NodePool settings for the entire cluster. These settings are overridden if specified on the specific NodePool object.
- node_
pools Sequence[NodePool Response] - 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 Response - Notification configuration of the cluster.
- parent_
product_ Parentconfig Product Config Response - 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.
- private_
cluster_ Privateconfig Cluster Config Response - Configuration for private cluster.
- release_
channel ReleaseChannel Response - 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 Response - Configuration for exporting resource usages. Resource usage export is disabled when this config is unspecified.
- security_
posture_ Securityconfig Posture Config Response - Enable/Disable Security Posture API features for the cluster.
- 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. - shielded_
nodes ShieldedNodes Response - Shielded Nodes configuration.
- 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.
- subnetwork str
- The name of the Google Compute Engine subnetwork to which the cluster is connected.
- 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
). - vertical_
pod_ Verticalautoscaling Pod Autoscaling Response - Cluster-level Vertical Pod Autoscaling configuration.
- workload_
identity_ Workloadconfig Identity Config Response - Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone str
- [Output only] The name of the Google Compute Engine zone in which the cluster resides. This field is deprecated, use location instead.
- 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
. - 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.
- 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.
- current
Node StringVersion - [Output only] Deprecated, use NodePools.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.
- 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 - Beta APIs Config
- enable
Kubernetes BooleanAlpha - Kubernetes alpha features are enabled on this cluster. This includes alpha API groups (e.g. v1alpha1) and features that may not be production ready in the kubernetes version of the master and nodes. The cluster has no SLA for uptime and master/node upgrades are disabled. Alpha enabled clusters are automatically deleted thirty days after creation.
- enable
Tpu Boolean - Enable the ability to use Cloud TPUs in this cluster.
- 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. - 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.
- expire
Time String - [Output only] The time the cluster will be automatically deleted in RFC3339 text format.
- 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.
- instance
Group List<String>Urls - Deprecated. Use node_pools.instance_group_urls.
- ip
Allocation Property MapPolicy - Configuration for cluster IP allocation.
- label
Fingerprint String - The fingerprint of the set of labels for this cluster.
- legacy
Abac Property Map - Configuration for the legacy ABAC authorization mode.
- location String
- [Output only] The name of the Google Compute Engine zone or region in which the cluster resides.
- 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
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.
- 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. - 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. - 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. - 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
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.
- private
Cluster Property MapConfig - Configuration for private 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 is unspecified.
- security
Posture Property MapConfig - Enable/Disable Security Posture API features for the cluster.
- 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. - shielded
Nodes Property Map - Shielded Nodes configuration.
- 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.
- subnetwork String
- The name of the Google Compute Engine subnetwork to which the cluster is connected.
- 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
). - vertical
Pod Property MapAutoscaling - Cluster-level Vertical Pod Autoscaling configuration.
- workload
Identity Property MapConfig - Configuration for the use of Kubernetes Service Accounts in GCP IAM policies.
- zone String
- [Output only] The name of the Google Compute Engine zone in which the cluster resides. This field is deprecated, use location instead.
Supporting Types
AcceleratorConfigResponse
- 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. V1. 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. V1. Inputs. GPUSharing Config Response - The configuration for GPU sharing options.
- 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.
- 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.
- 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.
- 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.
- 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.
AdditionalNodeNetworkConfigResponse
- 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
AdditionalPodNetworkConfigResponse
- Max
Pods Pulumi.Per Node Google Native. Container. V1. 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
- Pod
Range List<Pulumi.Info Google Native. Container. V1. 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.
AddonsConfigResponse
- Cloud
Run Pulumi.Config Google Native. Container. V1. Inputs. Cloud Run Config Response - Configuration for the Cloud Run addon, which allows the user to use a managed Knative service.
- Config
Connector Pulumi.Config Google Native. Container. V1. 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. V1. 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. V1. 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. V1. Inputs. Gcp Filestore Csi Driver Config Response - Configuration for the GCP Filestore CSI driver.
- Gcs
Fuse Pulumi.Csi Driver Config Google Native. Container. V1. Inputs. Gcs Fuse Csi Driver Config Response - Configuration for the Cloud Storage Fuse CSI driver.
- Gke
Backup Pulumi.Agent Config Google Native. Container. V1. Inputs. Gke Backup Agent Config Response - Configuration for the Backup for GKE agent addon.
- Horizontal
Pod Pulumi.Autoscaling Google Native. Container. V1. 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. V1. 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.
- Kubernetes
Dashboard Pulumi.Google Native. Container. V1. 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. V1. 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, which allows the user to use a managed Knative service.
- 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.
- 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, which allows the user to use a managed Knative service.
- 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.
- 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, which allows the user to use a managed Knative service.
- 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.
- 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, which allows the user to use a managed Knative service.
- 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.
- 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, which allows the user to use a managed Knative service.
- 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.
- 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.
AdvancedDatapathObservabilityConfigResponse
- 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
AdvancedMachineFeaturesResponse
- 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.
AuthenticatorGroupsConfigResponse
- 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
- 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.
AutopilotResponse
- Enabled bool
- Enable Autopilot
- Workload
Policy Pulumi.Config Google Native. Container. V1. Inputs. Workload Policy Config Response - Workload policy configuration for Autopilot.
- Enabled bool
- Enable Autopilot
- Workload
Policy WorkloadConfig Policy Config Response - Workload policy configuration for Autopilot.
- enabled Boolean
- Enable Autopilot
- workload
Policy WorkloadConfig Policy Config Response - Workload policy configuration for Autopilot.
- enabled boolean
- Enable Autopilot
- workload
Policy WorkloadConfig Policy Config Response - Workload policy configuration for Autopilot.
- enabled bool
- Enable Autopilot
- workload_
policy_ Workloadconfig Policy Config Response - Workload policy configuration for Autopilot.
- enabled Boolean
- Enable Autopilot
- workload
Policy Property MapConfig - Workload policy configuration for Autopilot.
AutoprovisioningNodePoolDefaultsResponse
- 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. V1. Inputs. Node Management Response - Specifies the node management options for NAP created node-pools.
- 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. - Oauth
Scopes List<string> - Scopes that are used by NAP when creating node pools.
- Service
Account string - The Google Cloud Platform Service Account to be used by the node VMs.
- Shielded
Instance Pulumi.Config Google Native. Container. V1. Inputs. Shielded Instance Config Response - Shielded Instance options.
- Upgrade
Settings Pulumi.Google Native. Container. V1. Inputs. Upgrade Settings Response - Specifies the upgrade settings for NAP created node pools
- 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 - Specifies the node management options for NAP created node-pools.
- 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. - Oauth
Scopes []string - Scopes that are used by NAP when creating node pools.
- Service
Account string - The Google Cloud Platform Service Account to be used by the node VMs.
- Shielded
Instance ShieldedConfig Instance Config Response - Shielded Instance options.
- Upgrade
Settings UpgradeSettings Response - Specifies the upgrade settings for NAP created node pools
- 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 - Specifies the node management options for NAP created node-pools.
- 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. - oauth
Scopes List<String> - Scopes that are used by NAP when creating node pools.
- service
Account String - The Google Cloud Platform Service Account to be used by the node VMs.
- shielded
Instance ShieldedConfig Instance Config Response - Shielded Instance options.
- upgrade
Settings UpgradeSettings Response - Specifies the upgrade settings for NAP created node pools
- 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 - Specifies the node management options for NAP created node-pools.
- 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. - oauth
Scopes string[] - Scopes that are used by NAP when creating node pools.
- service
Account string - The Google Cloud Platform Service Account to be used by the node VMs.
- shielded
Instance ShieldedConfig Instance Config Response - Shielded Instance options.
- upgrade
Settings UpgradeSettings Response - Specifies the upgrade settings for NAP created node pools
- 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 - Specifies the node management options for NAP created node-pools.
- 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. - oauth_
scopes Sequence[str] - Scopes that are used by NAP when creating node pools.
- service_
account str - The Google Cloud Platform Service Account to be used by the node VMs.
- shielded_
instance_ Shieldedconfig Instance Config Response - Shielded Instance options.
- upgrade_
settings UpgradeSettings Response - Specifies the upgrade settings for NAP created node pools
- 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
- Specifies the node management options for NAP created node-pools.
- 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. - oauth
Scopes List<String> - Scopes that are used by NAP when creating node pools.
- service
Account String - The Google Cloud Platform Service Account to be used by the node VMs.
- shielded
Instance Property MapConfig - Shielded Instance options.
- upgrade
Settings Property Map - Specifies the upgrade settings for NAP created node pools
BestEffortProvisioningResponse
- 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.
BigQueryDestinationResponse
- 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.
BinaryAuthorizationResponse
- 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.
- Evaluation
Mode string - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- 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.
- Evaluation
Mode string - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- 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.
- evaluation
Mode String - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- 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.
- evaluation
Mode string - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- 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.
- evaluation_
mode str - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
- 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.
- evaluation
Mode String - Mode of operation for binauthz policy evaluation. If unspecified, defaults to DISABLED.
BlueGreenInfoResponse
- 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.
BlueGreenSettingsResponse
- 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. V1. 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.
CidrBlockResponse
- 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.
ClientCertificateConfigResponse
- 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.
CloudRunConfigResponse
- 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.
ClusterAutoscalingResponse
- 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. V1. 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. V1. 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.
ClusterNetworkPerformanceConfigResponse
- Total
Egress stringBandwidth Tier - Specifies the total network bandwidth tier for NodePools in the cluster.
- Total
Egress stringBandwidth Tier - Specifies the total network bandwidth tier for NodePools in the cluster.
- total
Egress StringBandwidth Tier - Specifies the total network bandwidth tier for NodePools in the cluster.
- total
Egress stringBandwidth Tier - Specifies the total network bandwidth tier for NodePools in the cluster.
- total_
egress_ strbandwidth_ tier - Specifies the total network bandwidth tier for NodePools in the cluster.
- total
Egress StringBandwidth Tier - Specifies the total network bandwidth tier for NodePools in the cluster.
ConfidentialNodesResponse
- 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.
ConfigConnectorConfigResponse
- 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.
ConsumptionMeteringConfigResponse
- 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.
CostManagementConfigResponse
- 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.
DNSConfigResponse
- 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.
DailyMaintenanceWindowResponse
- Duration string
- [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
- Start
Time string - Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- Duration string
- [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
- Start
Time string - Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- duration String
- [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
- start
Time String - Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- duration string
- [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
- start
Time string - Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- duration str
- [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
- start_
time str - Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
- duration String
- [Output only] Duration of the time window, automatically chosen to be smallest possible in the given scenario. Duration will be in RFC3339 format "PTnHnMnS".
- start
Time String - Time within the maintenance window to start the maintenance operations. Time format should be in RFC3339 format "HH:MM", where HH : [00-23] and MM : [00-59] GMT.
DatabaseEncryptionResponse
DefaultSnatStatusResponse
- 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.
DnsCacheConfigResponse
- 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
- 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.
EphemeralStorageLocalSsdConfigResponse
- 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.
FastSocketResponse
- 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.
FilterResponse
- 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.
FleetResponse
- 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.
GPUDriverInstallationConfigResponse
- 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.
GPUSharingConfigResponse
- 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.
GatewayAPIConfigResponse
- 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.
GcePersistentDiskCsiDriverConfigResponse
- 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.
GcfsConfigResponse
- 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.
GcpFilestoreCsiDriverConfigResponse
- 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.
GcsFuseCsiDriverConfigResponse
- 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.
GkeBackupAgentConfigResponse
- 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.
HorizontalPodAutoscalingResponse
- 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.
HttpLoadBalancingResponse
- 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.
IPAllocationPolicyResponse
- Additional
Pod Pulumi.Ranges Config Google Native. Container. V1. Inputs. Additional Pod Ranges Config Response - [Output only] The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.
- Cluster
Ipv4Cidr string - 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 is true 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. - Default
Pod doubleIpv4Range Utilization - [Output only] The utilization of the cluster default IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- Ipv6Access
Type string - The ipv6 access type (internal or external) when create_subnetwork is true
- Node
Ipv4Cidr string - 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. V1. Inputs. Pod CIDROverprovision Config Response - [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.
- 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
Ipv6Cidr stringBlock - [Output only] The services IPv6 CIDR block for the cluster.
- 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 is true and create_subnetwork is false.
- Stack
Type string - The IP stack type of the cluster
- Subnet
Ipv6Cidr stringBlock - [Output only] The subnet's IPv6 CIDR block used by nodes and pods.
- 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. - 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
- Use
Routes bool - Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode
- Additional
Pod AdditionalRanges Config Pod Ranges Config Response - [Output only] The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.
- Cluster
Ipv4Cidr string - 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 is true 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. - Default
Pod float64Ipv4Range Utilization - [Output only] The utilization of the cluster default IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- Ipv6Access
Type string - The ipv6 access type (internal or external) when create_subnetwork is true
- Node
Ipv4Cidr string - 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 PodOverprovision Config CIDROverprovision Config Response - [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.
- 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
Ipv6Cidr stringBlock - [Output only] The services IPv6 CIDR block for the cluster.
- 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 is true and create_subnetwork is false.
- Stack
Type string - The IP stack type of the cluster
- Subnet
Ipv6Cidr stringBlock - [Output only] The subnet's IPv6 CIDR block used by nodes and pods.
- 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. - 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
- Use
Routes bool - Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode
- additional
Pod AdditionalRanges Config Pod Ranges Config Response - [Output only] The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.
- cluster
Ipv4Cidr String - 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 is true and create_subnetwork is false.
- create
Subnetwork Boolean - Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when
use_ip_aliases
is true. - default
Pod DoubleIpv4Range Utilization - [Output only] The utilization of the cluster default IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- ipv6Access
Type String - The ipv6 access type (internal or external) when create_subnetwork is true
- node
Ipv4Cidr String - 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 PodOverprovision Config CIDROverprovision Config Response - [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.
- 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
Ipv6Cidr StringBlock - [Output only] The services IPv6 CIDR block for the cluster.
- 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 is true and create_subnetwork is false.
- stack
Type String - The IP stack type of the cluster
- subnet
Ipv6Cidr StringBlock - [Output only] The subnet's IPv6 CIDR block used by nodes and pods.
- 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. - use
Ip BooleanAliases - 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
- use
Routes Boolean - Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode
- additional
Pod AdditionalRanges Config Pod Ranges Config Response - [Output only] The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.
- cluster
Ipv4Cidr string - 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 is true and create_subnetwork is false.
- create
Subnetwork boolean - Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when
use_ip_aliases
is true. - default
Pod numberIpv4Range Utilization - [Output only] The utilization of the cluster default IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- ipv6Access
Type string - The ipv6 access type (internal or external) when create_subnetwork is true
- node
Ipv4Cidr string - 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 PodOverprovision Config CIDROverprovision Config Response - [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.
- 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
Ipv6Cidr stringBlock - [Output only] The services IPv6 CIDR block for the cluster.
- 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 is true and create_subnetwork is false.
- stack
Type string - The IP stack type of the cluster
- subnet
Ipv6Cidr stringBlock - [Output only] The subnet's IPv6 CIDR block used by nodes and pods.
- 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. - use
Ip booleanAliases - 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
- use
Routes boolean - Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode
- additional_
pod_ Additionalranges_ config Pod Ranges Config Response - [Output only] The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.
- cluster_
ipv4_ strcidr - This field is deprecated, use cluster_ipv4_cidr_block.
- cluster_
ipv4_ strcidr_ block - 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_ strrange_ 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 is true 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. - default_
pod_ floatipv4_ range_ utilization - [Output only] The utilization of the cluster default IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- ipv6_
access_ strtype - The ipv6 access type (internal or external) when create_subnetwork is true
- node_
ipv4_ strcidr - This field is deprecated, use node_ipv4_cidr_block.
- node_
ipv4_ strcidr_ block - 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_ Podoverprovision_ config CIDROverprovision Config Response - [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_
ipv4_ strcidr - This field is deprecated, use services_ipv4_cidr_block.
- services_
ipv4_ strcidr_ block - 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_
ipv6_ strcidr_ block - [Output only] The services IPv6 CIDR block for the cluster.
- services_
secondary_ strrange_ 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 is true and create_subnetwork is false.
- stack_
type str - The IP stack type of the cluster
- subnet_
ipv6_ strcidr_ block - [Output only] The subnet's IPv6 CIDR block used by nodes and pods.
- subnetwork_
name str - 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_
ipv4_ strcidr_ block - 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. - 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
- use_
routes bool - Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode
- additional
Pod Property MapRanges Config - [Output only] The additional pod ranges that are added to the cluster. These pod ranges can be used by new node pools to allocate pod IPs automatically. Once the range is removed it will not show up in IPAllocationPolicy.
- cluster
Ipv4Cidr String - 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 is true and create_subnetwork is false.
- create
Subnetwork Boolean - Whether a new subnetwork will be created automatically for the cluster. This field is only applicable when
use_ip_aliases
is true. - default
Pod NumberIpv4Range Utilization - [Output only] The utilization of the cluster default IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- ipv6Access
Type String - The ipv6 access type (internal or external) when create_subnetwork is true
- node
Ipv4Cidr String - 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 Property MapOverprovision 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.
- 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
Ipv6Cidr StringBlock - [Output only] The services IPv6 CIDR block for the cluster.
- 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 is true and create_subnetwork is false.
- stack
Type String - The IP stack type of the cluster
- subnet
Ipv6Cidr StringBlock - [Output only] The subnet's IPv6 CIDR block used by nodes and pods.
- 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. - use
Ip BooleanAliases - 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
- use
Routes Boolean - Whether routes will be used for pod IPs in the cluster. This is used in conjunction with use_ip_aliases. It cannot be true if use_ip_aliases is true. If both use_ip_aliases and use_routes are false, then the server picks the default IP allocation mode
IdentityServiceConfigResponse
- Enabled bool
- Whether to enable the Identity Service component
- Enabled bool
- Whether to enable the Identity Service component
- enabled Boolean
- Whether to enable the Identity Service component
- enabled boolean
- Whether to enable the Identity Service component
- enabled bool
- Whether to enable the Identity Service component
- enabled Boolean
- Whether to enable the Identity Service component
K8sBetaAPIConfigResponse
- Enabled
Apis List<string> - Enabled k8s beta APIs.
- Enabled
Apis []string - Enabled k8s beta APIs.
- enabled
Apis List<String> - Enabled k8s beta APIs.
- enabled
Apis string[] - Enabled k8s beta APIs.
- enabled_
apis Sequence[str] - Enabled k8s beta APIs.
- enabled
Apis List<String> - Enabled k8s beta APIs.
KubernetesDashboardResponse
- Disabled bool
- Whether the Kubernetes Dashboard is enabled for this cluster.
- Disabled bool
- Whether the Kubernetes Dashboard is enabled for this cluster.
- disabled Boolean
- Whether the Kubernetes Dashboard is enabled for this cluster.
- disabled boolean
- Whether the Kubernetes Dashboard is enabled for this cluster.
- disabled bool
- Whether the Kubernetes Dashboard is enabled for this cluster.
- disabled Boolean
- Whether the Kubernetes Dashboard is enabled for this cluster.
LegacyAbacResponse
- Enabled bool
- Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
- Enabled bool
- Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
- enabled Boolean
- Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
- enabled boolean
- Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
- enabled bool
- Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
- enabled Boolean
- Whether the ABAC authorizer is enabled for this cluster. When enabled, identities in the system, including service accounts, nodes, and controllers, will have statically granted permissions beyond those provided by the RBAC configuration or IAM.
LinuxNodeConfigResponse
- Cgroup
Mode string - cgroup_mode specifies the cgroup mode to be used on the node.
- Sysctls Dictionary<string, string>
- The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
- Cgroup
Mode string - cgroup_mode specifies the cgroup mode to be used on the node.
- Sysctls map[string]string
- The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
- cgroup
Mode String - cgroup_mode specifies the cgroup mode to be used on the node.
- sysctls Map<String,String>
- The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
- cgroup
Mode string - cgroup_mode specifies the cgroup mode to be used on the node.
- sysctls {[key: string]: string}
- The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
- cgroup_
mode str - cgroup_mode specifies the cgroup mode to be used on the node.
- sysctls Mapping[str, str]
- The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
- cgroup
Mode String - cgroup_mode specifies the cgroup mode to be used on the node.
- sysctls Map<String>
- The Linux kernel parameters to be applied to the nodes and all pods running on the nodes. The following parameters are supported. net.core.busy_poll net.core.busy_read net.core.netdev_max_backlog net.core.rmem_max net.core.wmem_default net.core.wmem_max net.core.optmem_max net.core.somaxconn net.ipv4.tcp_rmem net.ipv4.tcp_wmem net.ipv4.tcp_tw_reuse
LocalNvmeSsdBlockConfigResponse
- Local
Ssd intCount - Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
- Local
Ssd intCount - Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
- local
Ssd IntegerCount - Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
- local
Ssd numberCount - Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
- local_
ssd_ intcount - Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
- local
Ssd NumberCount - Number of local NVMe SSDs to use. The limit for this value is dependent upon the maximum number of disk available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information. A zero (or unset) value has different meanings depending on machine type being used: 1. For pre-Gen3 machines, which support flexible numbers of local ssds, zero (or unset) means to disable using local SSDs as ephemeral storage. 2. For Gen3 machines which dictate a specific number of local ssds, zero (or unset) means to use the default number of local ssds that goes with that machine type. For example, for a c3-standard-8-lssd machine, 2 local ssds would be provisioned. For c3-standard-8 (which doesn't support local ssds), 0 will be provisioned. See https://cloud.google.com/compute/docs/disks/local-ssd#choose_number_local_ssds for more info.
LoggingComponentConfigResponse
- Enable
Components List<string> - Select components to collect logs. An empty set would disable all logging.
- Enable
Components []string - Select components to collect logs. An empty set would disable all logging.
- enable
Components List<String> - Select components to collect logs. An empty set would disable all logging.
- enable
Components string[] - Select components to collect logs. An empty set would disable all logging.
- enable_
components Sequence[str] - Select components to collect logs. An empty set would disable all logging.
- enable
Components List<String> - Select components to collect logs. An empty set would disable all logging.
LoggingConfigResponse
- Component
Config Pulumi.Google Native. Container. V1. Inputs. Logging Component Config Response - Logging components configuration
- Component
Config LoggingComponent Config Response - Logging components configuration
- component
Config LoggingComponent Config Response - Logging components configuration
- component
Config LoggingComponent Config Response - Logging components configuration
- component_
config LoggingComponent Config Response - Logging components configuration
- component
Config Property Map - Logging components configuration
LoggingVariantConfigResponse
- Variant string
- Logging variant deployed on nodes.
- Variant string
- Logging variant deployed on nodes.
- variant String
- Logging variant deployed on nodes.
- variant string
- Logging variant deployed on nodes.
- variant str
- Logging variant deployed on nodes.
- variant String
- Logging variant deployed on nodes.
MaintenanceExclusionOptionsResponse
- Scope string
- Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
- Scope string
- Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
- scope String
- Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
- scope string
- Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
- scope str
- Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
- scope String
- Scope specifies the upgrade scope which upgrades are blocked by the exclusion.
MaintenancePolicyResponse
- Resource
Version string - A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a
get()
request to the cluster to get the current resource version and include it with requests to set the policy. - Window
Pulumi.
Google Native. Container. V1. Inputs. Maintenance Window Response - Specifies the maintenance window in which maintenance may be performed.
- Resource
Version string - A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a
get()
request to the cluster to get the current resource version and include it with requests to set the policy. - Window
Maintenance
Window Response - Specifies the maintenance window in which maintenance may be performed.
- resource
Version String - A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a
get()
request to the cluster to get the current resource version and include it with requests to set the policy. - window
Maintenance
Window Response - Specifies the maintenance window in which maintenance may be performed.
- resource
Version string - A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a
get()
request to the cluster to get the current resource version and include it with requests to set the policy. - window
Maintenance
Window Response - Specifies the maintenance window in which maintenance may be performed.
- resource_
version str - A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a
get()
request to the cluster to get the current resource version and include it with requests to set the policy. - window
Maintenance
Window Response - Specifies the maintenance window in which maintenance may be performed.
- resource
Version String - A hash identifying the version of this policy, so that updates to fields of the policy won't accidentally undo intermediate changes (and so that users of the API unaware of some fields won't accidentally remove other fields). Make a
get()
request to the cluster to get the current resource version and include it with requests to set the policy. - window Property Map
- Specifies the maintenance window in which maintenance may be performed.
MaintenanceWindowResponse
- Daily
Maintenance Pulumi.Window Google Native. Container. V1. Inputs. Daily Maintenance Window Response - DailyMaintenanceWindow specifies a daily maintenance operation window.
- Maintenance
Exclusions Dictionary<string, string> - Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
- Recurring
Window Pulumi.Google Native. Container. V1. Inputs. Recurring Time Window Response - RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
- Daily
Maintenance DailyWindow Maintenance Window Response - DailyMaintenanceWindow specifies a daily maintenance operation window.
- Maintenance
Exclusions map[string]string - Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
- Recurring
Window RecurringTime Window Response - RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
- daily
Maintenance DailyWindow Maintenance Window Response - DailyMaintenanceWindow specifies a daily maintenance operation window.
- maintenance
Exclusions Map<String,String> - Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
- recurring
Window RecurringTime Window Response - RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
- daily
Maintenance DailyWindow Maintenance Window Response - DailyMaintenanceWindow specifies a daily maintenance operation window.
- maintenance
Exclusions {[key: string]: string} - Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
- recurring
Window RecurringTime Window Response - RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
- daily_
maintenance_ Dailywindow Maintenance Window Response - DailyMaintenanceWindow specifies a daily maintenance operation window.
- maintenance_
exclusions Mapping[str, str] - Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
- recurring_
window RecurringTime Window Response - RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
- daily
Maintenance Property MapWindow - DailyMaintenanceWindow specifies a daily maintenance operation window.
- maintenance
Exclusions Map<String> - Exceptions to maintenance window. Non-emergency maintenance should not occur in these windows.
- recurring
Window Property Map - RecurringWindow specifies some number of recurring time periods for maintenance to occur. The time windows may be overlapping. If no maintenance windows are set, maintenance can occur at any time.
ManagedPrometheusConfigResponse
- Enabled bool
- Enable Managed Collection.
- Enabled bool
- Enable Managed Collection.
- enabled Boolean
- Enable Managed Collection.
- enabled boolean
- Enable Managed Collection.
- enabled bool
- Enable Managed Collection.
- enabled Boolean
- Enable Managed Collection.
MasterAuthResponse
- Client
Certificate string - [Output only] Base64-encoded public certificate used by clients to authenticate to the cluster endpoint.
- Client
Certificate Pulumi.Config Google Native. Container. V1. Inputs. Client Certificate Config Response - Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.
- Client
Key string - [Output only] Base64-encoded private key used by clients to authenticate to the cluster endpoint.
- Cluster
Ca stringCertificate - [Output only] Base64-encoded public certificate that is the root of trust for the cluster.
- Password string
- The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- Username string
- The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- Client
Certificate string - [Output only] Base64-encoded public certificate used by clients to authenticate to the cluster endpoint.
- Client
Certificate ClientConfig Certificate Config Response - Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.
- Client
Key string - [Output only] Base64-encoded private key used by clients to authenticate to the cluster endpoint.
- Cluster
Ca stringCertificate - [Output only] Base64-encoded public certificate that is the root of trust for the cluster.
- Password string
- The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- Username string
- The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- client
Certificate String - [Output only] Base64-encoded public certificate used by clients to authenticate to the cluster endpoint.
- client
Certificate ClientConfig Certificate Config Response - Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.
- client
Key String - [Output only] Base64-encoded private key used by clients to authenticate to the cluster endpoint.
- cluster
Ca StringCertificate - [Output only] Base64-encoded public certificate that is the root of trust for the cluster.
- password String
- The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- username String
- The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- client
Certificate string - [Output only] Base64-encoded public certificate used by clients to authenticate to the cluster endpoint.
- client
Certificate ClientConfig Certificate Config Response - Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.
- client
Key string - [Output only] Base64-encoded private key used by clients to authenticate to the cluster endpoint.
- cluster
Ca stringCertificate - [Output only] Base64-encoded public certificate that is the root of trust for the cluster.
- password string
- The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- username string
- The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- client_
certificate str - [Output only] Base64-encoded public certificate used by clients to authenticate to the cluster endpoint.
- client_
certificate_ Clientconfig Certificate Config Response - Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.
- client_
key str - [Output only] Base64-encoded private key used by clients to authenticate to the cluster endpoint.
- cluster_
ca_ strcertificate - [Output only] Base64-encoded public certificate that is the root of trust for the cluster.
- password str
- The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- username str
- The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- client
Certificate String - [Output only] Base64-encoded public certificate used by clients to authenticate to the cluster endpoint.
- client
Certificate Property MapConfig - Configuration for client certificate authentication on the cluster. For clusters before v1.12, if no configuration is specified, a client certificate is issued.
- client
Key String - [Output only] Base64-encoded private key used by clients to authenticate to the cluster endpoint.
- cluster
Ca StringCertificate - [Output only] Base64-encoded public certificate that is the root of trust for the cluster.
- password String
- The password to use for HTTP basic authentication to the master endpoint. Because the master endpoint is open to the Internet, you should create a strong password. If a password is provided for cluster creation, username must be non-empty. Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
- username String
- The username to use for HTTP basic authentication to the master endpoint. For clusters v1.6.0 and later, basic authentication can be disabled by leaving username unspecified (or setting it to the empty string). Warning: basic authentication is deprecated, and will be removed in GKE control plane versions 1.19 and newer. For a list of recommended authentication methods, see: https://cloud.google.com/kubernetes-engine/docs/how-to/api-server-authentication
MasterAuthorizedNetworksConfigResponse
- Cidr
Blocks List<Pulumi.Google Native. Container. V1. Inputs. Cidr Block Response> - cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
- Enabled bool
- Whether or not master authorized networks is enabled.
- Gcp
Public boolCidrs Access Enabled - Whether master is accessbile via Google Compute Engine Public IP addresses.
- Cidr
Blocks []CidrBlock Response - cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
- Enabled bool
- Whether or not master authorized networks is enabled.
- Gcp
Public boolCidrs Access Enabled - Whether master is accessbile via Google Compute Engine Public IP addresses.
- cidr
Blocks List<CidrBlock Response> - cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
- enabled Boolean
- Whether or not master authorized networks is enabled.
- gcp
Public BooleanCidrs Access Enabled - Whether master is accessbile via Google Compute Engine Public IP addresses.
- cidr
Blocks CidrBlock Response[] - cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
- enabled boolean
- Whether or not master authorized networks is enabled.
- gcp
Public booleanCidrs Access Enabled - Whether master is accessbile via Google Compute Engine Public IP addresses.
- cidr_
blocks Sequence[CidrBlock Response] - cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
- enabled bool
- Whether or not master authorized networks is enabled.
- gcp_
public_ boolcidrs_ access_ enabled - Whether master is accessbile via Google Compute Engine Public IP addresses.
- cidr
Blocks List<Property Map> - cidr_blocks define up to 50 external networks that could access Kubernetes master through HTTPS.
- enabled Boolean
- Whether or not master authorized networks is enabled.
- gcp
Public BooleanCidrs Access Enabled - Whether master is accessbile via Google Compute Engine Public IP addresses.
MaxPodsConstraintResponse
- Max
Pods stringPer Node - Constraint enforced on the max num of pods per node.
- Max
Pods stringPer Node - Constraint enforced on the max num of pods per node.
- max
Pods StringPer Node - Constraint enforced on the max num of pods per node.
- max
Pods stringPer Node - Constraint enforced on the max num of pods per node.
- max_
pods_ strper_ node - Constraint enforced on the max num of pods per node.
- max
Pods StringPer Node - Constraint enforced on the max num of pods per node.
MeshCertificatesResponse
- Enable
Certificates bool - enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).
- Enable
Certificates bool - enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).
- enable
Certificates Boolean - enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).
- enable
Certificates boolean - enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).
- enable_
certificates bool - enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).
- enable
Certificates Boolean - enable_certificates controls issuance of workload mTLS certificates. If set, the GKE Workload Identity Certificates controller and node agent will be deployed in the cluster, which can then be configured by creating a WorkloadCertificateConfig Custom Resource. Requires Workload Identity (workload_pool must be non-empty).
MonitoringComponentConfigResponse
- Enable
Components List<string> - Select components to collect metrics. An empty set would disable all monitoring.
- Enable
Components []string - Select components to collect metrics. An empty set would disable all monitoring.
- enable
Components List<String> - Select components to collect metrics. An empty set would disable all monitoring.
- enable
Components string[] - Select components to collect metrics. An empty set would disable all monitoring.
- enable_
components Sequence[str] - Select components to collect metrics. An empty set would disable all monitoring.
- enable
Components List<String> - Select components to collect metrics. An empty set would disable all monitoring.
MonitoringConfigResponse
- Advanced
Datapath Pulumi.Observability Config Google Native. Container. V1. Inputs. Advanced Datapath Observability Config Response - Configuration of Advanced Datapath Observability features.
- Component
Config Pulumi.Google Native. Container. V1. Inputs. Monitoring Component Config Response - Monitoring components configuration
- Managed
Prometheus Pulumi.Config Google Native. Container. V1. Inputs. Managed Prometheus Config Response - Enable Google Cloud Managed Service for Prometheus in the cluster.
- Advanced
Datapath AdvancedObservability Config Datapath Observability Config Response - Configuration of Advanced Datapath Observability features.
- Component
Config MonitoringComponent Config Response - Monitoring components configuration
- Managed
Prometheus ManagedConfig Prometheus Config Response - Enable Google Cloud Managed Service for Prometheus in the cluster.
- advanced
Datapath AdvancedObservability Config Datapath Observability Config Response - Configuration of Advanced Datapath Observability features.
- component
Config MonitoringComponent Config Response - Monitoring components configuration
- managed
Prometheus ManagedConfig Prometheus Config Response - Enable Google Cloud Managed Service for Prometheus in the cluster.
- advanced
Datapath AdvancedObservability Config Datapath Observability Config Response - Configuration of Advanced Datapath Observability features.
- component
Config MonitoringComponent Config Response - Monitoring components configuration
- managed
Prometheus ManagedConfig Prometheus Config Response - Enable Google Cloud Managed Service for Prometheus in the cluster.
- advanced_
datapath_ Advancedobservability_ config Datapath Observability Config Response - Configuration of Advanced Datapath Observability features.
- component_
config MonitoringComponent Config Response - Monitoring components configuration
- managed_
prometheus_ Managedconfig Prometheus Config Response - Enable Google Cloud Managed Service for Prometheus in the cluster.
- advanced
Datapath Property MapObservability Config - Configuration of Advanced Datapath Observability features.
- component
Config Property Map - Monitoring components configuration
- managed
Prometheus Property MapConfig - Enable Google Cloud Managed Service for Prometheus in the cluster.
NetworkConfigResponse
- Datapath
Provider string - The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
- Default
Snat Pulumi.Status Google Native. Container. V1. Inputs. Default Snat Status Response - Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
- Dns
Config Pulumi.Google Native. Container. V1. Inputs. DNSConfig Response - DNSConfig contains clusterDNS config for this cluster.
- Enable
Fqdn boolNetwork Policy - Whether FQDN Network Policy is enabled on this cluster.
- Enable
Intra boolNode Visibility - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
- Enable
L4ilb boolSubsetting - Whether L4ILB Subsetting is enabled for this cluster.
- Enable
Multi boolNetworking - Whether multi-networking is enabled for this cluster.
- Gateway
Api Pulumi.Config Google Native. Container. V1. Inputs. Gateway APIConfig Response - GatewayAPIConfig contains the desired config of Gateway API on this cluster.
- Network string
- The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
- Network
Performance Pulumi.Config Google Native. Container. V1. Inputs. Cluster Network Performance Config Response - Network bandwidth tier configuration.
- Private
Ipv6Google stringAccess - The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)
- Service
External Pulumi.Ips Config Google Native. Container. V1. Inputs. Service External IPs Config Response - ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
- Subnetwork string
- The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
- Datapath
Provider string - The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
- Default
Snat DefaultStatus Snat Status Response - Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
- Dns
Config DNSConfigResponse - DNSConfig contains clusterDNS config for this cluster.
- Enable
Fqdn boolNetwork Policy - Whether FQDN Network Policy is enabled on this cluster.
- Enable
Intra boolNode Visibility - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
- Enable
L4ilb boolSubsetting - Whether L4ILB Subsetting is enabled for this cluster.
- Enable
Multi boolNetworking - Whether multi-networking is enabled for this cluster.
- Gateway
Api GatewayConfig APIConfig Response - GatewayAPIConfig contains the desired config of Gateway API on this cluster.
- Network string
- The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
- Network
Performance ClusterConfig Network Performance Config Response - Network bandwidth tier configuration.
- Private
Ipv6Google stringAccess - The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)
- Service
External ServiceIps Config External IPs Config Response - ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
- Subnetwork string
- The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
- datapath
Provider String - The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
- default
Snat DefaultStatus Snat Status Response - Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
- dns
Config DNSConfigResponse - DNSConfig contains clusterDNS config for this cluster.
- enable
Fqdn BooleanNetwork Policy - Whether FQDN Network Policy is enabled on this cluster.
- enable
Intra BooleanNode Visibility - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
- enable
L4ilb BooleanSubsetting - Whether L4ILB Subsetting is enabled for this cluster.
- enable
Multi BooleanNetworking - Whether multi-networking is enabled for this cluster.
- gateway
Api GatewayConfig APIConfig Response - GatewayAPIConfig contains the desired config of Gateway API on this cluster.
- network String
- The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
- network
Performance ClusterConfig Network Performance Config Response - Network bandwidth tier configuration.
- private
Ipv6Google StringAccess - The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)
- service
External ServiceIps Config External IPs Config Response - ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
- subnetwork String
- The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
- datapath
Provider string - The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
- default
Snat DefaultStatus Snat Status Response - Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
- dns
Config DNSConfigResponse - DNSConfig contains clusterDNS config for this cluster.
- enable
Fqdn booleanNetwork Policy - Whether FQDN Network Policy is enabled on this cluster.
- enable
Intra booleanNode Visibility - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
- enable
L4ilb booleanSubsetting - Whether L4ILB Subsetting is enabled for this cluster.
- enable
Multi booleanNetworking - Whether multi-networking is enabled for this cluster.
- gateway
Api GatewayConfig APIConfig Response - GatewayAPIConfig contains the desired config of Gateway API on this cluster.
- network string
- The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
- network
Performance ClusterConfig Network Performance Config Response - Network bandwidth tier configuration.
- private
Ipv6Google stringAccess - The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)
- service
External ServiceIps Config External IPs Config Response - ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
- subnetwork string
- The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
- datapath_
provider str - The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
- default_
snat_ Defaultstatus Snat Status Response - Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
- dns_
config DNSConfigResponse - DNSConfig contains clusterDNS config for this cluster.
- enable_
fqdn_ boolnetwork_ policy - Whether FQDN Network Policy is enabled on this cluster.
- enable_
intra_ boolnode_ visibility - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
- enable_
l4ilb_ boolsubsetting - Whether L4ILB Subsetting is enabled for this cluster.
- enable_
multi_ boolnetworking - Whether multi-networking is enabled for this cluster.
- gateway_
api_ Gatewayconfig APIConfig Response - GatewayAPIConfig contains the desired config of Gateway API on this cluster.
- network str
- The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
- network_
performance_ Clusterconfig Network Performance Config Response - Network bandwidth tier configuration.
- private_
ipv6_ strgoogle_ access - The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)
- service_
external_ Serviceips_ config External IPs Config Response - ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
- subnetwork str
- The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
- datapath
Provider String - The desired datapath provider for this cluster. By default, uses the IPTables-based kube-proxy implementation.
- default
Snat Property MapStatus - Whether the cluster disables default in-node sNAT rules. In-node sNAT rules will be disabled when default_snat_status is disabled. When disabled is set to false, default IP masquerade rules will be applied to the nodes to prevent sNAT on cluster internal traffic.
- dns
Config Property Map - DNSConfig contains clusterDNS config for this cluster.
- enable
Fqdn BooleanNetwork Policy - Whether FQDN Network Policy is enabled on this cluster.
- enable
Intra BooleanNode Visibility - Whether Intra-node visibility is enabled for this cluster. This makes same node pod to pod traffic visible for VPC network.
- enable
L4ilb BooleanSubsetting - Whether L4ILB Subsetting is enabled for this cluster.
- enable
Multi BooleanNetworking - Whether multi-networking is enabled for this cluster.
- gateway
Api Property MapConfig - GatewayAPIConfig contains the desired config of Gateway API on this cluster.
- network String
- The relative name of the Google Compute Engine network(https://cloud.google.com/compute/docs/networks-and-firewalls#networks) to which the cluster is connected. Example: projects/my-project/global/networks/my-network
- network
Performance Property MapConfig - Network bandwidth tier configuration.
- private
Ipv6Google StringAccess - The desired state of IPv6 connectivity to Google Services. By default, no private IPv6 access to or from Google Services (all access will be via IPv4)
- service
External Property MapIps Config - ServiceExternalIPsConfig specifies if services with externalIPs field are blocked or not.
- subnetwork String
- The relative name of the Google Compute Engine subnetwork to which the cluster is connected. Example: projects/my-project/regions/us-central1/subnetworks/my-subnet
NetworkPerformanceConfigResponse
- 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.
NetworkPolicyConfigResponse
- Disabled bool
- Whether NetworkPolicy is enabled for this cluster.
- Disabled bool
- Whether NetworkPolicy is enabled for this cluster.
- disabled Boolean
- Whether NetworkPolicy is enabled for this cluster.
- disabled boolean
- Whether NetworkPolicy is enabled for this cluster.
- disabled bool
- Whether NetworkPolicy is enabled for this cluster.
- disabled Boolean
- Whether NetworkPolicy is enabled for this cluster.
NetworkPolicyResponse
NetworkTagsResponse
- List<string>
- List of network tags.
- []string
- List of network tags.
- List<String>
- List of network tags.
- string[]
- List of network tags.
- Sequence[str]
- List of network tags.
- List<String>
- List of network tags.
NodeAffinityResponse
NodeConfigDefaultsResponse
- Gcfs
Config Pulumi.Google Native. Container. V1. Inputs. Gcfs Config Response - GCFS (Google Container File System, also known as Riptide) options.
- Logging
Config Pulumi.Google Native. Container. V1. Inputs. Node Pool Logging Config Response - Logging configuration for node pools.
- Gcfs
Config GcfsConfig Response - GCFS (Google Container File System, also known as Riptide) options.
- Logging
Config NodePool Logging Config Response - Logging configuration for node pools.
- gcfs
Config GcfsConfig Response - GCFS (Google Container File System, also known as Riptide) options.
- logging
Config NodePool Logging Config Response - Logging configuration for node pools.
- gcfs
Config GcfsConfig Response - GCFS (Google Container File System, also known as Riptide) options.
- logging
Config NodePool Logging Config Response - Logging configuration for node pools.
- gcfs_
config GcfsConfig Response - GCFS (Google Container File System, also known as Riptide) options.
- logging_
config NodePool Logging Config Response - Logging configuration for node pools.
- gcfs
Config Property Map - GCFS (Google Container File System, also known as Riptide) options.
- logging
Config Property Map - Logging configuration for node pools.
NodeConfigResponse
- Accelerators
List<Pulumi.
Google Native. Container. V1. Inputs. Accelerator Config Response> - A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.
- Advanced
Machine Pulumi.Features Google Native. Container. V1. Inputs. Advanced Machine Features Response - Advanced features for the Compute Engine VM.
- 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
- Confidential
Nodes Pulumi.Google Native. Container. V1. Inputs. Confidential Nodes Response - Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.
- 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'
- Ephemeral
Storage Pulumi.Local Ssd Config Google Native. Container. V1. Inputs. Ephemeral Storage Local Ssd Config Response - Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.
- Fast
Socket Pulumi.Google Native. Container. V1. Inputs. Fast Socket Response - Enable or disable NCCL fast socket for the node pool.
- Gcfs
Config Pulumi.Google Native. Container. V1. Inputs. Gcfs Config Response - Google Container File System (image streaming) configs.
- Gvnic
Pulumi.
Google Native. Container. V1. Inputs. Virtual NICResponse - Enable or disable gvnic in the node pool.
- Image
Type string - The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.
- Kubelet
Config Pulumi.Google Native. Container. V1. Inputs. Node Kubelet Config Response - Node kubelet configs.
- Labels Dictionary<string, string>
- The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
- Linux
Node Pulumi.Config Google Native. Container. V1. Inputs. Linux Node Config Response - Parameters that can be configured on Linux nodes.
- Local
Nvme Pulumi.Ssd Block Config Google Native. Container. V1. Inputs. Local Nvme Ssd Block Config Response - Parameters for using raw-block Local NVMe SSDs.
- Local
Ssd intCount - The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.
- Logging
Config Pulumi.Google Native. Container. V1. Inputs. Node Pool Logging Config Response - Logging configuration.
- Machine
Type string - The name of a Google Compute Engine machine type If unspecified, the default machine type is
e2-medium
. - Metadata Dictionary<string, string>
- The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp
[a-zA-Z0-9-_]+
and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - "cluster-location" - "cluster-name" - "cluster-uid" - "configure-sh" - "containerd-configure-sh" - "enable-os-login" - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB. - Min
Cpu stringPlatform - Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: "Intel Haswell"
orminCpuPlatform: "Intel Sandy Bridge"
. For more information, read how to specify min CPU platform - Node
Group string - Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
- 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. - Preemptible bool
- Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.
- Reservation
Affinity Pulumi.Google Native. Container. V1. Inputs. Reservation Affinity Response - The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.
- Resource
Labels Dictionary<string, string> - The resource labels for the node pool to use to annotate any related Google Compute Engine resources.
- Pulumi.
Google Native. Container. V1. Inputs. Resource Manager Tags Response - A map of resource manager tag keys and values to be attached to the nodes.
- Sandbox
Config Pulumi.Google Native. Container. V1. Inputs. Sandbox Config Response - Sandbox configuration for this node.
- 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. V1. Inputs. Shielded Instance Config Response - Shielded Instance options.
- Sole
Tenant Pulumi.Config Google Native. Container. V1. Inputs. Sole Tenant Config Response - Parameters for node pools to be backed by shared sole tenant node groups.
- Spot bool
- Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
- List<string>
- The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.
- Taints
List<Pulumi.
Google Native. Container. V1. Inputs. Node Taint Response> - List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- Windows
Node Pulumi.Config Google Native. Container. V1. Inputs. Windows Node Config Response - Parameters that can be configured on Windows nodes.
- Workload
Metadata Pulumi.Config Google Native. Container. V1. Inputs. Workload Metadata Config Response - The workload metadata configuration for this node.
- Accelerators
[]Accelerator
Config Response - A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.
- Advanced
Machine AdvancedFeatures Machine Features Response - Advanced features for the Compute Engine VM.
- 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
- Confidential
Nodes ConfidentialNodes Response - Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.
- 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'
- Ephemeral
Storage EphemeralLocal Ssd Config Storage Local Ssd Config Response - Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.
- Fast
Socket FastSocket Response - Enable or disable NCCL fast socket for the node pool.
- Gcfs
Config GcfsConfig Response - Google Container File System (image streaming) configs.
- Gvnic
Virtual
NICResponse - Enable or disable gvnic in the node pool.
- Image
Type string - The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.
- Kubelet
Config NodeKubelet Config Response - Node kubelet configs.
- Labels map[string]string
- The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
- Linux
Node LinuxConfig Node Config Response - Parameters that can be configured on Linux nodes.
- Local
Nvme LocalSsd Block Config Nvme Ssd Block Config Response - Parameters for using raw-block Local NVMe SSDs.
- Local
Ssd intCount - The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.
- Logging
Config NodePool Logging Config Response - Logging configuration.
- Machine
Type string - The name of a Google Compute Engine machine type If unspecified, the default machine type is
e2-medium
. - Metadata map[string]string
- The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp
[a-zA-Z0-9-_]+
and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - "cluster-location" - "cluster-name" - "cluster-uid" - "configure-sh" - "containerd-configure-sh" - "enable-os-login" - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB. - Min
Cpu stringPlatform - Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: "Intel Haswell"
orminCpuPlatform: "Intel Sandy Bridge"
. For more information, read how to specify min CPU platform - Node
Group string - Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
- 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. - Preemptible bool
- Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.
- Reservation
Affinity ReservationAffinity Response - The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.
- Resource
Labels map[string]string - The resource labels for the node pool to use to annotate any related Google Compute Engine resources.
- Resource
Manager Tags Response - A map of resource manager tag keys and values to be attached to the nodes.
- Sandbox
Config SandboxConfig Response - Sandbox configuration for this node.
- 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.
- Sole
Tenant SoleConfig Tenant Config Response - Parameters for node pools to be backed by shared sole tenant node groups.
- Spot bool
- Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
- []string
- The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.
- Taints
[]Node
Taint Response - List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- Windows
Node WindowsConfig Node Config Response - Parameters that can be configured on Windows nodes.
- Workload
Metadata WorkloadConfig Metadata Config Response - The workload metadata configuration for this node.
- accelerators
List<Accelerator
Config Response> - A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.
- advanced
Machine AdvancedFeatures Machine Features Response - Advanced features for the Compute Engine VM.
- 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
- confidential
Nodes ConfidentialNodes Response - Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.
- 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'
- ephemeral
Storage EphemeralLocal Ssd Config Storage Local Ssd Config Response - Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.
- fast
Socket FastSocket Response - Enable or disable NCCL fast socket for the node pool.
- gcfs
Config GcfsConfig Response - Google Container File System (image streaming) configs.
- gvnic
Virtual
NICResponse - Enable or disable gvnic in the node pool.
- image
Type String - The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.
- kubelet
Config NodeKubelet Config Response - Node kubelet configs.
- labels Map<String,String>
- The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
- linux
Node LinuxConfig Node Config Response - Parameters that can be configured on Linux nodes.
- local
Nvme LocalSsd Block Config Nvme Ssd Block Config Response - Parameters for using raw-block Local NVMe SSDs.
- local
Ssd IntegerCount - The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.
- logging
Config NodePool Logging Config Response - Logging configuration.
- machine
Type String - The name of a Google Compute Engine machine type If unspecified, the default machine type is
e2-medium
. - metadata Map<String,String>
- The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp
[a-zA-Z0-9-_]+
and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - "cluster-location" - "cluster-name" - "cluster-uid" - "configure-sh" - "containerd-configure-sh" - "enable-os-login" - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB. - min
Cpu StringPlatform - Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: "Intel Haswell"
orminCpuPlatform: "Intel Sandy Bridge"
. For more information, read how to specify min CPU platform - node
Group String - Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
- 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. - preemptible Boolean
- Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.
- reservation
Affinity ReservationAffinity Response - The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.
- resource
Labels Map<String,String> - The resource labels for the node pool to use to annotate any related Google Compute Engine resources.
- Resource
Manager Tags Response - A map of resource manager tag keys and values to be attached to the nodes.
- sandbox
Config SandboxConfig Response - Sandbox configuration for this node.
- 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.
- sole
Tenant SoleConfig Tenant Config Response - Parameters for node pools to be backed by shared sole tenant node groups.
- spot Boolean
- Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
- List<String>
- The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.
- taints
List<Node
Taint Response> - List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- windows
Node WindowsConfig Node Config Response - Parameters that can be configured on Windows nodes.
- workload
Metadata WorkloadConfig Metadata Config Response - The workload metadata configuration for this node.
- accelerators
Accelerator
Config Response[] - A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.
- advanced
Machine AdvancedFeatures Machine Features Response - Advanced features for the Compute Engine VM.
- 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
- confidential
Nodes ConfidentialNodes Response - Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.
- 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'
- ephemeral
Storage EphemeralLocal Ssd Config Storage Local Ssd Config Response - Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.
- fast
Socket FastSocket Response - Enable or disable NCCL fast socket for the node pool.
- gcfs
Config GcfsConfig Response - Google Container File System (image streaming) configs.
- gvnic
Virtual
NICResponse - Enable or disable gvnic in the node pool.
- image
Type string - The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.
- kubelet
Config NodeKubelet Config Response - Node kubelet configs.
- labels {[key: string]: string}
- The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
- linux
Node LinuxConfig Node Config Response - Parameters that can be configured on Linux nodes.
- local
Nvme LocalSsd Block Config Nvme Ssd Block Config Response - Parameters for using raw-block Local NVMe SSDs.
- local
Ssd numberCount - The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.
- logging
Config NodePool Logging Config Response - Logging configuration.
- machine
Type string - The name of a Google Compute Engine machine type If unspecified, the default machine type is
e2-medium
. - metadata {[key: string]: string}
- The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp
[a-zA-Z0-9-_]+
and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - "cluster-location" - "cluster-name" - "cluster-uid" - "configure-sh" - "containerd-configure-sh" - "enable-os-login" - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB. - min
Cpu stringPlatform - Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: "Intel Haswell"
orminCpuPlatform: "Intel Sandy Bridge"
. For more information, read how to specify min CPU platform - node
Group string - Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
- 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. - preemptible boolean
- Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.
- reservation
Affinity ReservationAffinity Response - The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.
- resource
Labels {[key: string]: string} - The resource labels for the node pool to use to annotate any related Google Compute Engine resources.
- Resource
Manager Tags Response - A map of resource manager tag keys and values to be attached to the nodes.
- sandbox
Config SandboxConfig Response - Sandbox configuration for this node.
- 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.
- sole
Tenant SoleConfig Tenant Config Response - Parameters for node pools to be backed by shared sole tenant node groups.
- spot boolean
- Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
- string[]
- The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.
- taints
Node
Taint Response[] - List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- windows
Node WindowsConfig Node Config Response - Parameters that can be configured on Windows nodes.
- workload
Metadata WorkloadConfig Metadata Config Response - The workload metadata configuration for this node.
- accelerators
Sequence[Accelerator
Config Response] - A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.
- advanced_
machine_ Advancedfeatures Machine Features Response - Advanced features for the Compute Engine VM.
- 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
- confidential_
nodes ConfidentialNodes Response - Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.
- 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'
- ephemeral_
storage_ Ephemerallocal_ ssd_ config Storage Local Ssd Config Response - Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.
- fast_
socket FastSocket Response - Enable or disable NCCL fast socket for the node pool.
- gcfs_
config GcfsConfig Response - Google Container File System (image streaming) configs.
- gvnic
Virtual
NICResponse - Enable or disable gvnic in the node pool.
- image_
type str - The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.
- kubelet_
config NodeKubelet Config Response - Node kubelet configs.
- labels Mapping[str, str]
- The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
- linux_
node_ Linuxconfig Node Config Response - Parameters that can be configured on Linux nodes.
- local_
nvme_ Localssd_ block_ config Nvme Ssd Block Config Response - Parameters for using raw-block Local NVMe SSDs.
- local_
ssd_ intcount - The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.
- logging_
config NodePool Logging Config Response - Logging configuration.
- machine_
type str - The name of a Google Compute Engine machine type If unspecified, the default machine type is
e2-medium
. - metadata Mapping[str, str]
- The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp
[a-zA-Z0-9-_]+
and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - "cluster-location" - "cluster-name" - "cluster-uid" - "configure-sh" - "containerd-configure-sh" - "enable-os-login" - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB. - min_
cpu_ strplatform - Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: "Intel Haswell"
orminCpuPlatform: "Intel Sandy Bridge"
. For more information, read how to specify min CPU platform - node_
group str - Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
- 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. - preemptible bool
- Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.
- reservation_
affinity ReservationAffinity Response - The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.
- resource_
labels Mapping[str, str] - The resource labels for the node pool to use to annotate any related Google Compute Engine resources.
- Resource
Manager Tags Response - A map of resource manager tag keys and values to be attached to the nodes.
- sandbox_
config SandboxConfig Response - Sandbox configuration for this node.
- 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.
- sole_
tenant_ Soleconfig Tenant Config Response - Parameters for node pools to be backed by shared sole tenant node groups.
- spot bool
- Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
- Sequence[str]
- The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.
- taints
Sequence[Node
Taint Response] - List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- windows_
node_ Windowsconfig Node Config Response - Parameters that can be configured on Windows nodes.
- workload_
metadata_ Workloadconfig Metadata Config Response - The workload metadata configuration for this node.
- accelerators List<Property Map>
- A list of hardware accelerators to be attached to each node. See https://cloud.google.com/compute/docs/gpus for more information about support for GPUs.
- advanced
Machine Property MapFeatures - Advanced features for the Compute Engine VM.
- 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
- confidential
Nodes Property Map - Confidential nodes config. All the nodes in the node pool will be Confidential VM once enabled.
- 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'
- ephemeral
Storage Property MapLocal Ssd Config - Parameters for the node ephemeral storage using Local SSDs. If unspecified, ephemeral storage is backed by the boot disk.
- fast
Socket Property Map - Enable or disable NCCL fast socket for the node pool.
- gcfs
Config Property Map - Google Container File System (image streaming) configs.
- gvnic Property Map
- Enable or disable gvnic in the node pool.
- image
Type String - The image type to use for this node. Note that for a given image type, the latest version of it will be used. Please see https://cloud.google.com/kubernetes-engine/docs/concepts/node-images for available image types.
- kubelet
Config Property Map - Node kubelet configs.
- labels Map<String>
- The map of Kubernetes labels (key/value pairs) to be applied to each node. These will added in addition to any default label(s) that Kubernetes may apply to the node. In case of conflict in label keys, the applied set may differ depending on the Kubernetes version -- it's best to assume the behavior is undefined and conflicts should be avoided. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/overview/working-with-objects/labels/
- linux
Node Property MapConfig - Parameters that can be configured on Linux nodes.
- local
Nvme Property MapSsd Block Config - Parameters for using raw-block Local NVMe SSDs.
- local
Ssd NumberCount - The number of local SSD disks to be attached to the node. The limit for this value is dependent upon the maximum number of disks available on a machine per zone. See: https://cloud.google.com/compute/docs/disks/local-ssd for more information.
- logging
Config Property Map - Logging configuration.
- machine
Type String - The name of a Google Compute Engine machine type If unspecified, the default machine type is
e2-medium
. - metadata Map<String>
- The metadata key/value pairs assigned to instances in the cluster. Keys must conform to the regexp
[a-zA-Z0-9-_]+
and be less than 128 bytes in length. These are reflected as part of a URL in the metadata server. Additionally, to avoid ambiguity, keys must not conflict with any other metadata keys for the project or be one of the reserved keys: - "cluster-location" - "cluster-name" - "cluster-uid" - "configure-sh" - "containerd-configure-sh" - "enable-os-login" - "gci-ensure-gke-docker" - "gci-metrics-enabled" - "gci-update-strategy" - "instance-template" - "kube-env" - "startup-script" - "user-data" - "disable-address-manager" - "windows-startup-script-ps1" - "common-psm1" - "k8s-node-setup-psm1" - "install-ssh-psm1" - "user-profile-psm1" Values are free-form strings, and only have meaning as interpreted by the image running in the instance. The only restriction placed on them is that each value's size must be less than or equal to 32 KB. The total size of all keys and values must be less than 512 KB. - min
Cpu StringPlatform - Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform. Applicable values are the friendly names of CPU platforms, such as
minCpuPlatform: "Intel Haswell"
orminCpuPlatform: "Intel Sandy Bridge"
. For more information, read how to specify min CPU platform - node
Group String - Setting this field will assign instances of this pool to run on the specified node group. This is useful for running workloads on sole tenant nodes.
- 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. - preemptible Boolean
- Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more information about preemptible VM instances.
- reservation
Affinity Property Map - The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.
- resource
Labels Map<String> - The resource labels for the node pool to use to annotate any related Google Compute Engine resources.
- Property Map
- A map of resource manager tag keys and values to be attached to the nodes.
- sandbox
Config Property Map - Sandbox configuration for this node.
- 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.
- sole
Tenant Property MapConfig - Parameters for node pools to be backed by shared sole tenant node groups.
- spot Boolean
- Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
- List<String>
- The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster or node pool creation. Each tag within the list must comply with RFC1035.
- taints List<Property Map>
- List of kubernetes taints to be applied to each node. For more information, including usage and the valid values, see: https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
- windows
Node Property MapConfig - Parameters that can be configured on Windows nodes.
- workload
Metadata Property MapConfig - The workload metadata configuration for this node.
NodeKubeletConfigResponse
- Cpu
Cfs boolQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is 'true' if unspecified.
- Cpu
Cfs stringQuota Period - Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.
- Cpu
Manager stringPolicy - Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * "none": the default, which represents the existing scheduling behavior. * "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.
- Insecure
Kubelet boolReadonly Port Enabled - Enable or disable Kubelet read only port.
- Pod
Pids stringLimit - Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
- Cpu
Cfs boolQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is 'true' if unspecified.
- Cpu
Cfs stringQuota Period - Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.
- Cpu
Manager stringPolicy - Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * "none": the default, which represents the existing scheduling behavior. * "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.
- Insecure
Kubelet boolReadonly Port Enabled - Enable or disable Kubelet read only port.
- Pod
Pids stringLimit - Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
- cpu
Cfs BooleanQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is 'true' if unspecified.
- cpu
Cfs StringQuota Period - Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.
- cpu
Manager StringPolicy - Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * "none": the default, which represents the existing scheduling behavior. * "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.
- insecure
Kubelet BooleanReadonly Port Enabled - Enable or disable Kubelet read only port.
- pod
Pids StringLimit - Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
- cpu
Cfs booleanQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is 'true' if unspecified.
- cpu
Cfs stringQuota Period - Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.
- cpu
Manager stringPolicy - Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * "none": the default, which represents the existing scheduling behavior. * "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.
- insecure
Kubelet booleanReadonly Port Enabled - Enable or disable Kubelet read only port.
- pod
Pids stringLimit - Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
- cpu_
cfs_ boolquota - Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is 'true' if unspecified.
- cpu_
cfs_ strquota_ period - Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.
- cpu_
manager_ strpolicy - Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * "none": the default, which represents the existing scheduling behavior. * "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.
- insecure_
kubelet_ boolreadonly_ port_ enabled - Enable or disable Kubelet read only port.
- pod_
pids_ strlimit - Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
- cpu
Cfs BooleanQuota - Enable CPU CFS quota enforcement for containers that specify CPU limits. This option is enabled by default which makes kubelet use CFS quota (https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt) to enforce container CPU limits. Otherwise, CPU limits will not be enforced at all. Disable this option to mitigate CPU throttling problems while still having your pods to be in Guaranteed QoS class by specifying the CPU limits. The default value is 'true' if unspecified.
- cpu
Cfs StringQuota Period - Set the CPU CFS quota period value 'cpu.cfs_period_us'. The string must be a sequence of decimal numbers, each with optional fraction and a unit suffix, such as "300ms". Valid time units are "ns", "us" (or "µs"), "ms", "s", "m", "h". The value must be a positive duration.
- cpu
Manager StringPolicy - Control the CPU management policy on the node. See https://kubernetes.io/docs/tasks/administer-cluster/cpu-management-policies/ The following values are allowed. * "none": the default, which represents the existing scheduling behavior. * "static": allows pods with certain resource characteristics to be granted increased CPU affinity and exclusivity on the node. The default value is 'none' if unspecified.
- insecure
Kubelet BooleanReadonly Port Enabled - Enable or disable Kubelet read only port.
- pod
Pids StringLimit - Set the Pod PID limits. See https://kubernetes.io/docs/concepts/policy/pid-limiting/#pod-pid-limits Controls the maximum number of processes allowed to run in a pod. The value must be greater than or equal to 1024 and less than 4194304.
NodeManagementResponse
- Auto
Repair bool - A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
- Auto
Upgrade bool - A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
- Upgrade
Options Pulumi.Google Native. Container. V1. Inputs. Auto Upgrade Options Response - Specifies the Auto Upgrade knobs for the node pool.
- Auto
Repair bool - A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
- Auto
Upgrade bool - A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
- Upgrade
Options AutoUpgrade Options Response - Specifies the Auto Upgrade knobs for the node pool.
- auto
Repair Boolean - A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
- auto
Upgrade Boolean - A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
- upgrade
Options AutoUpgrade Options Response - Specifies the Auto Upgrade knobs for the node pool.
- auto
Repair boolean - A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
- auto
Upgrade boolean - A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
- upgrade
Options AutoUpgrade Options Response - Specifies the Auto Upgrade knobs for the node pool.
- auto_
repair bool - A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
- auto_
upgrade bool - A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
- upgrade_
options AutoUpgrade Options Response - Specifies the Auto Upgrade knobs for the node pool.
- auto
Repair Boolean - A flag that specifies whether the node auto-repair is enabled for the node pool. If enabled, the nodes in this node pool will be monitored and, if they fail health checks too many times, an automatic repair action will be triggered.
- auto
Upgrade Boolean - A flag that specifies whether node auto-upgrade is enabled for the node pool. If enabled, node auto-upgrade helps keep the nodes in your node pool up to date with the latest release version of Kubernetes.
- upgrade
Options Property Map - Specifies the Auto Upgrade knobs for the node pool.
NodeNetworkConfigResponse
- Additional
Node List<Pulumi.Network Configs Google Native. Container. V1. Inputs. Additional Node Network Config Response> - We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
- Additional
Pod List<Pulumi.Network Configs Google Native. Container. V1. Inputs. Additional Pod Network Config Response> - We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
- Create
Pod boolRange - Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for
pod_range
andpod_ipv4_cidr_block
if they are not specified. If neithercreate_pod_range
orpod_range
are specified, the cluster-level default (ip_allocation_policy.cluster_ipv4_cidr_block
) is used. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - Enable
Private boolNodes - Whether nodes have internal IP addresses only. If enable_private_nodes is not specified, then the value is derived from cluster.privateClusterConfig.enablePrivateNodes
- Network
Performance Pulumi.Config Google Native. Container. V1. Inputs. Network Performance Config Response - Network bandwidth tier configuration.
- Pod
Cidr Pulumi.Overprovision Config Google Native. Container. V1. Inputs. Pod CIDROverprovision Config Response - [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.
- Pod
Ipv4Cidr stringBlock - The IP address range for pod IPs in this node pool. Only applicable if
create_pod_range
is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g./14
) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g.10.96.0.0/14
) to pick a specific range to use. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - Pod
Ipv4Range doubleUtilization - [Output only] The utilization of the IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- Pod
Range string - The ID of the secondary range for pod IPs. If
create_pod_range
is true, this ID is used for the new range. Ifcreate_pod_range
is false, uses an existing secondary range with this ID. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created.
- Additional
Node []AdditionalNetwork Configs Node Network Config Response - We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
- Additional
Pod []AdditionalNetwork Configs Pod Network Config Response - We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
- Create
Pod boolRange - Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for
pod_range
andpod_ipv4_cidr_block
if they are not specified. If neithercreate_pod_range
orpod_range
are specified, the cluster-level default (ip_allocation_policy.cluster_ipv4_cidr_block
) is used. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - Enable
Private boolNodes - Whether nodes have internal IP addresses only. If enable_private_nodes is not specified, then the value is derived from cluster.privateClusterConfig.enablePrivateNodes
- Network
Performance NetworkConfig Performance Config Response - Network bandwidth tier configuration.
- Pod
Cidr PodOverprovision Config CIDROverprovision Config Response - [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.
- Pod
Ipv4Cidr stringBlock - The IP address range for pod IPs in this node pool. Only applicable if
create_pod_range
is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g./14
) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g.10.96.0.0/14
) to pick a specific range to use. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - Pod
Ipv4Range float64Utilization - [Output only] The utilization of the IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- Pod
Range string - The ID of the secondary range for pod IPs. If
create_pod_range
is true, this ID is used for the new range. Ifcreate_pod_range
is false, uses an existing secondary range with this ID. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created.
- additional
Node List<AdditionalNetwork Configs Node Network Config Response> - We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
- additional
Pod List<AdditionalNetwork Configs Pod Network Config Response> - We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
- create
Pod BooleanRange - Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for
pod_range
andpod_ipv4_cidr_block
if they are not specified. If neithercreate_pod_range
orpod_range
are specified, the cluster-level default (ip_allocation_policy.cluster_ipv4_cidr_block
) is used. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - enable
Private BooleanNodes - Whether nodes have internal IP addresses only. If enable_private_nodes is not specified, then the value is derived from cluster.privateClusterConfig.enablePrivateNodes
- network
Performance NetworkConfig Performance Config Response - Network bandwidth tier configuration.
- pod
Cidr PodOverprovision Config CIDROverprovision Config Response - [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.
- pod
Ipv4Cidr StringBlock - The IP address range for pod IPs in this node pool. Only applicable if
create_pod_range
is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g./14
) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g.10.96.0.0/14
) to pick a specific range to use. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - pod
Ipv4Range DoubleUtilization - [Output only] The utilization of the IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- pod
Range String - The ID of the secondary range for pod IPs. If
create_pod_range
is true, this ID is used for the new range. Ifcreate_pod_range
is false, uses an existing secondary range with this ID. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created.
- additional
Node AdditionalNetwork Configs Node Network Config Response[] - We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
- additional
Pod AdditionalNetwork Configs Pod Network Config Response[] - We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
- create
Pod booleanRange - Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for
pod_range
andpod_ipv4_cidr_block
if they are not specified. If neithercreate_pod_range
orpod_range
are specified, the cluster-level default (ip_allocation_policy.cluster_ipv4_cidr_block
) is used. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - enable
Private booleanNodes - Whether nodes have internal IP addresses only. If enable_private_nodes is not specified, then the value is derived from cluster.privateClusterConfig.enablePrivateNodes
- network
Performance NetworkConfig Performance Config Response - Network bandwidth tier configuration.
- pod
Cidr PodOverprovision Config CIDROverprovision Config Response - [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.
- pod
Ipv4Cidr stringBlock - The IP address range for pod IPs in this node pool. Only applicable if
create_pod_range
is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g./14
) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g.10.96.0.0/14
) to pick a specific range to use. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - pod
Ipv4Range numberUtilization - [Output only] The utilization of the IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- pod
Range string - The ID of the secondary range for pod IPs. If
create_pod_range
is true, this ID is used for the new range. Ifcreate_pod_range
is false, uses an existing secondary range with this ID. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created.
- additional_
node_ Sequence[Additionalnetwork_ configs Node Network Config Response] - We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
- additional_
pod_ Sequence[Additionalnetwork_ configs Pod Network Config Response] - We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
- create_
pod_ boolrange - Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for
pod_range
andpod_ipv4_cidr_block
if they are not specified. If neithercreate_pod_range
orpod_range
are specified, the cluster-level default (ip_allocation_policy.cluster_ipv4_cidr_block
) is used. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - enable_
private_ boolnodes - Whether nodes have internal IP addresses only. If enable_private_nodes is not specified, then the value is derived from cluster.privateClusterConfig.enablePrivateNodes
- network_
performance_ Networkconfig Performance Config Response - Network bandwidth tier configuration.
- pod_
cidr_ Podoverprovision_ config CIDROverprovision Config Response - [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.
- pod_
ipv4_ strcidr_ block - The IP address range for pod IPs in this node pool. Only applicable if
create_pod_range
is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g./14
) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g.10.96.0.0/14
) to pick a specific range to use. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - pod_
ipv4_ floatrange_ utilization - [Output only] The utilization of the IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- pod_
range str - The ID of the secondary range for pod IPs. If
create_pod_range
is true, this ID is used for the new range. Ifcreate_pod_range
is false, uses an existing secondary range with this ID. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created.
- additional
Node List<Property Map>Network Configs - We specify the additional node networks for this node pool using this list. Each node network corresponds to an additional interface
- additional
Pod List<Property Map>Network Configs - We specify the additional pod networks for this node pool using this list. Each pod network corresponds to an additional alias IP range for the node
- create
Pod BooleanRange - Input only. Whether to create a new range for pod IPs in this node pool. Defaults are provided for
pod_range
andpod_ipv4_cidr_block
if they are not specified. If neithercreate_pod_range
orpod_range
are specified, the cluster-level default (ip_allocation_policy.cluster_ipv4_cidr_block
) is used. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - enable
Private BooleanNodes - Whether nodes have internal IP addresses only. If enable_private_nodes is not specified, then the value is derived from cluster.privateClusterConfig.enablePrivateNodes
- network
Performance Property MapConfig - Network bandwidth tier configuration.
- pod
Cidr Property MapOverprovision Config - [PRIVATE FIELD] Pod CIDR size overprovisioning config for the nodepool. Pod CIDR size per node depends on max_pods_per_node. By default, the value of max_pods_per_node is rounded off to next power of 2 and we then double that to get the size of pod CIDR block per node. Example: max_pods_per_node of 30 would result in 64 IPs (/26). This config can disable the doubling of IPs (we still round off to next power of 2) Example: max_pods_per_node of 30 will result in 32 IPs (/27) when overprovisioning is disabled.
- pod
Ipv4Cidr StringBlock - The IP address range for pod IPs in this node pool. Only applicable if
create_pod_range
is true. Set to blank to have a range chosen with the default size. Set to /netmask (e.g./14
) to have a range chosen with a specific netmask. Set to a CIDR notation (e.g.10.96.0.0/14
) to pick a specific range to use. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created. - pod
Ipv4Range NumberUtilization - [Output only] The utilization of the IPv4 range for the pod. The ratio is Usage/[Total number of IPs in the secondary range], Usage=numNodesnumZonespodIPsPerNode.
- pod
Range String - The ID of the secondary range for pod IPs. If
create_pod_range
is true, this ID is used for the new range. Ifcreate_pod_range
is false, uses an existing secondary range with this ID. Only applicable ifip_allocation_policy.use_ip_aliases
is true. This field cannot be changed after the node pool has been created.
NodePoolAutoConfigResponse
- Pulumi.
Google Native. Container. V1. Inputs. Network Tags Response - The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
- Pulumi.
Google Native. Container. V1. Inputs. Resource Manager Tags Response - Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
- Network
Tags Response - The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
- Resource
Manager Tags Response - Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
- Network
Tags Response - The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
- Resource
Manager Tags Response - Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
- Network
Tags Response - The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
- Resource
Manager Tags Response - Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
- Network
Tags Response - The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
- Resource
Manager Tags Response - Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
- Property Map
- The list of instance tags applied to all nodes. Tags are used to identify valid sources or targets for network firewalls and are specified by the client during cluster creation. Each tag within the list must comply with RFC1035.
- Property Map
- Resource manager tag keys and values to be attached to the nodes for managing Compute Engine firewalls using Network Firewall Policies.
NodePoolAutoscalingResponse
- Autoprovisioned bool
- Can this node pool be deleted automatically.
- Enabled bool
- Is autoscaling enabled for this node pool.
- Location
Policy string - Location policy used when scaling up a nodepool.
- Max
Node intCount - Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has to be enough quota to scale up the cluster.
- Min
Node intCount - Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
- Total
Max intNode Count - Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- Total
Min intNode Count - Minimum number of nodes in the node pool. Must be greater than 1 less than total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- Autoprovisioned bool
- Can this node pool be deleted automatically.
- Enabled bool
- Is autoscaling enabled for this node pool.
- Location
Policy string - Location policy used when scaling up a nodepool.
- Max
Node intCount - Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has to be enough quota to scale up the cluster.
- Min
Node intCount - Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
- Total
Max intNode Count - Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- Total
Min intNode Count - Minimum number of nodes in the node pool. Must be greater than 1 less than total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- autoprovisioned Boolean
- Can this node pool be deleted automatically.
- enabled Boolean
- Is autoscaling enabled for this node pool.
- location
Policy String - Location policy used when scaling up a nodepool.
- max
Node IntegerCount - Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has to be enough quota to scale up the cluster.
- min
Node IntegerCount - Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
- total
Max IntegerNode Count - Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- total
Min IntegerNode Count - Minimum number of nodes in the node pool. Must be greater than 1 less than total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- autoprovisioned boolean
- Can this node pool be deleted automatically.
- enabled boolean
- Is autoscaling enabled for this node pool.
- location
Policy string - Location policy used when scaling up a nodepool.
- max
Node numberCount - Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has to be enough quota to scale up the cluster.
- min
Node numberCount - Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
- total
Max numberNode Count - Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- total
Min numberNode Count - Minimum number of nodes in the node pool. Must be greater than 1 less than total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- autoprovisioned bool
- Can this node pool be deleted automatically.
- enabled bool
- Is autoscaling enabled for this node pool.
- location_
policy str - Location policy used when scaling up a nodepool.
- max_
node_ intcount - Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has to be enough quota to scale up the cluster.
- min_
node_ intcount - Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
- total_
max_ intnode_ count - Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- total_
min_ intnode_ count - Minimum number of nodes in the node pool. Must be greater than 1 less than total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- autoprovisioned Boolean
- Can this node pool be deleted automatically.
- enabled Boolean
- Is autoscaling enabled for this node pool.
- location
Policy String - Location policy used when scaling up a nodepool.
- max
Node NumberCount - Maximum number of nodes for one location in the NodePool. Must be >= min_node_count. There has to be enough quota to scale up the cluster.
- min
Node NumberCount - Minimum number of nodes for one location in the NodePool. Must be >= 1 and <= max_node_count.
- total
Max NumberNode Count - Maximum number of nodes in the node pool. Must be greater than total_min_node_count. There has to be enough quota to scale up the cluster. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
- total
Min NumberNode Count - Minimum number of nodes in the node pool. Must be greater than 1 less than total_max_node_count. The total_*_node_count fields are mutually exclusive with the *_node_count fields.
NodePoolDefaultsResponse
- Node
Config Pulumi.Defaults Google Native. Container. V1. Inputs. Node Config Defaults Response - Subset of NodeConfig message that has defaults.
- Node
Config NodeDefaults Config Defaults Response - Subset of NodeConfig message that has defaults.
- node
Config NodeDefaults Config Defaults Response - Subset of NodeConfig message that has defaults.
- node
Config NodeDefaults Config Defaults Response - Subset of NodeConfig message that has defaults.
- node_
config_ Nodedefaults Config Defaults Response - Subset of NodeConfig message that has defaults.
- node
Config Property MapDefaults - Subset of NodeConfig message that has defaults.
NodePoolLoggingConfigResponse
- Variant
Config Pulumi.Google Native. Container. V1. Inputs. Logging Variant Config Response - Logging variant configuration.
- Variant
Config LoggingVariant Config Response - Logging variant configuration.
- variant
Config LoggingVariant Config Response - Logging variant configuration.
- variant
Config LoggingVariant Config Response - Logging variant configuration.
- variant_
config LoggingVariant Config Response - Logging variant configuration.
- variant
Config Property Map - Logging variant configuration.
NodePoolResponse
- Autoscaling
Pulumi.
Google Native. Container. V1. Inputs. Node Pool Autoscaling Response - Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.
- Best
Effort Pulumi.Provisioning Google Native. Container. V1. Inputs. Best Effort Provisioning Response - Enable best effort provisioning for nodes
- Conditions
List<Pulumi.
Google Native. Container. V1. Inputs. Status Condition Response> - Which conditions caused the current node pool state.
- Config
Pulumi.
Google Native. Container. V1. Inputs. Node Config Response - The node configuration of the pool.
- Etag string
- This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.
- Initial
Node intCount - The initial node count for the pool. 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.
- Instance
Group List<string>Urls - [Output only] The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.
- Locations List<string>
- The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.
- Management
Pulumi.
Google Native. Container. V1. Inputs. Node Management Response - NodeManagement configuration for this NodePool.
- Max
Pods Pulumi.Constraint Google Native. Container. V1. Inputs. Max Pods Constraint Response - The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
- Name string
- The name of the node pool.
- Network
Config Pulumi.Google Native. Container. V1. Inputs. Node Network Config Response - Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
- Placement
Policy Pulumi.Google Native. Container. V1. Inputs. Placement Policy Response - Specifies the node placement policy.
- Pod
Ipv4Cidr intSize - [Output only] The pod CIDR block size per node in this node pool.
- Queued
Provisioning Pulumi.Google Native. Container. V1. Inputs. Queued Provisioning Response - Specifies the configuration of queued provisioning.
- Self
Link string - [Output only] Server-defined URL for the resource.
- Status string
- [Output only] The status of the nodes in this pool instance.
- Status
Message string - [Output only] Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.
- Update
Info Pulumi.Google Native. Container. V1. Inputs. Update Info Response - [Output only] Update info contains relevant information during a node pool update.
- Upgrade
Settings Pulumi.Google Native. Container. V1. Inputs. Upgrade Settings Response - Upgrade settings control disruption and speed of the upgrade.
- Version string
- The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described here.
- Autoscaling
Node
Pool Autoscaling Response - Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.
- Best
Effort BestProvisioning Effort Provisioning Response - Enable best effort provisioning for nodes
- Conditions
[]Status
Condition Response - Which conditions caused the current node pool state.
- Config
Node
Config Response - The node configuration of the pool.
- Etag string
- This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.
- Initial
Node intCount - The initial node count for the pool. 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.
- Instance
Group []stringUrls - [Output only] The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.
- Locations []string
- The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.
- Management
Node
Management Response - NodeManagement configuration for this NodePool.
- Max
Pods MaxConstraint Pods Constraint Response - The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
- Name string
- The name of the node pool.
- Network
Config NodeNetwork Config Response - Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
- Placement
Policy PlacementPolicy Response - Specifies the node placement policy.
- Pod
Ipv4Cidr intSize - [Output only] The pod CIDR block size per node in this node pool.
- Queued
Provisioning QueuedProvisioning Response - Specifies the configuration of queued provisioning.
- Self
Link string - [Output only] Server-defined URL for the resource.
- Status string
- [Output only] The status of the nodes in this pool instance.
- Status
Message string - [Output only] Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.
- Update
Info UpdateInfo Response - [Output only] Update info contains relevant information during a node pool update.
- Upgrade
Settings UpgradeSettings Response - Upgrade settings control disruption and speed of the upgrade.
- Version string
- The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described here.
- autoscaling
Node
Pool Autoscaling Response - Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.
- best
Effort BestProvisioning Effort Provisioning Response - Enable best effort provisioning for nodes
- conditions
List<Status
Condition Response> - Which conditions caused the current node pool state.
- config
Node
Config Response - The node configuration of the pool.
- etag String
- This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.
- initial
Node IntegerCount - The initial node count for the pool. 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.
- instance
Group List<String>Urls - [Output only] The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.
- locations List<String>
- The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.
- management
Node
Management Response - NodeManagement configuration for this NodePool.
- max
Pods MaxConstraint Pods Constraint Response - The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
- name String
- The name of the node pool.
- network
Config NodeNetwork Config Response - Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
- placement
Policy PlacementPolicy Response - Specifies the node placement policy.
- pod
Ipv4Cidr IntegerSize - [Output only] The pod CIDR block size per node in this node pool.
- queued
Provisioning QueuedProvisioning Response - Specifies the configuration of queued provisioning.
- self
Link String - [Output only] Server-defined URL for the resource.
- status String
- [Output only] The status of the nodes in this pool instance.
- status
Message String - [Output only] Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.
- update
Info UpdateInfo Response - [Output only] Update info contains relevant information during a node pool update.
- upgrade
Settings UpgradeSettings Response - Upgrade settings control disruption and speed of the upgrade.
- version String
- The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described here.
- autoscaling
Node
Pool Autoscaling Response - Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.
- best
Effort BestProvisioning Effort Provisioning Response - Enable best effort provisioning for nodes
- conditions
Status
Condition Response[] - Which conditions caused the current node pool state.
- config
Node
Config Response - The node configuration of the pool.
- etag string
- This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.
- initial
Node numberCount - The initial node count for the pool. 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.
- instance
Group string[]Urls - [Output only] The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.
- locations string[]
- The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.
- management
Node
Management Response - NodeManagement configuration for this NodePool.
- max
Pods MaxConstraint Pods Constraint Response - The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
- name string
- The name of the node pool.
- network
Config NodeNetwork Config Response - Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
- placement
Policy PlacementPolicy Response - Specifies the node placement policy.
- pod
Ipv4Cidr numberSize - [Output only] The pod CIDR block size per node in this node pool.
- queued
Provisioning QueuedProvisioning Response - Specifies the configuration of queued provisioning.
- self
Link string - [Output only] Server-defined URL for the resource.
- status string
- [Output only] The status of the nodes in this pool instance.
- status
Message string - [Output only] Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.
- update
Info UpdateInfo Response - [Output only] Update info contains relevant information during a node pool update.
- upgrade
Settings UpgradeSettings Response - Upgrade settings control disruption and speed of the upgrade.
- version string
- The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described here.
- autoscaling
Node
Pool Autoscaling Response - Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.
- best_
effort_ Bestprovisioning Effort Provisioning Response - Enable best effort provisioning for nodes
- conditions
Sequence[Status
Condition Response] - Which conditions caused the current node pool state.
- config
Node
Config Response - The node configuration of the pool.
- etag str
- This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.
- initial_
node_ intcount - The initial node count for the pool. 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.
- instance_
group_ Sequence[str]urls - [Output only] The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.
- locations Sequence[str]
- The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.
- management
Node
Management Response - NodeManagement configuration for this NodePool.
- max_
pods_ Maxconstraint Pods Constraint Response - The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
- name str
- The name of the node pool.
- network_
config NodeNetwork Config Response - Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
- placement_
policy PlacementPolicy Response - Specifies the node placement policy.
- pod_
ipv4_ intcidr_ size - [Output only] The pod CIDR block size per node in this node pool.
- queued_
provisioning QueuedProvisioning Response - Specifies the configuration of queued provisioning.
- self_
link str - [Output only] Server-defined URL for the resource.
- status str
- [Output only] The status of the nodes in this pool instance.
- status_
message str - [Output only] Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.
- update_
info UpdateInfo Response - [Output only] Update info contains relevant information during a node pool update.
- upgrade_
settings UpgradeSettings Response - Upgrade settings control disruption and speed of the upgrade.
- version str
- The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described here.
- autoscaling Property Map
- Autoscaler configuration for this NodePool. Autoscaler is enabled only if a valid configuration is present.
- best
Effort Property MapProvisioning - Enable best effort provisioning for nodes
- conditions List<Property Map>
- Which conditions caused the current node pool state.
- config Property Map
- The node configuration of the pool.
- etag String
- This checksum is computed by the server based on the value of node pool fields, and may be sent on update requests to ensure the client has an up-to-date value before proceeding.
- initial
Node NumberCount - The initial node count for the pool. 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.
- instance
Group List<String>Urls - [Output only] The resource URLs of the managed instance groups associated with this node pool. During the node pool blue-green upgrade operation, the URLs contain both blue and green resources.
- locations List<String>
- The list of Google Compute Engine zones in which the NodePool's nodes should be located. If this value is unspecified during node pool creation, the Cluster.Locations value will be used, instead. Warning: changing node pool locations will result in nodes being added and/or removed.
- management Property Map
- NodeManagement configuration for this NodePool.
- max
Pods Property MapConstraint - The constraint on the maximum number of pods that can be run simultaneously on a node in the node pool.
- name String
- The name of the node pool.
- network
Config Property Map - Networking configuration for this NodePool. If specified, it overrides the cluster-level defaults.
- placement
Policy Property Map - Specifies the node placement policy.
- pod
Ipv4Cidr NumberSize - [Output only] The pod CIDR block size per node in this node pool.
- queued
Provisioning Property Map - Specifies the configuration of queued provisioning.
- self
Link String - [Output only] Server-defined URL for the resource.
- status String
- [Output only] The status of the nodes in this pool instance.
- status
Message String - [Output only] Deprecated. Use conditions instead. Additional information about the current status of this node pool instance, if available.
- update
Info Property Map - [Output only] Update info contains relevant information during a node pool update.
- upgrade
Settings Property Map - Upgrade settings control disruption and speed of the upgrade.
- version String
- The version of Kubernetes running on this NodePool's nodes. If unspecified, it defaults as described here.
NodeTaintResponse
NotificationConfigResponse
- Pubsub
Pulumi.
Google Native. Container. V1. Inputs. Pub Sub Response - Notification config for Pub/Sub.
- Pubsub
Pub
Sub Response - Notification config for Pub/Sub.
- pubsub
Pub
Sub Response - Notification config for Pub/Sub.
- pubsub
Pub
Sub Response - Notification config for Pub/Sub.
- pubsub
Pub
Sub Response - Notification config for Pub/Sub.
- pubsub Property Map
- Notification config for Pub/Sub.
ParentProductConfigResponse
- Labels Dictionary<string, string>
- Labels contain the configuration of the parent product.
- Product
Name string - Name of the parent product associated with the cluster.
- Labels map[string]string
- Labels contain the configuration of the parent product.
- Product
Name string - Name of the parent product associated with the cluster.
- labels Map<String,String>
- Labels contain the configuration of the parent product.
- product
Name String - Name of the parent product associated with the cluster.
- labels {[key: string]: string}
- Labels contain the configuration of the parent product.
- product
Name string - Name of the parent product associated with the cluster.
- labels Mapping[str, str]
- Labels contain the configuration of the parent product.
- product_
name str - Name of the parent product associated with the cluster.
- labels Map<String>
- Labels contain the configuration of the parent product.
- product
Name String - Name of the parent product associated with the cluster.
PlacementPolicyResponse
- Policy
Name string - If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
- Tpu
Topology string - Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
- Type string
- The type of placement.
- Policy
Name string - If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
- Tpu
Topology string - Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
- Type string
- The type of placement.
- policy
Name String - If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
- tpu
Topology String - Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
- type String
- The type of placement.
- policy
Name string - If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
- tpu
Topology string - Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
- type string
- The type of placement.
- policy_
name str - If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
- tpu_
topology str - Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
- type str
- The type of placement.
- policy
Name String - If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.
- tpu
Topology String - Optional. TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies
- type String
- The type of placement.
PodCIDROverprovisionConfigResponse
- Disable bool
- Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.
- Disable bool
- Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.
- disable Boolean
- Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.
- disable boolean
- Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.
- disable bool
- Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.
- disable Boolean
- Whether Pod CIDR overprovisioning is disabled. Note: Pod CIDR overprovisioning is enabled by default.
PrivateClusterConfigResponse
- Enable
Private boolEndpoint - Whether the master's internal IP address is used as the cluster endpoint.
- Enable
Private boolNodes - Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
- Master
Global Pulumi.Access Config Google Native. Container. V1. Inputs. Private Cluster Master Global Access Config Response - Controls master global access settings.
- Master
Ipv4Cidr stringBlock - The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
- Peering
Name string - The peering name in the customer VPC used by this cluster.
- Private
Endpoint string - The internal IP address of this cluster's master endpoint.
- Private
Endpoint stringSubnetwork - Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
- Public
Endpoint string - The external IP address of this cluster's master endpoint.
- Enable
Private boolEndpoint - Whether the master's internal IP address is used as the cluster endpoint.
- Enable
Private boolNodes - Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
- Master
Global PrivateAccess Config Cluster Master Global Access Config Response - Controls master global access settings.
- Master
Ipv4Cidr stringBlock - The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
- Peering
Name string - The peering name in the customer VPC used by this cluster.
- Private
Endpoint string - The internal IP address of this cluster's master endpoint.
- Private
Endpoint stringSubnetwork - Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
- Public
Endpoint string - The external IP address of this cluster's master endpoint.
- enable
Private BooleanEndpoint - Whether the master's internal IP address is used as the cluster endpoint.
- enable
Private BooleanNodes - Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
- master
Global PrivateAccess Config Cluster Master Global Access Config Response - Controls master global access settings.
- master
Ipv4Cidr StringBlock - The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
- peering
Name String - The peering name in the customer VPC used by this cluster.
- private
Endpoint String - The internal IP address of this cluster's master endpoint.
- private
Endpoint StringSubnetwork - Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
- public
Endpoint String - The external IP address of this cluster's master endpoint.
- enable
Private booleanEndpoint - Whether the master's internal IP address is used as the cluster endpoint.
- enable
Private booleanNodes - Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
- master
Global PrivateAccess Config Cluster Master Global Access Config Response - Controls master global access settings.
- master
Ipv4Cidr stringBlock - The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
- peering
Name string - The peering name in the customer VPC used by this cluster.
- private
Endpoint string - The internal IP address of this cluster's master endpoint.
- private
Endpoint stringSubnetwork - Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
- public
Endpoint string - The external IP address of this cluster's master endpoint.
- enable_
private_ boolendpoint - Whether the master's internal IP address is used as the cluster endpoint.
- enable_
private_ boolnodes - Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
- master_
global_ Privateaccess_ config Cluster Master Global Access Config Response - Controls master global access settings.
- master_
ipv4_ strcidr_ block - The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
- peering_
name str - The peering name in the customer VPC used by this cluster.
- private_
endpoint str - The internal IP address of this cluster's master endpoint.
- private_
endpoint_ strsubnetwork - Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
- public_
endpoint str - The external IP address of this cluster's master endpoint.
- enable
Private BooleanEndpoint - Whether the master's internal IP address is used as the cluster endpoint.
- enable
Private BooleanNodes - Whether nodes have internal IP addresses only. If enabled, all nodes are given only RFC 1918 private addresses and communicate with the master via private networking.
- master
Global Property MapAccess Config - Controls master global access settings.
- master
Ipv4Cidr StringBlock - The IP range in CIDR notation to use for the hosted master network. This range will be used for assigning internal IP addresses to the master or set of masters, as well as the ILB VIP. This range must not overlap with any other ranges in use within the cluster's network.
- peering
Name String - The peering name in the customer VPC used by this cluster.
- private
Endpoint String - The internal IP address of this cluster's master endpoint.
- private
Endpoint StringSubnetwork - Subnet to provision the master's private endpoint during cluster creation. Specified in projects//regions//subnetworks/* format.
- public
Endpoint String - The external IP address of this cluster's master endpoint.
PrivateClusterMasterGlobalAccessConfigResponse
- Enabled bool
- Whenever master is accessible globally or not.
- Enabled bool
- Whenever master is accessible globally or not.
- enabled Boolean
- Whenever master is accessible globally or not.
- enabled boolean
- Whenever master is accessible globally or not.
- enabled bool
- Whenever master is accessible globally or not.
- enabled Boolean
- Whenever master is accessible globally or not.
PubSubResponse
- Enabled bool
- Enable notifications for Pub/Sub.
- Filter
Pulumi.
Google Native. Container. V1. Inputs. Filter Response - Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
- Topic string
- The desired Pub/Sub topic to which notifications will be sent by GKE. Format is
projects/{project}/topics/{topic}
.
- Enabled bool
- Enable notifications for Pub/Sub.
- Filter
Filter
Response - Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
- Topic string
- The desired Pub/Sub topic to which notifications will be sent by GKE. Format is
projects/{project}/topics/{topic}
.
- enabled Boolean
- Enable notifications for Pub/Sub.
- filter
Filter
Response - Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
- topic String
- The desired Pub/Sub topic to which notifications will be sent by GKE. Format is
projects/{project}/topics/{topic}
.
- enabled boolean
- Enable notifications for Pub/Sub.
- filter
Filter
Response - Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
- topic string
- The desired Pub/Sub topic to which notifications will be sent by GKE. Format is
projects/{project}/topics/{topic}
.
- enabled bool
- Enable notifications for Pub/Sub.
- filter
Filter
Response - Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
- topic str
- The desired Pub/Sub topic to which notifications will be sent by GKE. Format is
projects/{project}/topics/{topic}
.
- enabled Boolean
- Enable notifications for Pub/Sub.
- filter Property Map
- Allows filtering to one or more specific event types. If no filter is specified, or if a filter is specified with no event types, all event types will be sent
- topic String
- The desired Pub/Sub topic to which notifications will be sent by GKE. Format is
projects/{project}/topics/{topic}
.
QueuedProvisioningResponse
- Enabled bool
- Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
- Enabled bool
- Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
- enabled Boolean
- Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
- enabled boolean
- Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
- enabled bool
- Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
- enabled Boolean
- Denotes that this nodepool is QRM specific, meaning nodes can be only obtained through queuing via the Cluster Autoscaler ProvisioningRequest API.
RangeInfoResponse
- Range
Name string - [Output only] Name of a range.
- Utilization double
- [Output only] The utilization of the range.
- Range
Name string - [Output only] Name of a range.
- Utilization float64
- [Output only] The utilization of the range.
- range
Name String - [Output only] Name of a range.
- utilization Double
- [Output only] The utilization of the range.
- range
Name string - [Output only] Name of a range.
- utilization number
- [Output only] The utilization of the range.
- range_
name str - [Output only] Name of a range.
- utilization float
- [Output only] The utilization of the range.
- range
Name String - [Output only] Name of a range.
- utilization Number
- [Output only] The utilization of the range.
RecurringTimeWindowResponse
- Recurrence string
- An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you'd use:
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
To repeat some window daily (equivalent to the DailyMaintenanceWindow):FREQ=DAILY
For the first weekend of every month:FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU
This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you'd use something like:start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC:start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA
Note the start and end time's specific dates are largely arbitrary except to specify duration of the window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported. - Window
Pulumi.
Google Native. Container. V1. Inputs. Time Window Response - The window of the first recurrence.
- Recurrence string
- An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you'd use:
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
To repeat some window daily (equivalent to the DailyMaintenanceWindow):FREQ=DAILY
For the first weekend of every month:FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU
This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you'd use something like:start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC:start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA
Note the start and end time's specific dates are largely arbitrary except to specify duration of the window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported. - Window
Time
Window Response - The window of the first recurrence.
- recurrence String
- An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you'd use:
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
To repeat some window daily (equivalent to the DailyMaintenanceWindow):FREQ=DAILY
For the first weekend of every month:FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU
This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you'd use something like:start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC:start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA
Note the start and end time's specific dates are largely arbitrary except to specify duration of the window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported. - window
Time
Window Response - The window of the first recurrence.
- recurrence string
- An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you'd use:
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
To repeat some window daily (equivalent to the DailyMaintenanceWindow):FREQ=DAILY
For the first weekend of every month:FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU
This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you'd use something like:start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC:start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA
Note the start and end time's specific dates are largely arbitrary except to specify duration of the window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported. - window
Time
Window Response - The window of the first recurrence.
- recurrence str
- An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you'd use:
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
To repeat some window daily (equivalent to the DailyMaintenanceWindow):FREQ=DAILY
For the first weekend of every month:FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU
This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you'd use something like:start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC:start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA
Note the start and end time's specific dates are largely arbitrary except to specify duration of the window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported. - window
Time
Window Response - The window of the first recurrence.
- recurrence String
- An RRULE (https://tools.ietf.org/html/rfc5545#section-3.8.5.3) for how this window reccurs. They go on for the span of time between the start and end time. For example, to have something repeat every weekday, you'd use:
FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
To repeat some window daily (equivalent to the DailyMaintenanceWindow):FREQ=DAILY
For the first weekend of every month:FREQ=MONTHLY;BYSETPOS=1;BYDAY=SA,SU
This specifies how frequently the window starts. Eg, if you wanted to have a 9-5 UTC-4 window every weekday, you'd use something like:start time = 2019-01-01T09:00:00-0400 end time = 2019-01-01T17:00:00-0400 recurrence = FREQ=WEEKLY;BYDAY=MO,TU,WE,TH,FR
Windows can span multiple days. Eg, to make the window encompass every weekend from midnight Saturday till the last minute of Sunday UTC:start time = 2019-01-05T00:00:00Z end time = 2019-01-07T23:59:00Z recurrence = FREQ=WEEKLY;BYDAY=SA
Note the start and end time's specific dates are largely arbitrary except to specify duration of the window and when it first starts. The FREQ values of HOURLY, MINUTELY, and SECONDLY are not supported. - window Property Map
- The window of the first recurrence.
ReleaseChannelResponse
- Channel string
- channel specifies which release channel the cluster is subscribed to.
- Channel string
- channel specifies which release channel the cluster is subscribed to.
- channel String
- channel specifies which release channel the cluster is subscribed to.
- channel string
- channel specifies which release channel the cluster is subscribed to.
- channel str
- channel specifies which release channel the cluster is subscribed to.
- channel String
- channel specifies which release channel the cluster is subscribed to.
ReservationAffinityResponse
- Consume
Reservation stringType - Corresponds to the type of reservation consumption.
- Key string
- Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
- Values List<string>
- Corresponds to the label value(s) of reservation resource(s).
- Consume
Reservation stringType - Corresponds to the type of reservation consumption.
- Key string
- Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
- Values []string
- Corresponds to the label value(s) of reservation resource(s).
- consume
Reservation StringType - Corresponds to the type of reservation consumption.
- key String
- Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
- values List<String>
- Corresponds to the label value(s) of reservation resource(s).
- consume
Reservation stringType - Corresponds to the type of reservation consumption.
- key string
- Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
- values string[]
- Corresponds to the label value(s) of reservation resource(s).
- consume_
reservation_ strtype - Corresponds to the type of reservation consumption.
- key str
- Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
- values Sequence[str]
- Corresponds to the label value(s) of reservation resource(s).
- consume
Reservation StringType - Corresponds to the type of reservation consumption.
- key String
- Corresponds to the label key of a reservation resource. To target a SPECIFIC_RESERVATION by name, specify "compute.googleapis.com/reservation-name" as the key and specify the name of your reservation as its value.
- values List<String>
- Corresponds to the label value(s) of reservation resource(s).
ResourceLimitResponse
- Maximum string
- Maximum amount of the resource in the cluster.
- Minimum string
- Minimum amount of the resource in the cluster.
- Resource
Type string - Resource name "cpu", "memory" or gpu-specific string.
- Maximum string
- Maximum amount of the resource in the cluster.
- Minimum string
- Minimum amount of the resource in the cluster.
- Resource
Type string - Resource name "cpu", "memory" or gpu-specific string.
- maximum String
- Maximum amount of the resource in the cluster.
- minimum String
- Minimum amount of the resource in the cluster.
- resource
Type String - Resource name "cpu", "memory" or gpu-specific string.
- maximum string
- Maximum amount of the resource in the cluster.
- minimum string
- Minimum amount of the resource in the cluster.
- resource
Type string - Resource name "cpu", "memory" or gpu-specific string.
- maximum str
- Maximum amount of the resource in the cluster.
- minimum str
- Minimum amount of the resource in the cluster.
- resource_
type str - Resource name "cpu", "memory" or gpu-specific string.
- maximum String
- Maximum amount of the resource in the cluster.
- minimum String
- Minimum amount of the resource in the cluster.
- resource
Type String - Resource name "cpu", "memory" or gpu-specific string.
ResourceManagerTagsResponse
- Dictionary<string, string>
- TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1.
tagKeys/{tag_key_id}=tagValues/{tag_value_id}
2.{org_id}/{tag_key_name}={tag_value_name}
3.{project_id}/{tag_key_name}={tag_value_name}
- map[string]string
- TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1.
tagKeys/{tag_key_id}=tagValues/{tag_value_id}
2.{org_id}/{tag_key_name}={tag_value_name}
3.{project_id}/{tag_key_name}={tag_value_name}
- Map<String,String>
- TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1.
tagKeys/{tag_key_id}=tagValues/{tag_value_id}
2.{org_id}/{tag_key_name}={tag_value_name}
3.{project_id}/{tag_key_name}={tag_value_name}
- {[key: string]: string}
- TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1.
tagKeys/{tag_key_id}=tagValues/{tag_value_id}
2.{org_id}/{tag_key_name}={tag_value_name}
3.{project_id}/{tag_key_name}={tag_value_name}
- Mapping[str, str]
- TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1.
tagKeys/{tag_key_id}=tagValues/{tag_value_id}
2.{org_id}/{tag_key_name}={tag_value_name}
3.{project_id}/{tag_key_name}={tag_value_name}
- Map<String>
- TagKeyValue must be in one of the following formats ([KEY]=[VALUE]) 1.
tagKeys/{tag_key_id}=tagValues/{tag_value_id}
2.{org_id}/{tag_key_name}={tag_value_name}
3.{project_id}/{tag_key_name}={tag_value_name}
ResourceUsageExportConfigResponse
- Bigquery
Destination Pulumi.Google Native. Container. V1. Inputs. Big Query Destination Response - Configuration to use BigQuery as usage export destination.
- Consumption
Metering Pulumi.Config Google Native. Container. V1. Inputs. Consumption Metering Config Response - Configuration to enable resource consumption metering.
- Enable
Network boolEgress Metering - Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
- Bigquery
Destination BigQuery Destination Response - Configuration to use BigQuery as usage export destination.
- Consumption
Metering ConsumptionConfig Metering Config Response - Configuration to enable resource consumption metering.
- Enable
Network boolEgress Metering - Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
- bigquery
Destination BigQuery Destination Response - Configuration to use BigQuery as usage export destination.
- consumption
Metering ConsumptionConfig Metering Config Response - Configuration to enable resource consumption metering.
- enable
Network BooleanEgress Metering - Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
- bigquery
Destination BigQuery Destination Response - Configuration to use BigQuery as usage export destination.
- consumption
Metering ConsumptionConfig Metering Config Response - Configuration to enable resource consumption metering.
- enable
Network booleanEgress Metering - Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
- bigquery_
destination BigQuery Destination Response - Configuration to use BigQuery as usage export destination.
- consumption_
metering_ Consumptionconfig Metering Config Response - Configuration to enable resource consumption metering.
- enable_
network_ boolegress_ metering - Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
- bigquery
Destination Property Map - Configuration to use BigQuery as usage export destination.
- consumption
Metering Property MapConfig - Configuration to enable resource consumption metering.
- enable
Network BooleanEgress Metering - Whether to enable network egress metering for this cluster. If enabled, a daemonset will be created in the cluster to meter network egress traffic.
SandboxConfigResponse
- Type string
- Type of the sandbox to use for the node.
- Type string
- Type of the sandbox to use for the node.
- type String
- Type of the sandbox to use for the node.
- type string
- Type of the sandbox to use for the node.
- type str
- Type of the sandbox to use for the node.
- type String
- Type of the sandbox to use for the node.
SecurityPostureConfigResponse
- Mode string
- Sets which mode to use for Security Posture features.
- Vulnerability
Mode string - Sets which mode to use for vulnerability scanning.
- Mode string
- Sets which mode to use for Security Posture features.
- Vulnerability
Mode string - Sets which mode to use for vulnerability scanning.
- mode String
- Sets which mode to use for Security Posture features.
- vulnerability
Mode String - Sets which mode to use for vulnerability scanning.
- mode string
- Sets which mode to use for Security Posture features.
- vulnerability
Mode string - Sets which mode to use for vulnerability scanning.
- mode str
- Sets which mode to use for Security Posture features.
- vulnerability_
mode str - Sets which mode to use for vulnerability scanning.
- mode String
- Sets which mode to use for Security Posture features.
- vulnerability
Mode String - Sets which mode to use for vulnerability scanning.
ServiceExternalIPsConfigResponse
- Enabled bool
- Whether Services with ExternalIPs field are allowed or not.
- Enabled bool
- Whether Services with ExternalIPs field are allowed or not.
- enabled Boolean
- Whether Services with ExternalIPs field are allowed or not.
- enabled boolean
- Whether Services with ExternalIPs field are allowed or not.
- enabled bool
- Whether Services with ExternalIPs field are allowed or not.
- enabled Boolean
- Whether Services with ExternalIPs field are allowed or not.
ShieldedInstanceConfigResponse
- Enable
Integrity boolMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
- Enable
Integrity boolMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
- Enable
Secure boolBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
- enable
Integrity BooleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
- enable
Integrity booleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
- enable
Secure booleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
- enable_
integrity_ boolmonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
- enable_
secure_ boolboot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
- enable
Integrity BooleanMonitoring - Defines whether the instance has integrity monitoring enabled. Enables monitoring and attestation of the boot integrity of the instance. The attestation is performed against the integrity policy baseline. This baseline is initially derived from the implicitly trusted boot image when the instance is created.
- enable
Secure BooleanBoot - Defines whether the instance has Secure Boot enabled. Secure Boot helps ensure that the system only runs authentic software by verifying the digital signature of all boot components, and halting the boot process if signature verification fails.
ShieldedNodesResponse
- Enabled bool
- Whether Shielded Nodes features are enabled on all nodes in this cluster.
- Enabled bool
- Whether Shielded Nodes features are enabled on all nodes in this cluster.
- enabled Boolean
- Whether Shielded Nodes features are enabled on all nodes in this cluster.
- enabled boolean
- Whether Shielded Nodes features are enabled on all nodes in this cluster.
- enabled bool
- Whether Shielded Nodes features are enabled on all nodes in this cluster.
- enabled Boolean
- Whether Shielded Nodes features are enabled on all nodes in this cluster.
SoleTenantConfigResponse
- Node
Affinities List<Pulumi.Google Native. Container. V1. Inputs. Node Affinity Response> - NodeAffinities used to match to a shared sole tenant node group.
- Node
Affinities []NodeAffinity Response - NodeAffinities used to match to a shared sole tenant node group.
- node
Affinities List<NodeAffinity Response> - NodeAffinities used to match to a shared sole tenant node group.
- node
Affinities NodeAffinity Response[] - NodeAffinities used to match to a shared sole tenant node group.
- node_
affinities Sequence[NodeAffinity Response] - NodeAffinities used to match to a shared sole tenant node group.
- node
Affinities List<Property Map> - NodeAffinities used to match to a shared sole tenant node group.
StandardRolloutPolicyResponse
- Batch
Node intCount - Number of blue nodes to drain in a batch.
- Batch
Percentage double - Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
- Batch
Soak stringDuration - Soak time after each batch gets drained. Default to zero.
- Batch
Node intCount - Number of blue nodes to drain in a batch.
- Batch
Percentage float64 - Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
- Batch
Soak stringDuration - Soak time after each batch gets drained. Default to zero.
- batch
Node IntegerCount - Number of blue nodes to drain in a batch.
- batch
Percentage Double - Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
- batch
Soak StringDuration - Soak time after each batch gets drained. Default to zero.
- batch
Node numberCount - Number of blue nodes to drain in a batch.
- batch
Percentage number - Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
- batch
Soak stringDuration - Soak time after each batch gets drained. Default to zero.
- batch_
node_ intcount - Number of blue nodes to drain in a batch.
- batch_
percentage float - Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
- batch_
soak_ strduration - Soak time after each batch gets drained. Default to zero.
- batch
Node NumberCount - Number of blue nodes to drain in a batch.
- batch
Percentage Number - Percentage of the blue pool nodes to drain in a batch. The range of this field should be (0.0, 1.0].
- batch
Soak StringDuration - Soak time after each batch gets drained. Default to zero.
StatusConditionResponse
- Canonical
Code string - Canonical code of the condition.
- Code string
- Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
- Message string
- Human-friendly representation of the condition
- Canonical
Code string - Canonical code of the condition.
- Code string
- Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
- Message string
- Human-friendly representation of the condition
- canonical
Code String - Canonical code of the condition.
- code String
- Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
- message String
- Human-friendly representation of the condition
- canonical
Code string - Canonical code of the condition.
- code string
- Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
- message string
- Human-friendly representation of the condition
- canonical_
code str - Canonical code of the condition.
- code str
- Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
- message str
- Human-friendly representation of the condition
- canonical
Code String - Canonical code of the condition.
- code String
- Machine-friendly representation of the condition Deprecated. Use canonical_code instead.
- message String
- Human-friendly representation of the condition
TimeWindowResponse
- End
Time string - The time that the window ends. The end time should take place after the start time.
- Maintenance
Exclusion Pulumi.Options Google Native. Container. V1. Inputs. Maintenance Exclusion Options Response - MaintenanceExclusionOptions provides maintenance exclusion related options.
- Start
Time string - The time that the window first starts.
- End
Time string - The time that the window ends. The end time should take place after the start time.
- Maintenance
Exclusion MaintenanceOptions Exclusion Options Response - MaintenanceExclusionOptions provides maintenance exclusion related options.
- Start
Time string - The time that the window first starts.
- end
Time String - The time that the window ends. The end time should take place after the start time.
- maintenance
Exclusion MaintenanceOptions Exclusion Options Response - MaintenanceExclusionOptions provides maintenance exclusion related options.
- start
Time String - The time that the window first starts.
- end
Time string - The time that the window ends. The end time should take place after the start time.
- maintenance
Exclusion MaintenanceOptions Exclusion Options Response - MaintenanceExclusionOptions provides maintenance exclusion related options.
- start
Time string - The time that the window first starts.
- end_
time str - The time that the window ends. The end time should take place after the start time.
- maintenance_
exclusion_ Maintenanceoptions Exclusion Options Response - MaintenanceExclusionOptions provides maintenance exclusion related options.
- start_
time str - The time that the window first starts.
- end
Time String - The time that the window ends. The end time should take place after the start time.
- maintenance
Exclusion Property MapOptions - MaintenanceExclusionOptions provides maintenance exclusion related options.
- start
Time String - The time that the window first starts.
UpdateInfoResponse
- Blue
Green Pulumi.Info Google Native. Container. V1. Inputs. Blue Green Info Response - Information of a blue-green upgrade.
- Blue
Green BlueInfo Green Info Response - Information of a blue-green upgrade.
- blue
Green BlueInfo Green Info Response - Information of a blue-green upgrade.
- blue
Green BlueInfo Green Info Response - Information of a blue-green upgrade.
- blue_
green_ Blueinfo Green Info Response - Information of a blue-green upgrade.
- blue
Green Property MapInfo - Information of a blue-green upgrade.
UpgradeSettingsResponse
- Blue
Green Pulumi.Settings Google Native. Container. V1. Inputs. Blue Green Settings Response - Settings for blue-green upgrade strategy.
- Max
Surge int - The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.
- int
- The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
- Strategy string
- Update strategy of the node pool.
- Blue
Green BlueSettings Green Settings Response - Settings for blue-green upgrade strategy.
- Max
Surge int - The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.
- int
- The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
- Strategy string
- Update strategy of the node pool.
- blue
Green BlueSettings Green Settings Response - Settings for blue-green upgrade strategy.
- max
Surge Integer - The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.
- Integer
- The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
- strategy String
- Update strategy of the node pool.
- blue
Green BlueSettings Green Settings Response - Settings for blue-green upgrade strategy.
- max
Surge number - The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.
- number
- The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
- strategy string
- Update strategy of the node pool.
- blue_
green_ Bluesettings Green Settings Response - Settings for blue-green upgrade strategy.
- max_
surge int - The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.
- int
- The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
- strategy str
- Update strategy of the node pool.
- blue
Green Property MapSettings - Settings for blue-green upgrade strategy.
- max
Surge Number - The maximum number of nodes that can be created beyond the current size of the node pool during the upgrade process.
- Number
- The maximum number of nodes that can be simultaneously unavailable during the upgrade process. A node is considered available if its status is Ready.
- strategy String
- Update strategy of the node pool.
VerticalPodAutoscalingResponse
- Enabled bool
- Enables vertical pod autoscaling.
- Enabled bool
- Enables vertical pod autoscaling.
- enabled Boolean
- Enables vertical pod autoscaling.
- enabled boolean
- Enables vertical pod autoscaling.
- enabled bool
- Enables vertical pod autoscaling.
- enabled Boolean
- Enables vertical pod autoscaling.
VirtualNICResponse
- Enabled bool
- Whether gVNIC features are enabled in the node pool.
- Enabled bool
- Whether gVNIC features are enabled in the node pool.
- enabled Boolean
- Whether gVNIC features are enabled in the node pool.
- enabled boolean
- Whether gVNIC features are enabled in the node pool.
- enabled bool
- Whether gVNIC features are enabled in the node pool.
- enabled Boolean
- Whether gVNIC features are enabled in the node pool.
WindowsNodeConfigResponse
- Os
Version string - OSVersion specifies the Windows node config to be used on the node
- Os
Version string - OSVersion specifies the Windows node config to be used on the node
- os
Version String - OSVersion specifies the Windows node config to be used on the node
- os
Version string - OSVersion specifies the Windows node config to be used on the node
- os_
version str - OSVersion specifies the Windows node config to be used on the node
- os
Version String - OSVersion specifies the Windows node config to be used on the node
WorkloadIdentityConfigResponse
- Workload
Pool string - The workload pool to attach all Kubernetes service accounts to.
- Workload
Pool string - The workload pool to attach all Kubernetes service accounts to.
- workload
Pool String - The workload pool to attach all Kubernetes service accounts to.
- workload
Pool string - The workload pool to attach all Kubernetes service accounts to.
- workload_
pool str - The workload pool to attach all Kubernetes service accounts to.
- workload
Pool String - The workload pool to attach all Kubernetes service accounts to.
WorkloadMetadataConfigResponse
- Mode string
- Mode is the configuration for how to expose metadata to workloads running on the node pool.
- Mode string
- Mode is the configuration for how to expose metadata to workloads running on the node pool.
- mode String
- Mode is the configuration for how to expose metadata to workloads running on the node pool.
- mode string
- Mode is the configuration for how to expose metadata to workloads running on the node pool.
- mode str
- Mode is the configuration for how to expose metadata to workloads running on the node pool.
- mode String
- Mode is the configuration for how to expose metadata to workloads running on the node pool.
WorkloadPolicyConfigResponse
- Allow
Net boolAdmin - If true, workloads can use NET_ADMIN capability.
- Allow
Net boolAdmin - If true, workloads can use NET_ADMIN capability.
- allow
Net BooleanAdmin - If true, workloads can use NET_ADMIN capability.
- allow
Net booleanAdmin - If true, workloads can use NET_ADMIN capability.
- allow_
net_ booladmin - If true, workloads can use NET_ADMIN capability.
- allow
Net BooleanAdmin - If true, workloads can use NET_ADMIN capability.
Package Details
- Repository
- Google Cloud Native pulumi/pulumi-google-native
- License
- Apache-2.0
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi