Package io.kubernetes.client.proto
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 TypeMethodDescriptiongetSpec()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.booleanhasSpec()Spec describes the attributes for the admission request.booleanStatus is filled in by the webhook and indicates whether the admission request should be permitted.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
-
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
V1alpha1Admission.AdmissionReviewSpec 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
V1alpha1Admission.AdmissionReviewSpecOrBuilder 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
V1alpha1Admission.AdmissionReviewStatus 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
V1alpha1Admission.AdmissionReviewStatusOrBuilder 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;
-