public static final class V1alpha1Admission.AdmissionReviewSpec extends com.google.protobuf.GeneratedMessageV3 implements V1alpha1Admission.AdmissionReviewSpecOrBuilder
AdmissionReviewSpec describes the admission.Attributes for the admission request.Protobuf type
k8s.io.api.admission.v1alpha1.AdmissionReviewSpec| Modifier and Type | Class and Description |
|---|---|
static class |
V1alpha1Admission.AdmissionReviewSpec.Builder
AdmissionReviewSpec describes the admission.Attributes for the admission request.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
KIND_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
static int |
NAMESPACE_FIELD_NUMBER |
static int |
OBJECT_FIELD_NUMBER |
static int |
OLDOBJECT_FIELD_NUMBER |
static int |
OPERATION_FIELD_NUMBER |
static com.google.protobuf.Parser<V1alpha1Admission.AdmissionReviewSpec> |
PARSER
Deprecated.
|
static int |
RESOURCE_FIELD_NUMBER |
static int |
SUBRESOURCE_FIELD_NUMBER |
static int |
USERINFO_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static V1alpha1Admission.AdmissionReviewSpec |
getDefaultInstance() |
V1alpha1Admission.AdmissionReviewSpec |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
Meta.GroupVersionKind |
getKind()
Kind is the type of object being manipulated.
|
Meta.GroupVersionKindOrBuilder |
getKindOrBuilder()
Kind is the type of object being manipulated.
|
String |
getName()
Name is the name of the object as presented in the request.
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of the object as presented in the request.
|
String |
getNamespace()
Namespace is the namespace associated with the request (if any).
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace is the namespace associated with the request (if any).
|
Runtime.RawExtension |
getObject()
Object is the object from the incoming request prior to default values being applied
|
Runtime.RawExtensionOrBuilder |
getObjectOrBuilder()
Object is the object from the incoming request prior to default values being applied
|
Runtime.RawExtension |
getOldObject()
OldObject is the existing object.
|
Runtime.RawExtensionOrBuilder |
getOldObjectOrBuilder()
OldObject is the existing object.
|
String |
getOperation()
Operation is the operation being performed
|
com.google.protobuf.ByteString |
getOperationBytes()
Operation is the operation being performed
|
com.google.protobuf.Parser<V1alpha1Admission.AdmissionReviewSpec> |
getParserForType() |
Meta.GroupVersionResource |
getResource()
Resource is the name of the resource being requested.
|
Meta.GroupVersionResourceOrBuilder |
getResourceOrBuilder()
Resource is the name of the resource being requested.
|
int |
getSerializedSize() |
String |
getSubResource()
SubResource is the name of the subresource being requested.
|
com.google.protobuf.ByteString |
getSubResourceBytes()
SubResource is the name of the subresource being requested.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
V1Authentication.UserInfo |
getUserInfo()
UserInfo is information about the requesting user
|
V1Authentication.UserInfoOrBuilder |
getUserInfoOrBuilder()
UserInfo is information about the requesting user
|
int |
hashCode() |
boolean |
hasKind()
Kind is the type of object being manipulated.
|
boolean |
hasName()
Name is the name of the object as presented in the request.
|
boolean |
hasNamespace()
Namespace is the namespace associated with the request (if any).
|
boolean |
hasObject()
Object is the object from the incoming request prior to default values being applied
|
boolean |
hasOldObject()
OldObject is the existing object.
|
boolean |
hasOperation()
Operation is the operation being performed
|
boolean |
hasResource()
Resource is the name of the resource being requested.
|
boolean |
hasSubResource()
SubResource is the name of the subresource being requested.
|
boolean |
hasUserInfo()
UserInfo is information about the requesting user
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1alpha1Admission.AdmissionReviewSpec.Builder |
newBuilder() |
static V1alpha1Admission.AdmissionReviewSpec.Builder |
newBuilder(V1alpha1Admission.AdmissionReviewSpec prototype) |
V1alpha1Admission.AdmissionReviewSpec.Builder |
newBuilderForType() |
protected V1alpha1Admission.AdmissionReviewSpec.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1alpha1Admission.AdmissionReviewSpec |
parseDelimitedFrom(InputStream input) |
static V1alpha1Admission.AdmissionReviewSpec |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(byte[] data) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(ByteBuffer data) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(com.google.protobuf.ByteString data) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(InputStream input) |
static V1alpha1Admission.AdmissionReviewSpec |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1alpha1Admission.AdmissionReviewSpec> |
parser() |
V1alpha1Admission.AdmissionReviewSpec.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int KIND_FIELD_NUMBER
public static final int OBJECT_FIELD_NUMBER
public static final int OLDOBJECT_FIELD_NUMBER
public static final int OPERATION_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
public static final int NAMESPACE_FIELD_NUMBER
public static final int RESOURCE_FIELD_NUMBER
public static final int SUBRESOURCE_FIELD_NUMBER
public static final int USERINFO_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1alpha1Admission.AdmissionReviewSpec> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasKind()
Kind is the type of object being manipulated. For example: Pod
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind kind = 1;hasKind in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Meta.GroupVersionKind getKind()
Kind is the type of object being manipulated. For example: Pod
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind kind = 1;getKind in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Meta.GroupVersionKindOrBuilder getKindOrBuilder()
Kind is the type of object being manipulated. For example: Pod
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind kind = 1;getKindOrBuilder in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasObject()
Object is the object from the incoming request prior to default values being applied
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;hasObject in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Runtime.RawExtension getObject()
Object is the object from the incoming request prior to default values being applied
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;getObject in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Runtime.RawExtensionOrBuilder getObjectOrBuilder()
Object is the object from the incoming request prior to default values being applied
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 2;getObjectOrBuilder in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasOldObject()
OldObject is the existing object. Only populated for UPDATE requests. +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension oldObject = 3;hasOldObject in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Runtime.RawExtension getOldObject()
OldObject is the existing object. Only populated for UPDATE requests. +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension oldObject = 3;getOldObject in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Runtime.RawExtensionOrBuilder getOldObjectOrBuilder()
OldObject is the existing object. Only populated for UPDATE requests. +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension oldObject = 3;getOldObjectOrBuilder in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasOperation()
Operation is the operation being performed
optional string operation = 4;hasOperation in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic String getOperation()
Operation is the operation being performed
optional string operation = 4;getOperation in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic com.google.protobuf.ByteString getOperationBytes()
Operation is the operation being performed
optional string operation = 4;getOperationBytes in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasName()
Name is the name of the object as presented in the request. On a CREATE operation, the client may omit name and rely on the server to generate the name. If that is the case, this method will return the empty string. +optional
optional string name = 5;hasName in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic String getName()
Name is the name of the object as presented in the request. On a CREATE operation, the client may omit name and rely on the server to generate the name. If that is the case, this method will return the empty string. +optional
optional string name = 5;getName in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
Name is the name of the object as presented in the request. On a CREATE operation, the client may omit name and rely on the server to generate the name. If that is the case, this method will return the empty string. +optional
optional string name = 5;getNameBytes in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasNamespace()
Namespace is the namespace associated with the request (if any). +optional
optional string namespace = 6;hasNamespace in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic String getNamespace()
Namespace is the namespace associated with the request (if any). +optional
optional string namespace = 6;getNamespace in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the namespace associated with the request (if any). +optional
optional string namespace = 6;getNamespaceBytes in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasResource()
Resource is the name of the resource being requested. This is not the kind. For example: pods
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionResource resource = 7;hasResource in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Meta.GroupVersionResource getResource()
Resource is the name of the resource being requested. This is not the kind. For example: pods
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionResource resource = 7;getResource in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic Meta.GroupVersionResourceOrBuilder getResourceOrBuilder()
Resource is the name of the resource being requested. This is not the kind. For example: pods
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionResource resource = 7;getResourceOrBuilder in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasSubResource()
SubResource is the name of the subresource being requested. This is a different resource, scoped to the parent resource, but it may have a different kind. For instance, /pods has the resource "pods" and the kind "Pod", while /pods/foo/status has the resource "pods", the sub resource "status", and the kind "Pod" (because status operates on pods). The binding resource for a pod though may be /pods/foo/binding, which has resource "pods", subresource "binding", and kind "Binding". +optional
optional string subResource = 8;hasSubResource in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic String getSubResource()
SubResource is the name of the subresource being requested. This is a different resource, scoped to the parent resource, but it may have a different kind. For instance, /pods has the resource "pods" and the kind "Pod", while /pods/foo/status has the resource "pods", the sub resource "status", and the kind "Pod" (because status operates on pods). The binding resource for a pod though may be /pods/foo/binding, which has resource "pods", subresource "binding", and kind "Binding". +optional
optional string subResource = 8;getSubResource in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic com.google.protobuf.ByteString getSubResourceBytes()
SubResource is the name of the subresource being requested. This is a different resource, scoped to the parent resource, but it may have a different kind. For instance, /pods has the resource "pods" and the kind "Pod", while /pods/foo/status has the resource "pods", the sub resource "status", and the kind "Pod" (because status operates on pods). The binding resource for a pod though may be /pods/foo/binding, which has resource "pods", subresource "binding", and kind "Binding". +optional
optional string subResource = 8;getSubResourceBytes in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic boolean hasUserInfo()
UserInfo is information about the requesting user
optional .k8s.io.api.authentication.v1.UserInfo userInfo = 9;hasUserInfo in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic V1Authentication.UserInfo getUserInfo()
UserInfo is information about the requesting user
optional .k8s.io.api.authentication.v1.UserInfo userInfo = 9;getUserInfo in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic V1Authentication.UserInfoOrBuilder getUserInfoOrBuilder()
UserInfo is information about the requesting user
optional .k8s.io.api.authentication.v1.UserInfo userInfo = 9;getUserInfoOrBuilder in interface V1alpha1Admission.AdmissionReviewSpecOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1alpha1Admission.AdmissionReviewSpec parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1alpha1Admission.AdmissionReviewSpec.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1alpha1Admission.AdmissionReviewSpec.Builder newBuilder()
public static V1alpha1Admission.AdmissionReviewSpec.Builder newBuilder(V1alpha1Admission.AdmissionReviewSpec prototype)
public V1alpha1Admission.AdmissionReviewSpec.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1alpha1Admission.AdmissionReviewSpec.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1alpha1Admission.AdmissionReviewSpec getDefaultInstance()
public static com.google.protobuf.Parser<V1alpha1Admission.AdmissionReviewSpec> parser()
public com.google.protobuf.Parser<V1alpha1Admission.AdmissionReviewSpec> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1alpha1Admission.AdmissionReviewSpec getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.