Enum AdmissionRule.Types.EvaluationMode (1.0.0-beta05)

public enum EvaluationMode

Namespace

Google.Cloud.BinaryAuthorization.V1Beta1

Assembly

Google.Cloud.BinaryAuthorization.V1Beta1.dll

Fields

NameDescription
AlwaysAllow

This rule allows all all pod creations.

AlwaysDeny

This rule denies all pod creations.

RequireAttestation

This rule allows a pod creation if all the attestors listed in require_attestations_by have valid attestations for all of the images in the pod spec.

Unspecified

Do not use.