Binary Authorization v1 API - Enum AdmissionRule.Types.EvaluationMode (2.4.0)

public enum AdmissionRule.Types.EvaluationMode

Namespace

Google.Cloud.BinaryAuthorization.V1

Assembly

Google.Cloud.BinaryAuthorization.V1.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.