public static final class V1alpha1Admission.AdmissionReview.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder> implements V1alpha1Admission.AdmissionReviewOrBuilder
AdmissionReview describes an admission request.Protobuf type
k8s.io.api.admission.v1alpha1.AdmissionReview| Modifier and Type | Method and Description |
|---|---|
V1alpha1Admission.AdmissionReview.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1alpha1Admission.AdmissionReview |
build() |
V1alpha1Admission.AdmissionReview |
buildPartial() |
V1alpha1Admission.AdmissionReview.Builder |
clear() |
V1alpha1Admission.AdmissionReview.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
V1alpha1Admission.AdmissionReview.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
V1alpha1Admission.AdmissionReview.Builder |
clearSpec()
Spec describes the attributes for the admission request.
|
V1alpha1Admission.AdmissionReview.Builder |
clearStatus()
Status is filled in by the webhook and indicates whether the admission request should be permitted.
|
V1alpha1Admission.AdmissionReview.Builder |
clone() |
V1alpha1Admission.AdmissionReview |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
V1alpha1Admission.AdmissionReviewSpec |
getSpec()
Spec describes the attributes for the admission request.
|
V1alpha1Admission.AdmissionReviewSpec.Builder |
getSpecBuilder()
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.AdmissionReviewStatus.Builder |
getStatusBuilder()
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.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
V1alpha1Admission.AdmissionReview.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
V1alpha1Admission.AdmissionReview.Builder |
mergeFrom(com.google.protobuf.Message other) |
V1alpha1Admission.AdmissionReview.Builder |
mergeFrom(V1alpha1Admission.AdmissionReview other) |
V1alpha1Admission.AdmissionReview.Builder |
mergeSpec(V1alpha1Admission.AdmissionReviewSpec value)
Spec describes the attributes for the admission request.
|
V1alpha1Admission.AdmissionReview.Builder |
mergeStatus(V1alpha1Admission.AdmissionReviewStatus value)
Status is filled in by the webhook and indicates whether the admission request should be permitted.
|
V1alpha1Admission.AdmissionReview.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
V1alpha1Admission.AdmissionReview.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
V1alpha1Admission.AdmissionReview.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
V1alpha1Admission.AdmissionReview.Builder |
setSpec(V1alpha1Admission.AdmissionReviewSpec.Builder builderForValue)
Spec describes the attributes for the admission request.
|
V1alpha1Admission.AdmissionReview.Builder |
setSpec(V1alpha1Admission.AdmissionReviewSpec value)
Spec describes the attributes for the admission request.
|
V1alpha1Admission.AdmissionReview.Builder |
setStatus(V1alpha1Admission.AdmissionReviewStatus.Builder builderForValue)
Status is filled in by the webhook and indicates whether the admission request should be permitted.
|
V1alpha1Admission.AdmissionReview.Builder |
setStatus(V1alpha1Admission.AdmissionReviewStatus value)
Status is filled in by the webhook and indicates whether the admission request should be permitted.
|
V1alpha1Admission.AdmissionReview.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic V1alpha1Admission.AdmissionReview build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic V1alpha1Admission.AdmissionReview buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic V1alpha1Admission.AdmissionReview.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField in interface com.google.protobuf.Message.BuildersetField in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField in interface com.google.protobuf.Message.BuilderclearField in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof in interface com.google.protobuf.Message.BuilderclearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField in interface com.google.protobuf.Message.BuildersetRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField in interface com.google.protobuf.Message.BuilderaddRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder mergeFrom(V1alpha1Admission.AdmissionReview other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public V1alpha1Admission.AdmissionReview.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<V1alpha1Admission.AdmissionReview.Builder>IOExceptionpublic 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;hasSpec in interface V1alpha1Admission.AdmissionReviewOrBuilderpublic 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;getSpec in interface V1alpha1Admission.AdmissionReviewOrBuilderpublic V1alpha1Admission.AdmissionReview.Builder setSpec(V1alpha1Admission.AdmissionReviewSpec value)
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;public V1alpha1Admission.AdmissionReview.Builder setSpec(V1alpha1Admission.AdmissionReviewSpec.Builder builderForValue)
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;public V1alpha1Admission.AdmissionReview.Builder mergeSpec(V1alpha1Admission.AdmissionReviewSpec value)
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;public V1alpha1Admission.AdmissionReview.Builder clearSpec()
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;public V1alpha1Admission.AdmissionReviewSpec.Builder getSpecBuilder()
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;public 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;getSpecOrBuilder in interface V1alpha1Admission.AdmissionReviewOrBuilderpublic 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;hasStatus in interface V1alpha1Admission.AdmissionReviewOrBuilderpublic 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;getStatus in interface V1alpha1Admission.AdmissionReviewOrBuilderpublic V1alpha1Admission.AdmissionReview.Builder setStatus(V1alpha1Admission.AdmissionReviewStatus value)
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;public V1alpha1Admission.AdmissionReview.Builder setStatus(V1alpha1Admission.AdmissionReviewStatus.Builder builderForValue)
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;public V1alpha1Admission.AdmissionReview.Builder mergeStatus(V1alpha1Admission.AdmissionReviewStatus value)
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;public V1alpha1Admission.AdmissionReview.Builder clearStatus()
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;public V1alpha1Admission.AdmissionReviewStatus.Builder getStatusBuilder()
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;public 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;getStatusOrBuilder in interface V1alpha1Admission.AdmissionReviewOrBuilderpublic final V1alpha1Admission.AdmissionReview.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>public final V1alpha1Admission.AdmissionReview.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<V1alpha1Admission.AdmissionReview.Builder>Copyright © 2018. All rights reserved.