Class AutoprovisioningNodePoolDefaults
AutoprovisioningNodePoolDefaults contains defaults for a node pool created by NAP.
Implements
Inherited Members
Namespace: Google.Apis.Container.v1beta1.Data
Assembly: Google.Apis.Container.v1beta1.dll
Syntax
public class AutoprovisioningNodePoolDefaults : IDirectResponseSchema
Properties
BootDiskKmsKey
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
Declaration
[JsonProperty("bootDiskKmsKey")]
public virtual string BootDiskKmsKey { get; set; }
Property Value
Type | Description |
---|---|
string |
DiskSizeGb
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.
Declaration
[JsonProperty("diskSizeGb")]
public virtual int? DiskSizeGb { get; set; }
Property Value
Type | Description |
---|---|
int? |
DiskType
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'
Declaration
[JsonProperty("diskType")]
public virtual string DiskType { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
ImageType
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.
Declaration
[JsonProperty("imageType")]
public virtual string ImageType { get; set; }
Property Value
Type | Description |
---|---|
string |
InsecureKubeletReadonlyPortEnabled
Enable or disable Kubelet read only port.
Declaration
[JsonProperty("insecureKubeletReadonlyPortEnabled")]
public virtual bool? InsecureKubeletReadonlyPortEnabled { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Management
NodeManagement configuration for this NodePool.
Declaration
[JsonProperty("management")]
public virtual NodeManagement Management { get; set; }
Property Value
Type | Description |
---|---|
NodeManagement |
MinCpuPlatform
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.
Declaration
[JsonProperty("minCpuPlatform")]
public virtual string MinCpuPlatform { get; set; }
Property Value
Type | Description |
---|---|
string |
OauthScopes
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.
Declaration
[JsonProperty("oauthScopes")]
public virtual IList<string> OauthScopes { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ServiceAccount
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.
Declaration
[JsonProperty("serviceAccount")]
public virtual string ServiceAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
ShieldedInstanceConfig
Shielded Instance options.
Declaration
[JsonProperty("shieldedInstanceConfig")]
public virtual ShieldedInstanceConfig ShieldedInstanceConfig { get; set; }
Property Value
Type | Description |
---|---|
ShieldedInstanceConfig |
UpgradeSettings
Upgrade settings control disruption and speed of the upgrade.
Declaration
[JsonProperty("upgradeSettings")]
public virtual UpgradeSettings UpgradeSettings { get; set; }
Property Value
Type | Description |
---|---|
UpgradeSettings |