public static interface V1beta1Admission.AdmissionReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1beta1Admission.AdmissionRequest |
getRequest()
Request describes the attributes for the admission request.
|
V1beta1Admission.AdmissionRequestOrBuilder |
getRequestOrBuilder()
Request describes the attributes for the admission request.
|
V1beta1Admission.AdmissionResponse |
getResponse()
Response describes the attributes for the admission response.
|
V1beta1Admission.AdmissionResponseOrBuilder |
getResponseOrBuilder()
Response describes the attributes for the admission response.
|
boolean |
hasRequest()
Request describes the attributes for the admission request.
|
boolean |
hasResponse()
Response describes the attributes for the admission response.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasRequest()
Request describes the attributes for the admission request. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1;V1beta1Admission.AdmissionRequest getRequest()
Request describes the attributes for the admission request. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1;V1beta1Admission.AdmissionRequestOrBuilder getRequestOrBuilder()
Request describes the attributes for the admission request. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1;boolean hasResponse()
Response describes the attributes for the admission response. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2;V1beta1Admission.AdmissionResponse getResponse()
Response describes the attributes for the admission response. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2;V1beta1Admission.AdmissionResponseOrBuilder getResponseOrBuilder()
Response describes the attributes for the admission response. +optional
optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2;Copyright © 2023. All rights reserved.