GetClusterNodePoolNodeConfig

data class GetClusterNodePoolNodeConfig(val advancedMachineFeatures: List<GetClusterNodePoolNodeConfigAdvancedMachineFeature>, val bootDiskKmsKey: String, val confidentialNodes: List<GetClusterNodePoolNodeConfigConfidentialNode>, val containerdConfigs: List<GetClusterNodePoolNodeConfigContainerdConfig>, val diskSizeGb: Int, val diskType: String, val effectiveTaints: List<GetClusterNodePoolNodeConfigEffectiveTaint>, val enableConfidentialStorage: Boolean, val ephemeralStorageConfigs: List<GetClusterNodePoolNodeConfigEphemeralStorageConfig>, val ephemeralStorageLocalSsdConfigs: List<GetClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig>, val fastSockets: List<GetClusterNodePoolNodeConfigFastSocket>, val gcfsConfigs: List<GetClusterNodePoolNodeConfigGcfsConfig>, val guestAccelerators: List<GetClusterNodePoolNodeConfigGuestAccelerator>, val gvnics: List<GetClusterNodePoolNodeConfigGvnic>, val hostMaintenancePolicies: List<GetClusterNodePoolNodeConfigHostMaintenancePolicy>, val imageType: String, val kubeletConfigs: List<GetClusterNodePoolNodeConfigKubeletConfig>, val labels: Map<String, String>, val linuxNodeConfigs: List<GetClusterNodePoolNodeConfigLinuxNodeConfig>, val localNvmeSsdBlockConfigs: List<GetClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig>, val localSsdCount: Int, val loggingVariant: String, val machineType: String, val metadata: Map<String, String>, val minCpuPlatform: String, val nodeGroup: String, val oauthScopes: List<String>, val preemptible: Boolean, val reservationAffinities: List<GetClusterNodePoolNodeConfigReservationAffinity>, val resourceLabels: Map<String, String>, val resourceManagerTags: Map<String, String>, val sandboxConfigs: List<GetClusterNodePoolNodeConfigSandboxConfig>, val secondaryBootDisks: List<GetClusterNodePoolNodeConfigSecondaryBootDisk>, val serviceAccount: String, val shieldedInstanceConfigs: List<GetClusterNodePoolNodeConfigShieldedInstanceConfig>, val soleTenantConfigs: List<GetClusterNodePoolNodeConfigSoleTenantConfig>, val spot: Boolean, val tags: List<String>, val taints: List<GetClusterNodePoolNodeConfigTaint>, val workloadMetadataConfigs: List<GetClusterNodePoolNodeConfigWorkloadMetadataConfig>)

Constructors

