Module: Google::Cloud::BinaryAuthorization::V1::AdmissionRule::EnforcementMode
- Defined in:
- proto_docs/google/cloud/binaryauthorization/v1/resources.rb
Overview
Defines the possible actions when a pod creation is denied by an admission rule.
Constant Summary collapse
- ENFORCEMENT_MODE_UNSPECIFIED =
Do not use.
0
- ENFORCED_BLOCK_AND_AUDIT_LOG =
Enforce the admission rule by blocking the pod creation.
1
- DRYRUN_AUDIT_LOG_ONLY =
Dryrun mode: Audit logging only. This will allow the pod creation as if the admission request had specified break-glass.
2