ClusterNodePoolPlacementPolicy

data class ClusterNodePoolPlacementPolicy(val policyName: String? = null, val tpuTopology: String? = null, val type: String)

Constructors

Link copied to clipboard
constructor(policyName: String? = null, tpuTopology: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val policyName: String? = null

If set, refers to the name of a custom resource policy supplied by the user. The resource policy must be in the same project and region as the node pool. If not found, InvalidArgument error is returned.

Link copied to clipboard
val tpuTopology: String? = null

TPU placement topology for pod slice node pool. https://cloud.google.com/tpu/docs/types-topologies#tpu_topologies

Link copied to clipboard

Telemetry integration for the cluster. Supported values (ENABLED, DISABLED, SYSTEM_ONLY); SYSTEM_ONLY (Only system components are monitored and logged) is only available in GKE versions 1.15 and later.