Interface protos.google.container.v1.INodeConfig (2.4.4)

Properties of a NodeConfig.

Package

@google-cloud/container!

Properties

accelerators

accelerators?: (google.container.v1.IAcceleratorConfig[]|null);

NodeConfig accelerators

Property Value
TypeDescription
(google.container.v1.IAcceleratorConfig[]|null)

bootDiskKmsKey

bootDiskKmsKey?: (string|null);

NodeConfig bootDiskKmsKey

Property Value
TypeDescription
(string|null)

diskSizeGb

diskSizeGb?: (number|null);

NodeConfig diskSizeGb

Property Value
TypeDescription
(number|null)

diskType

diskType?: (string|null);

NodeConfig diskType

Property Value
TypeDescription
(string|null)

imageType

imageType?: (string|null);

NodeConfig imageType

Property Value
TypeDescription
(string|null)

labels

labels?: ({ [k: string]: string }|null);

NodeConfig labels

Property Value
TypeDescription
({ [k: string]: string }|null)

localSsdCount

localSsdCount?: (number|null);

NodeConfig localSsdCount

Property Value
TypeDescription
(number|null)

machineType

machineType?: (string|null);

NodeConfig machineType

Property Value
TypeDescription
(string|null)

metadata

metadata?: ({ [k: string]: string }|null);

NodeConfig metadata

Property Value
TypeDescription
({ [k: string]: string }|null)

minCpuPlatform

minCpuPlatform?: (string|null);

NodeConfig minCpuPlatform

Property Value
TypeDescription
(string|null)

nodeGroup

nodeGroup?: (string|null);

NodeConfig nodeGroup

Property Value
TypeDescription
(string|null)

oauthScopes

oauthScopes?: (string[]|null);

NodeConfig oauthScopes

Property Value
TypeDescription
(string[]|null)

preemptible

preemptible?: (boolean|null);

NodeConfig preemptible

Property Value
TypeDescription
(boolean|null)

reservationAffinity

reservationAffinity?: (google.container.v1.IReservationAffinity|null);

NodeConfig reservationAffinity

Property Value
TypeDescription
(google.container.v1.IReservationAffinity|null)

sandboxConfig

sandboxConfig?: (google.container.v1.ISandboxConfig|null);

NodeConfig sandboxConfig

Property Value
TypeDescription
(google.container.v1.ISandboxConfig|null)

serviceAccount

serviceAccount?: (string|null);

NodeConfig serviceAccount

Property Value
TypeDescription
(string|null)

shieldedInstanceConfig

shieldedInstanceConfig?: (google.container.v1.IShieldedInstanceConfig|null);

NodeConfig shieldedInstanceConfig

Property Value
TypeDescription
(google.container.v1.IShieldedInstanceConfig|null)

tags

tags?: (string[]|null);

NodeConfig tags

Property Value
TypeDescription
(string[]|null)

taints

taints?: (google.container.v1.INodeTaint[]|null);

NodeConfig taints

Property Value
TypeDescription
(google.container.v1.INodeTaint[]|null)

workloadMetadataConfig

workloadMetadataConfig?: (google.container.v1.IWorkloadMetadataConfig|null);

NodeConfig workloadMetadataConfig

Property Value
TypeDescription
(google.container.v1.IWorkloadMetadataConfig|null)