View Source GoogleApi.BinaryAuthorization.V1.Model.AdmissionRule (google_api_binary_authorization v0.17.1)
An admission rule specifies either that all container images used in a pod creation request must be attested to by one or more attestors, that all pod creations will be allowed, or that all pod creations will be denied. Images matching an admission allowlist pattern are exempted from admission rules and will never block a pod creation.
Attributes
-
enforcementMode
(type:String.t
, default:nil
) - Required. The action when a pod creation is denied by the admission rule. -
evaluationMode
(type:String.t
, default:nil
) - Required. How this admission rule will be evaluated. -
requireAttestationsBy
(type:list(String.t)
, default:nil
) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.