public static interface AdmissionControl.SuccessCriteriaOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
AdmissionControl.SuccessCriteria.GrpcCriteria |
getGrpcCriteria()
GRPC status codes to consider as request successes.
|
AdmissionControl.SuccessCriteria.GrpcCriteriaOrBuilder |
getGrpcCriteriaOrBuilder()
GRPC status codes to consider as request successes.
|
AdmissionControl.SuccessCriteria.HttpCriteria |
getHttpCriteria()
If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
responses.
.. note::
The default HTTP codes considered successful by the admission controller are done so due
to the unlikelihood that sending fewer requests would change their behavior (for example:
redirects, unauthorized access, or bad requests won't be alleviated by sending less
traffic).
|
AdmissionControl.SuccessCriteria.HttpCriteriaOrBuilder |
getHttpCriteriaOrBuilder()
If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
responses.
.. note::
The default HTTP codes considered successful by the admission controller are done so due
to the unlikelihood that sending fewer requests would change their behavior (for example:
redirects, unauthorized access, or bad requests won't be alleviated by sending less
traffic).
|
boolean |
hasGrpcCriteria()
GRPC status codes to consider as request successes.
|
boolean |
hasHttpCriteria()
If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
responses.
.. note::
The default HTTP codes considered successful by the admission controller are done so due
to the unlikelihood that sending fewer requests would change their behavior (for example:
redirects, unauthorized access, or bad requests won't be alleviated by sending less
traffic).
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasHttpCriteria()
If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
responses.
.. note::
The default HTTP codes considered successful by the admission controller are done so due
to the unlikelihood that sending fewer requests would change their behavior (for example:
redirects, unauthorized access, or bad requests won't be alleviated by sending less
traffic).
.envoy.extensions.filters.http.admission_control.v3alpha.AdmissionControl.SuccessCriteria.HttpCriteria http_criteria = 1;AdmissionControl.SuccessCriteria.HttpCriteria getHttpCriteria()
If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
responses.
.. note::
The default HTTP codes considered successful by the admission controller are done so due
to the unlikelihood that sending fewer requests would change their behavior (for example:
redirects, unauthorized access, or bad requests won't be alleviated by sending less
traffic).
.envoy.extensions.filters.http.admission_control.v3alpha.AdmissionControl.SuccessCriteria.HttpCriteria http_criteria = 1;AdmissionControl.SuccessCriteria.HttpCriteriaOrBuilder getHttpCriteriaOrBuilder()
If HTTP criteria are unspecified, all HTTP status codes below 500 are treated as successful
responses.
.. note::
The default HTTP codes considered successful by the admission controller are done so due
to the unlikelihood that sending fewer requests would change their behavior (for example:
redirects, unauthorized access, or bad requests won't be alleviated by sending less
traffic).
.envoy.extensions.filters.http.admission_control.v3alpha.AdmissionControl.SuccessCriteria.HttpCriteria http_criteria = 1;boolean hasGrpcCriteria()
GRPC status codes to consider as request successes. If unspecified, defaults to: Ok,
Cancelled, Unknown, InvalidArgument, NotFound, AlreadyExists, Unauthenticated,
FailedPrecondition, OutOfRange, PermissionDenied, and Unimplemented.
.. note::
The default gRPC codes that are considered successful by the admission controller are
chosen because of the unlikelihood that sending fewer requests will change the behavior.
.envoy.extensions.filters.http.admission_control.v3alpha.AdmissionControl.SuccessCriteria.GrpcCriteria grpc_criteria = 2;AdmissionControl.SuccessCriteria.GrpcCriteria getGrpcCriteria()
GRPC status codes to consider as request successes. If unspecified, defaults to: Ok,
Cancelled, Unknown, InvalidArgument, NotFound, AlreadyExists, Unauthenticated,
FailedPrecondition, OutOfRange, PermissionDenied, and Unimplemented.
.. note::
The default gRPC codes that are considered successful by the admission controller are
chosen because of the unlikelihood that sending fewer requests will change the behavior.
.envoy.extensions.filters.http.admission_control.v3alpha.AdmissionControl.SuccessCriteria.GrpcCriteria grpc_criteria = 2;AdmissionControl.SuccessCriteria.GrpcCriteriaOrBuilder getGrpcCriteriaOrBuilder()
GRPC status codes to consider as request successes. If unspecified, defaults to: Ok,
Cancelled, Unknown, InvalidArgument, NotFound, AlreadyExists, Unauthenticated,
FailedPrecondition, OutOfRange, PermissionDenied, and Unimplemented.
.. note::
The default gRPC codes that are considered successful by the admission controller are
chosen because of the unlikelihood that sending fewer requests will change the behavior.
.envoy.extensions.filters.http.admission_control.v3alpha.AdmissionControl.SuccessCriteria.GrpcCriteria grpc_criteria = 2;Copyright © 2018–2021 The Envoy Project. All rights reserved.