Package io.kubernetes.client.proto
Interface V1beta1Admission.AdmissionReviewOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
V1beta1Admission.AdmissionReview,V1beta1Admission.AdmissionReview.Builder
- Enclosing class:
- V1beta1Admission
public static interface V1beta1Admission.AdmissionReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionRequest describes the attributes for the admission request.Request describes the attributes for the admission request.Response describes the attributes for the admission response.Response describes the attributes for the admission response.booleanRequest describes the attributes for the admission request.booleanResponse describes the attributes for the admission response.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasRequest
boolean hasRequest()Request describes the attributes for the admission request. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1; -
getRequest
V1beta1Admission.AdmissionRequest getRequest()Request describes the attributes for the admission request. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1; -
getRequestOrBuilder
V1beta1Admission.AdmissionRequestOrBuilder getRequestOrBuilder()Request describes the attributes for the admission request. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1; -
hasResponse
boolean hasResponse()Response describes the attributes for the admission response. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2; -
getResponse
V1beta1Admission.AdmissionResponse getResponse()Response describes the attributes for the admission response. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2; -
getResponseOrBuilder
V1beta1Admission.AdmissionResponseOrBuilder getResponseOrBuilder()Response describes the attributes for the admission response. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2;
-