ClusterBinaryAuthorizationArgs

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

Link copied to clipboard
open override fun toJava(): ClusterBinaryAuthorizationArgs

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

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 evaluationMode: Output<String>? = null

Mode of operation for Binary Authorization policy evaluation. Valid values are DISABLED and PROJECT_SINGLETON_POLICY_ENFORCE. PROJECT_SINGLETON_POLICY_ENFORCE is functionally equivalent to the deprecated enable_binary_authorization parameter being set to true.