securityPolicy property
Whether it is allowed to run the privileged builds on the cluster or not. Possible string values are:
- "SECURITY_POLICY_UNSPECIFIED" : Unspecified policy
- "NON_PRIVILEGED" : Privileged build pods are disallowed
- "PRIVILEGED" : Privileged build pods are allowed
Implementation
core.String? securityPolicy;