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 Details

    • hasRequest

      boolean hasRequest()
       Request describes the attributes for the admission request.
       +optional
       
      optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1;
    • getRequest

       Request describes the attributes for the admission request.
       +optional
       
      optional .k8s.io.api.admission.v1beta1.AdmissionRequest request = 1;
    • 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

       Response describes the attributes for the admission response.
       +optional
       
      optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2;
    • getResponseOrBuilder

       Response describes the attributes for the admission response.
       +optional
       
      optional .k8s.io.api.admission.v1beta1.AdmissionResponse response = 2;