Enum BinaryAuthorization.EvaluationMode (2.30.0)

public enum BinaryAuthorization.EvaluationMode extends Enum<BinaryAuthorization.EvaluationMode> implements ProtocolMessageEnum

Binary Authorization mode of operation.

Protobuf enum google.container.v1beta1.BinaryAuthorization.EvaluationMode

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DISABLED

Disable BinaryAuthorization

DISABLED = 1;

DISABLED_VALUE

Disable BinaryAuthorization

DISABLED = 1;

EVALUATION_MODE_UNSPECIFIED

Default value

EVALUATION_MODE_UNSPECIFIED = 0;

EVALUATION_MODE_UNSPECIFIED_VALUE

Default value

EVALUATION_MODE_UNSPECIFIED = 0;

POLICY_BINDINGS

Use Binary Authorization with the policies specified in policy_bindings.

POLICY_BINDINGS = 5;

POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE

Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.

POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE = 6;

POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE_VALUE

Use Binary Authorization with the policies specified in policy_bindings, and also with the project's singleton policy in enforcement mode.

POLICY_BINDINGS_AND_PROJECT_SINGLETON_POLICY_ENFORCE = 6;

POLICY_BINDINGS_VALUE

Use Binary Authorization with the policies specified in policy_bindings.

POLICY_BINDINGS = 5;

PROJECT_SINGLETON_POLICY_ENFORCE

Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.

PROJECT_SINGLETON_POLICY_ENFORCE = 2;

PROJECT_SINGLETON_POLICY_ENFORCE_VALUE

Enforce Kubernetes admission requests with BinaryAuthorization using the project's singleton policy. This is equivalent to setting the enabled boolean to true.

PROJECT_SINGLETON_POLICY_ENFORCE = 2;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()