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
Link copied to clipboard
val tpuTopology: String? = null
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.