ClusterTpuConfig

data class ClusterTpuConfig(val enabled: Boolean, val ipv4CidrBlock: String? = null, val useServiceNetworking: Boolean? = null)

Constructors

Link copied to clipboard
fun ClusterTpuConfig(enabled: Boolean, ipv4CidrBlock: String? = null, useServiceNetworking: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enable Binary Authorization for this cluster. Deprecated in favor of evaluation_mode. for autopilot clusters. Resource limits for cpu and memory must be defined to enable node auto-provisioning for GKE Standard. enforce encryption of data in-use. If enabled, pods must be valid under a PodSecurityPolicy to be created. not.

Link copied to clipboard
val ipv4CidrBlock: String? = null
Link copied to clipboard