Interface V1Admission.AdmissionReviewOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
V1Admission.AdmissionReview, V1Admission.AdmissionReview.Builder
Enclosing class:
V1Admission

public static interface V1Admission.AdmissionReviewOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Request 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.
    boolean
    Request describes the attributes for the admission request.
    boolean
    Response describes the attributes for the admission response.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods 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.v1.AdmissionRequest request = 1;
    • getRequest

       Request describes the attributes for the admission request.
       +optional
       
      optional .k8s.io.api.admission.v1.AdmissionRequest request = 1;
    • getRequestOrBuilder

       Request describes the attributes for the admission request.
       +optional
       
      optional .k8s.io.api.admission.v1.AdmissionRequest request = 1;
    • hasResponse

      boolean hasResponse()
       Response describes the attributes for the admission response.
       +optional
       
      optional .k8s.io.api.admission.v1.AdmissionResponse response = 2;
    • getResponse

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

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