Link copied to clipboard
constructor(advancedMachineFeatures: List<GetClusterNodePoolNodeConfigAdvancedMachineFeature>, bootDiskKmsKey: String, confidentialNodes: List<GetClusterNodePoolNodeConfigConfidentialNode>, containerdConfigs: List<GetClusterNodePoolNodeConfigContainerdConfig>, diskSizeGb: Int, diskType: String, effectiveTaints: List<GetClusterNodePoolNodeConfigEffectiveTaint>, enableConfidentialStorage: Boolean, ephemeralStorageConfigs: List<GetClusterNodePoolNodeConfigEphemeralStorageConfig>, ephemeralStorageLocalSsdConfigs: List<GetClusterNodePoolNodeConfigEphemeralStorageLocalSsdConfig>, fastSockets: List<GetClusterNodePoolNodeConfigFastSocket>, gcfsConfigs: List<GetClusterNodePoolNodeConfigGcfsConfig>, guestAccelerators: List<GetClusterNodePoolNodeConfigGuestAccelerator>, gvnics: List<GetClusterNodePoolNodeConfigGvnic>, hostMaintenancePolicies: List<GetClusterNodePoolNodeConfigHostMaintenancePolicy>, imageType: String, kubeletConfigs: List<GetClusterNodePoolNodeConfigKubeletConfig>, labels: Map<String, String>, linuxNodeConfigs: List<GetClusterNodePoolNodeConfigLinuxNodeConfig>, localNvmeSsdBlockConfigs: List<GetClusterNodePoolNodeConfigLocalNvmeSsdBlockConfig>, localSsdCount: Int, loggingVariant: String, machineType: String, metadata: Map<String, String>, minCpuPlatform: String, nodeGroup: String, oauthScopes: List<String>, preemptible: Boolean, reservationAffinities: List<GetClusterNodePoolNodeConfigReservationAffinity>, resourceLabels: Map<String, String>, resourceManagerTags: Map<String, String>, sandboxConfigs: List<GetClusterNodePoolNodeConfigSandboxConfig>, secondaryBootDisks: List<GetClusterNodePoolNodeConfigSecondaryBootDisk>, serviceAccount: String, shieldedInstanceConfigs: List<GetClusterNodePoolNodeConfigShieldedInstanceConfig>, soleTenantConfigs: List<GetClusterNodePoolNodeConfigSoleTenantConfig>, spot: Boolean, tags: List<String>, taints: List<GetClusterNodePoolNodeConfigTaint>, workloadMetadataConfigs: List<GetClusterNodePoolNodeConfigWorkloadMetadataConfig>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies options for controlling advanced machine features.

Link copied to clipboard

The Customer Managed Encryption Key used to encrypt the boot disk attached to each node in the node pool.

Link copied to clipboard

Configuration for the confidential nodes feature, which makes nodes run on confidential VMs. Warning: This configuration can't be changed (or added/removed) after pool creation without deleting and recreating the entire pool.

Link copied to clipboard

Parameters for containerd configuration.

Link copied to clipboard

Size of the disk attached to each node, specified in GB. The smallest allowed disk size is 10GB.

Link copied to clipboard

Type of the disk attached to each node. Such as pd-standard, pd-balanced or pd-ssd

Link copied to clipboard

List of kubernetes taints applied to each node.

Link copied to clipboard

If enabled boot disks are configured with confidential mode.

Link copied to clipboard

Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk.

Link copied to clipboard

Parameters for the ephemeral storage filesystem. If unspecified, ephemeral storage is backed by the boot disk.

Link copied to clipboard

Enable or disable NCCL Fast Socket in the node pool.

Link copied to clipboard

GCFS configuration for this node.

Link copied to clipboard

List of the type and count of accelerator cards attached to the instance.

Link copied to clipboard

Enable or disable gvnic in the node pool.

Link copied to clipboard

The maintenance policy for the hosts on which the GKE VMs run on.

Link copied to clipboard

The image type to use for this node. Note that for a given image type, the latest version of it will be used.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard

Parameters that can be configured on Linux nodes.

Link copied to clipboard
Link copied to clipboard

The number of local SSD disks to be attached to the node.

Link copied to clipboard

Type of logging agent that is used as the default value for node pools in the cluster. Valid values include DEFAULT and MAX_THROUGHPUT.

Link copied to clipboard

The name of a Google Compute Engine machine type.

Link copied to clipboard

The metadata key/value pairs assigned to instances in the cluster.

Link copied to clipboard

Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or newer CPU platform.

Link copied to clipboard

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.

Link copied to clipboard

The set of Google API scopes to be made available on all of the node VMs.

Link copied to clipboard

Whether the nodes are created as preemptible VM instances.

Link copied to clipboard

The reservation affinity configuration for the node pool.

Link copied to clipboard

The GCE resource labels (a map of key/value pairs) to be applied to the node pool.

Link copied to clipboard

A map of resource manager tags. Resource manager tag keys and values have the same definition as resource manager tags. Keys must be in the format tagKeys/{tag_key_id}, and values are in the format tagValues/456. The field is ignored (both PUT & PATCH) when empty.

Link copied to clipboard

Sandbox configuration for this node.

Link copied to clipboard

Secondary boot disks for preloading data or container images.

Link copied to clipboard

The Google Cloud Platform Service Account to be used by the node VMs.

Link copied to clipboard

Node affinity options for sole tenant node pools.

Link copied to clipboard

Whether the nodes are created as spot VM instances.

Link copied to clipboard

The list of instance tags applied to all nodes.

Link copied to clipboard

List of Kubernetes taints to be applied to each node.

Link copied to clipboard

The workload metadata configuration for this node.