Index
MembershipSpec
(message)MembershipSpec.SecurityPolicy
(enum)
MembershipSpec
Cloud Build: Configurations for each Cloud Build enabled cluster.
Fields | |
---|---|
version |
Version of the cloud build software on the cluster. |
security_policy |
Whether it is allowed to run the privileged builds on the cluster or not. |
SecurityPolicy
Different security policies we can apply to the cluster.
Enums | |
---|---|
SECURITY_POLICY_UNSPECIFIED |
Unspecified policy |
NON_PRIVILEGED |
Privileged build pods are disallowed |
PRIVILEGED |
Privileged build pods are allowed |