Cluster Tpu Config Args
data class ClusterTpuConfigArgs(val enabled: Output<Boolean>, val ipv4CidrBlock: Output<String>? = null, val useServiceNetworking: Output<Boolean>? = null) : ConvertibleToJava<ClusterTpuConfigArgs>
Constructors
Link copied to clipboard
fun ClusterTpuConfigArgs(enabled: Output<Boolean>, ipv4CidrBlock: Output<String>? = null, useServiceNetworking: Output<Boolean>? = null)
Functions
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.