public static interface V1alpha1Admission.AdmissionReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
V1alpha1Admission.AdmissionReviewSpec |
getSpec()
Spec describes the attributes for the admission request.
|
V1alpha1Admission.AdmissionReviewSpecOrBuilder |
getSpecOrBuilder()
Spec describes the attributes for the admission request.
|
V1alpha1Admission.AdmissionReviewStatus |
getStatus()
Status is filled in by the webhook and indicates whether the admission request should be permitted.
|
V1alpha1Admission.AdmissionReviewStatusOrBuilder |
getStatusOrBuilder()
Status is filled in by the webhook and indicates whether the admission request should be permitted.
|
boolean |
hasSpec()
Spec describes the attributes for the admission request.
|
boolean |
hasStatus()
Status is filled in by the webhook and indicates whether the admission request should be permitted.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean 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;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;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;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;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;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;Copyright © 2019. All rights reserved.