public static final class NodeConfig.Builder extends GeneratedMessageV3.Builder<NodeConfig.Builder> implements NodeConfigOrBuilder
Parameters that describe the nodes in a cluster.
Protobuf type google.container.v1beta1.NodeConfig
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > NodeConfig.BuilderImplements
NodeConfigOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Type | Description |
Descriptor |
Methods
addAccelerators(AcceleratorConfig value)
public NodeConfig.Builder addAccelerators(AcceleratorConfig value)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
value | AcceleratorConfig |
Type | Description |
NodeConfig.Builder |
addAccelerators(AcceleratorConfig.Builder builderForValue)
public NodeConfig.Builder addAccelerators(AcceleratorConfig.Builder builderForValue)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
builderForValue | AcceleratorConfig.Builder |
Type | Description |
NodeConfig.Builder |
addAccelerators(int index, AcceleratorConfig value)
public NodeConfig.Builder addAccelerators(int index, AcceleratorConfig value)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
index | int |
value | AcceleratorConfig |
Type | Description |
NodeConfig.Builder |
addAccelerators(int index, AcceleratorConfig.Builder builderForValue)
public NodeConfig.Builder addAccelerators(int index, AcceleratorConfig.Builder builderForValue)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
index | int |
builderForValue | AcceleratorConfig.Builder |
Type | Description |
NodeConfig.Builder |
addAcceleratorsBuilder()
public AcceleratorConfig.Builder addAcceleratorsBuilder()
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Type | Description |
AcceleratorConfig.Builder |
addAcceleratorsBuilder(int index)
public AcceleratorConfig.Builder addAcceleratorsBuilder(int index)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
index | int |
Type | Description |
AcceleratorConfig.Builder |
addAllAccelerators(Iterable<? extends AcceleratorConfig> values)
public NodeConfig.Builder addAllAccelerators(Iterable<? extends AcceleratorConfig> values)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
values | Iterable<? extends com.google.container.v1beta1.AcceleratorConfig> |
Type | Description |
NodeConfig.Builder |
addAllOauthScopes(Iterable<String> values)
public NodeConfig.Builder addAllOauthScopes(Iterable<String> values)
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.
repeated string oauth_scopes = 3;
Name | Description |
values | Iterable<String> The oauthScopes to add. |
Type | Description |
NodeConfig.Builder | This builder for chaining. |
addAllTags(Iterable<String> values)
public NodeConfig.Builder addAllTags(Iterable<String> values)
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.
repeated string tags = 8;
Name | Description |
values | Iterable<String> The tags to add. |
Type | Description |
NodeConfig.Builder | This builder for chaining. |
addAllTaints(Iterable<? extends NodeTaint> values)
public NodeConfig.Builder addAllTaints(Iterable<? extends NodeTaint> values)
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Name | Description |
values | Iterable<? extends com.google.container.v1beta1.NodeTaint> |
Type | Description |
NodeConfig.Builder |
addOauthScopes(String value)
public NodeConfig.Builder addOauthScopes(String value)
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.
repeated string oauth_scopes = 3;
Name | Description |
value | String The oauthScopes to add. |
Type | Description |
NodeConfig.Builder | This builder for chaining. |
addOauthScopesBytes(ByteString value)
public NodeConfig.Builder addOauthScopesBytes(ByteString value)
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.
repeated string oauth_scopes = 3;
Name | Description |
value | ByteString The bytes of the oauthScopes to add. |
Type | Description |
NodeConfig.Builder | This builder for chaining. |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public NodeConfig.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Name | Description |
field | FieldDescriptor |
value | Object |
Type | Description |
NodeConfig.Builder |
addTags(String value)
public NodeConfig.Builder addTags(String value)
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.
repeated string tags = 8;
Name | Description |
value | String The tags to add. |
Type | Description |
NodeConfig.Builder | This builder for chaining. |
addTagsBytes(ByteString value)
public NodeConfig.Builder addTagsBytes(ByteString value)
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.
repeated string tags = 8;
Name | Description |
value | ByteString The bytes of the tags to add. |
Type | Description |
NodeConfig.Builder | This builder for chaining. |
addTaints(NodeTaint value)
public NodeConfig.Builder addTaints(NodeTaint value)
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Name | Description |
value | NodeTaint |
Type | Description |
NodeConfig.Builder |
addTaints(NodeTaint.Builder builderForValue)
public NodeConfig.Builder addTaints(NodeTaint.Builder builderForValue)
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Name | Description |
builderForValue | NodeTaint.Builder |
Type | Description |
NodeConfig.Builder |
addTaints(int index, NodeTaint value)
public NodeConfig.Builder addTaints(int index, NodeTaint value)
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Name | Description |
index | int |
value | NodeTaint |
Type | Description |
NodeConfig.Builder |
addTaints(int index, NodeTaint.Builder builderForValue)
public NodeConfig.Builder addTaints(int index, NodeTaint.Builder builderForValue)
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Name | Description |
index | int |
builderForValue | NodeTaint.Builder |
Type | Description |
NodeConfig.Builder |
addTaintsBuilder()
public NodeTaint.Builder addTaintsBuilder()
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Type | Description |
NodeTaint.Builder |
addTaintsBuilder(int index)
public NodeTaint.Builder addTaintsBuilder(int index)
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Name | Description |
index | int |
Type | Description |
NodeTaint.Builder |
build()
public NodeConfig build()
Type | Description |
NodeConfig |
buildPartial()
public NodeConfig buildPartial()
Type | Description |
NodeConfig |
clear()
public NodeConfig.Builder clear()
Type | Description |
NodeConfig.Builder |
clearAccelerators()
public NodeConfig.Builder clearAccelerators()
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Type | Description |
NodeConfig.Builder |
clearAdvancedMachineFeatures()
public NodeConfig.Builder clearAdvancedMachineFeatures()
Advanced features for the Compute Engine VM.
.google.container.v1beta1.AdvancedMachineFeatures advanced_machine_features = 26;
Type | Description |
NodeConfig.Builder |
clearBootDiskKmsKey()
public NodeConfig.Builder clearBootDiskKmsKey()
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
string boot_disk_kms_key = 23;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearDiskSizeGb()
public NodeConfig.Builder clearDiskSizeGb()
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.
int32 disk_size_gb = 2;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearDiskType()
public NodeConfig.Builder clearDiskType()
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'
string disk_type = 12;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearEphemeralStorageConfig()
public NodeConfig.Builder clearEphemeralStorageConfig()
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk.
.google.container.v1beta1.EphemeralStorageConfig ephemeral_storage_config = 24;
Type | Description |
NodeConfig.Builder |
clearField(Descriptors.FieldDescriptor field)
public NodeConfig.Builder clearField(Descriptors.FieldDescriptor field)
Name | Description |
field | FieldDescriptor |
Type | Description |
NodeConfig.Builder |
clearGcfsConfig()
public NodeConfig.Builder clearGcfsConfig()
GCFS (Google Container File System) configs.
.google.container.v1beta1.GcfsConfig gcfs_config = 25;
Type | Description |
NodeConfig.Builder |
clearGvnic()
public NodeConfig.Builder clearGvnic()
Enable or disable gvnic on the node pool.
.google.container.v1beta1.VirtualNIC gvnic = 29;
Type | Description |
NodeConfig.Builder |
clearImageType()
public NodeConfig.Builder clearImageType()
The image type to use for this node. Note that for a given image type, the latest version of it will be used.
string image_type = 5;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearKubeletConfig()
public NodeConfig.Builder clearKubeletConfig()
Node kubelet configs.
.google.container.v1beta1.NodeKubeletConfig kubelet_config = 22;
Type | Description |
NodeConfig.Builder |
clearLabels()
public NodeConfig.Builder clearLabels()
Type | Description |
NodeConfig.Builder |
clearLinuxNodeConfig()
public NodeConfig.Builder clearLinuxNodeConfig()
Parameters that can be configured on Linux nodes.
.google.container.v1beta1.LinuxNodeConfig linux_node_config = 21;
Type | Description |
NodeConfig.Builder |
clearLocalSsdCount()
public NodeConfig.Builder clearLocalSsdCount()
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.
int32 local_ssd_count = 7;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearMachineType()
public NodeConfig.Builder clearMachineType()
The name of a Google Compute Engine machine
type.
If unspecified, the default machine type is
e2-medium
.
string machine_type = 1;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearMetadata()
public NodeConfig.Builder clearMetadata()
Type | Description |
NodeConfig.Builder |
clearMinCpuPlatform()
public NodeConfig.Builder clearMinCpuPlatform()
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"
or
minCpuPlatform: "Intel Sandy Bridge"
. For more
information, read how to specify min CPU
platform
string min_cpu_platform = 13;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearNodeGroup()
public NodeConfig.Builder clearNodeGroup()
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.
string node_group = 18;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearOauthScopes()
public NodeConfig.Builder clearOauthScopes()
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.
repeated string oauth_scopes = 3;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public NodeConfig.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Name | Description |
oneof | OneofDescriptor |
Type | Description |
NodeConfig.Builder |
clearPreemptible()
public NodeConfig.Builder clearPreemptible()
Whether the nodes are created as preemptible VM instances. See: https://cloud.google.com/compute/docs/instances/preemptible for more inforamtion about preemptible VM instances.
bool preemptible = 10;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearReservationAffinity()
public NodeConfig.Builder clearReservationAffinity()
The optional reservation affinity. Setting this field will apply the specified Zonal Compute Reservation to this node pool.
.google.container.v1beta1.ReservationAffinity reservation_affinity = 19;
Type | Description |
NodeConfig.Builder |
clearSandboxConfig()
public NodeConfig.Builder clearSandboxConfig()
Sandbox configuration for this node.
.google.container.v1beta1.SandboxConfig sandbox_config = 17;
Type | Description |
NodeConfig.Builder |
clearServiceAccount()
public NodeConfig.Builder clearServiceAccount()
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.
string service_account = 9;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearShieldedInstanceConfig()
public NodeConfig.Builder clearShieldedInstanceConfig()
Shielded Instance options.
.google.container.v1beta1.ShieldedInstanceConfig shielded_instance_config = 20;
Type | Description |
NodeConfig.Builder |
clearSpot()
public NodeConfig.Builder clearSpot()
Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
bool spot = 32;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearTags()
public NodeConfig.Builder clearTags()
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.
repeated string tags = 8;
Type | Description |
NodeConfig.Builder | This builder for chaining. |
clearTaints()
public NodeConfig.Builder clearTaints()
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/
repeated .google.container.v1beta1.NodeTaint taints = 15;
Type | Description |
NodeConfig.Builder |
clearWorkloadMetadataConfig()
public NodeConfig.Builder clearWorkloadMetadataConfig()
The workload metadata configuration for this node.
.google.container.v1beta1.WorkloadMetadataConfig workload_metadata_config = 14;
Type | Description |
NodeConfig.Builder |
clone()
public NodeConfig.Builder clone()
Type | Description |
NodeConfig.Builder |
containsLabels(String key)
public boolean containsLabels(String key)
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/
map<string, string> labels = 6;
Name | Description |
key | String |
Type | Description |
boolean |
containsMetadata(String key)
public boolean containsMetadata(String key)
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-oslogin"
- "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.
map<string, string> metadata = 4;
Name | Description |
key | String |
Type | Description |
boolean |
getAccelerators(int index)
public AcceleratorConfig getAccelerators(int index)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
index | int |
Type | Description |
AcceleratorConfig |
getAcceleratorsBuilder(int index)
public AcceleratorConfig.Builder getAcceleratorsBuilder(int index)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
index | int |
Type | Description |
AcceleratorConfig.Builder |
getAcceleratorsBuilderList()
public List<AcceleratorConfig.Builder> getAcceleratorsBuilderList()
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Type | Description |
List<Builder> |
getAcceleratorsCount()
public int getAcceleratorsCount()
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Type | Description |
int |
getAcceleratorsList()
public List<AcceleratorConfig> getAcceleratorsList()
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Type | Description |
List<AcceleratorConfig> |
getAcceleratorsOrBuilder(int index)
public AcceleratorConfigOrBuilder getAcceleratorsOrBuilder(int index)
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Name | Description |
index | int |
Type | Description |
AcceleratorConfigOrBuilder |
getAcceleratorsOrBuilderList()
public List<? extends AcceleratorConfigOrBuilder> getAcceleratorsOrBuilderList()
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.
repeated .google.container.v1beta1.AcceleratorConfig accelerators = 11;
Type | Description |
List<? extends com.google.container.v1beta1.AcceleratorConfigOrBuilder> |
getAdvancedMachineFeatures()
public AdvancedMachineFeatures getAdvancedMachineFeatures()
Advanced features for the Compute Engine VM.
.google.container.v1beta1.AdvancedMachineFeatures advanced_machine_features = 26;
Type | Description |
AdvancedMachineFeatures | The advancedMachineFeatures. |
getAdvancedMachineFeaturesBuilder()
public AdvancedMachineFeatures.Builder getAdvancedMachineFeaturesBuilder()
Advanced features for the Compute Engine VM.
.google.container.v1beta1.AdvancedMachineFeatures advanced_machine_features = 26;
Type | Description |
AdvancedMachineFeatures.Builder |
getAdvancedMachineFeaturesOrBuilder()
public AdvancedMachineFeaturesOrBuilder getAdvancedMachineFeaturesOrBuilder()
Advanced features for the Compute Engine VM.
.google.container.v1beta1.AdvancedMachineFeatures advanced_machine_features = 26;
Type | Description |
AdvancedMachineFeaturesOrBuilder |
getBootDiskKmsKey()
public String getBootDiskKmsKey()
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
string boot_disk_kms_key = 23;
Type | Description |
String | The bootDiskKmsKey. |
getBootDiskKmsKeyBytes()
public ByteString getBootDiskKmsKeyBytes()
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
string boot_disk_kms_key = 23;
Type | Description |
ByteString | The bytes for bootDiskKmsKey. |
getDefaultInstanceForType()
public NodeConfig getDefaultInstanceForType()
Type | Description |
NodeConfig |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Type | Description |
Descriptor |
getDiskSizeGb()
public int getDiskSizeGb()
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.
int32 disk_size_gb = 2;
Type | Description |
int | The diskSizeGb. |
getDiskType()
public String getDiskType()
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'
string disk_type = 12;
Type | Description |
String | The diskType. |
getDiskTypeBytes()
public ByteString getDiskTypeBytes()
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'
string disk_type = 12;
Type | Description |
ByteString | The bytes for diskType. |
getEphemeralStorageConfig()
public EphemeralStorageConfig getEphemeralStorageConfig()
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk.
.google.container.v1beta1.EphemeralStorageConfig ephemeral_storage_config = 24;
Type | Description |
EphemeralStorageConfig | The ephemeralStorageConfig. |
getEphemeralStorageConfigBuilder()
public EphemeralStorageConfig.Builder getEphemeralStorageConfigBuilder()
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk.
.google.container.v1beta1.EphemeralStorageConfig ephemeral_storage_config = 24;
Type | Description |
EphemeralStorageConfig.Builder |
getEphemeralStorageConfigOrBuilder()
public EphemeralStorageConfigOrBuilder getEphemeralStorageConfigOrBuilder()
Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk.
.google.container.v1beta1.EphemeralStorageConfig ephemeral_storage_config = 24;
Type | Description |
EphemeralStorageConfigOrBuilder |
getGcfsConfig()
public GcfsConfig getGcfsConfig()
GCFS (Google Container File System) configs.
.google.container.v1beta1.GcfsConfig gcfs_config = 25;
Type | Description |
GcfsConfig | The gcfsConfig. |
getGcfsConfigBuilder()
public GcfsConfig.Builder getGcfsConfigBuilder()
GCFS (Google Container File System) configs.
.google.container.v1beta1.GcfsConfig gcfs_config = 25;
Type | Description |
GcfsConfig.Builder |
getGcfsConfigOrBuilder()
public GcfsConfigOrBuilder getGcfsConfigOrBuilder()
GCFS (Google Container File System) configs.
.google.container.v1beta1.GcfsConfig gcfs_config = 25;
Type | Description |
GcfsConfigOrBuilder |
getGvnic()
public VirtualNIC getGvnic()
Enable or disable gvnic on the node pool.
.google.container.v1beta1.VirtualNIC gvnic = 29;
Type | Description |
VirtualNIC | The gvnic. |
getGvnicBuilder()
public VirtualNIC.Builder getGvnicBuilder()
Enable or disable gvnic on the node pool.
.google.container.v1beta1.VirtualNIC gvnic = 29;
Type | Description |
VirtualNIC.Builder |
getGvnicOrBuilder()
public VirtualNICOrBuilder getGvnicOrBuilder()
Enable or disable gvnic on the node pool.
.google.container.v1beta1.VirtualNIC gvnic = 29;
Type | Description |
VirtualNICOrBuilder |
getImageType()
public String getImageType()
The image type to use for this node. Note that for a given image type, the latest version of it will be used.
string image_type = 5;
Type | Description |
String | The imageType. |
getImageTypeBytes()
public ByteString getImageTypeBytes()
The image type to use for this node. Note that for a given image type, the latest version of it will be used.
string image_type = 5;
Type | Description |
ByteString | The bytes for imageType. |
getKubeletConfig()
public NodeKubeletConfig getKubeletConfig()
Node kubelet configs.
.google.container.v1beta1.NodeKubeletConfig kubelet_config = 22;
Type | Description |
NodeKubeletConfig | The kubeletConfig. |
getKubeletConfigBuilder()
public NodeKubeletConfig.Builder getKubeletConfigBuilder()
Node kubelet configs.
.google.container.v1beta1.NodeKubeletConfig kubelet_config = 22;
Type | Description |
NodeKubeletConfig.Builder |
getKubeletConfigOrBuilder()
public NodeKubeletConfigOrBuilder getKubeletConfigOrBuilder()
Node kubelet configs.
.google.container.v1beta1.NodeKubeletConfig kubelet_config = 22;
Type | Description |
NodeKubeletConfigOrBuilder |
getLabels()
public Map<String,String> getLabels()
Use #getLabelsMap() instead.
Type | Description |
Map<String,String> |
getLabelsCount()
public int getLabelsCount()
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/
map<string, string> labels = 6;
Type | Description |
int |
getLabelsMap()
public Map<String,String> getLabelsMap()
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/
map<string, string> labels = 6;
Type | Description |
Map<String,String> |
getLabelsOrDefault(String key, String defaultValue)
public String getLabelsOrDefault(String key, String defaultValue)
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/
map<string, string> labels = 6;
Name | Description |
key | String |
defaultValue | String |
Type | Description |
String |
getLabelsOrThrow(String key)
public String getLabelsOrThrow(String key)
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/do