Class AutoprovisioningNodePoolDefaults (2.10.7)

AutoprovisioningNodePoolDefaults(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.

Attributes

NameDescription
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.
upgrade_settings google.cloud.container_v1.types.NodePool.UpgradeSettings
Specifies the upgrade settings for NAP created node pools
management google.cloud.container_v1.types.NodeManagement
Specifies the node management options for NAP created node-pools.
min_cpu_platform str
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
disk_size_gb int
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'
shielded_instance_config google.cloud.container_v1.types.ShieldedInstanceConfig
Shielded Instance options.
boot_disk_kms_key str
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
image_type str
The image type to use for NAP created node.

Inheritance

builtins.object > proto.message.Message > AutoprovisioningNodePoolDefaults