public interface BinaryAuthorizationOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEnabled() (deprecated)
public abstract boolean getEnabled()Deprecated. google.container.v1.BinaryAuthorization.enabled is deprecated. See google/container/v1/cluster_service.proto;l=1224
This field is deprecated. Leave this unset and instead configure BinaryAuthorization using evaluation_mode. If evaluation_mode is set to anything other than EVALUATION_MODE_UNSPECIFIED, this field is ignored.
bool enabled = 1 [deprecated = true];
| Type | Description |
| boolean | The enabled. |
getEvaluationMode()
public abstract BinaryAuthorization.EvaluationMode getEvaluationMode()Mode of operation for binauthz policy evaluation. Currently the only options are equivalent to enable/disable. If unspecified, defaults to DISABLED.
.google.container.v1.BinaryAuthorization.EvaluationMode evaluation_mode = 2;
| Type | Description |
| BinaryAuthorization.EvaluationMode | The evaluationMode. |
getEvaluationModeValue()
public abstract int getEvaluationModeValue()Mode of operation for binauthz policy evaluation. Currently the only options are equivalent to enable/disable. If unspecified, defaults to DISABLED.
.google.container.v1.BinaryAuthorization.EvaluationMode evaluation_mode = 2;
| Type | Description |
| int | The enum numeric value on the wire for evaluationMode. |