Interface V1alpha1Admission.AdmissionReviewOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Spec describes the attributes for the admission request.
    Spec describes the attributes for the admission request.
    Status is filled in by the webhook and indicates whether the admission request should be permitted.
    Status is filled in by the webhook and indicates whether the admission request should be permitted.
    boolean
    Spec describes the attributes for the admission request.
    boolean
    Status is filled in by the webhook and indicates whether the admission request should be permitted.

    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

    • hasSpec

      boolean hasSpec()
       Spec describes the attributes for the admission request.
       Since this admission controller is non-mutating the webhook should avoid setting this in its response to avoid the
       cost of deserializing it.
       +optional
       
      optional .k8s.io.api.admission.v1alpha1.AdmissionReviewSpec spec = 1;
    • getSpec

       Spec describes the attributes for the admission request.
       Since this admission controller is non-mutating the webhook should avoid setting this in its response to avoid the
       cost of deserializing it.
       +optional
       
      optional .k8s.io.api.admission.v1alpha1.AdmissionReviewSpec spec = 1;
    • getSpecOrBuilder

       Spec describes the attributes for the admission request.
       Since this admission controller is non-mutating the webhook should avoid setting this in its response to avoid the
       cost of deserializing it.
       +optional
       
      optional .k8s.io.api.admission.v1alpha1.AdmissionReviewSpec spec = 1;
    • hasStatus

      boolean hasStatus()
       Status is filled in by the webhook and indicates whether the admission request should be permitted.
       +optional
       
      optional .k8s.io.api.admission.v1alpha1.AdmissionReviewStatus status = 2;
    • getStatus

       Status is filled in by the webhook and indicates whether the admission request should be permitted.
       +optional
       
      optional .k8s.io.api.admission.v1alpha1.AdmissionReviewStatus status = 2;
    • getStatusOrBuilder

       Status is filled in by the webhook and indicates whether the admission request should be permitted.
       +optional
       
      optional .k8s.io.api.admission.v1alpha1.AdmissionReviewStatus status = 2;