public sealed class AutoprovisioningNodePoolDefaults : IMessage<AutoprovisioningNodePoolDefaults>, IEquatable<AutoprovisioningNodePoolDefaults>, IDeepCloneable<AutoprovisioningNodePoolDefaults>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AutoprovisioningNodePoolDefaults.
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
Implements
IMessageAutoprovisioningNodePoolDefaults, IEquatableAutoprovisioningNodePoolDefaults, IDeepCloneableAutoprovisioningNodePoolDefaults, IBufferMessage, IMessageNamespace
GoogleGoogle.CloudGoogle.Cloud.ContainerV1Assembly
Google.Cloud.Container.V1.dll
Constructors
AutoprovisioningNodePoolDefaults()
public AutoprovisioningNodePoolDefaults()
AutoprovisioningNodePoolDefaults(AutoprovisioningNodePoolDefaults)
public AutoprovisioningNodePoolDefaults(AutoprovisioningNodePoolDefaults other)
Parameter | |
---|---|
Name | Description |
other | AutoprovisioningNodePoolDefaults |
Properties
BootDiskKmsKey
public string BootDiskKmsKey { get; set; }
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
Property Value | |
---|---|
Type | Description |
string |
DiskSizeGb
public int DiskSizeGb { get; set; }
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.
Property Value | |
---|---|
Type | Description |
int |
DiskType
public string DiskType { get; set; }
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'
Property Value | |
---|---|
Type | Description |
string |
ImageType
public string ImageType { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
Management
public NodeManagement Management { get; set; }
Specifies the node management options for NAP created node-pools.
Property Value | |
---|---|
Type | Description |
NodeManagement |
MinCpuPlatform
[Obsolete]
public string MinCpuPlatform { get; set; }
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.
Property Value | |
---|---|
Type | Description |
string |
OauthScopes
public RepeatedField<string> OauthScopes { get; }
Scopes that are used by NAP when creating node pools.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ServiceAccount
public string ServiceAccount { get; set; }
The Google Cloud Platform Service Account to be used by the node VMs.
Property Value | |
---|---|
Type | Description |
string |
ShieldedInstanceConfig
public ShieldedInstanceConfig ShieldedInstanceConfig { get; set; }
Shielded Instance options.
Property Value | |
---|---|
Type | Description |
ShieldedInstanceConfig |
UpgradeSettings
public NodePool.Types.UpgradeSettings UpgradeSettings { get; set; }
Specifies the upgrade settings for NAP created node pools
Property Value | |
---|---|
Type | Description |
NodePoolTypesUpgradeSettings |