Cluster Binary Authorization Args
data class ClusterBinaryAuthorizationArgs(val enabled: Output<Boolean>? = null, val evaluationMode: Output<String>? = null) : ConvertibleToJava<ClusterBinaryAuthorizationArgs>
Constructors
Link copied to clipboard
fun ClusterBinaryAuthorizationArgs(enabled: Output<Boolean>? = null, evaluationMode: Output<String>? = 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.