public static interface V1beta1Admission.AdmissionRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDryRun()
DryRun indicates that modifications will definitely not be persisted for this request.
|
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
+optional
|
Runtime.RawExtensionOrBuilder |
getObjectOrBuilder()
Object is the object from the incoming request prior to default values being applied
+optional
|
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
|
Meta.GroupVersionResource |
getResource()
Resource is the name of the resource being requested.
|
Meta.GroupVersionResourceOrBuilder |
getResourceOrBuilder()
Resource is the name of the resource being requested.
|
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.
|
String |
getUid()
UID is an identifier for the individual request/response.
|
com.google.protobuf.ByteString |
getUidBytes()
UID is an identifier for the individual request/response.
|
V1Authentication.UserInfo |
getUserInfo()
UserInfo is information about the requesting user
|
V1Authentication.UserInfoOrBuilder |
getUserInfoOrBuilder()
UserInfo is information about the requesting user
|
boolean |
hasDryRun()
DryRun indicates that modifications will definitely not be persisted for this request.
|
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
+optional
|
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 |
hasUid()
UID is an identifier for the individual request/response.
|
boolean |
hasUserInfo()
UserInfo is information about the requesting user
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasUid()
UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request. It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
optional string uid = 1;String getUid()
UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request. It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
optional string uid = 1;com.google.protobuf.ByteString getUidBytes()
UID is an identifier for the individual request/response. It allows us to distinguish instances of requests which are otherwise identical (parallel requests, requests when earlier requests did not modify etc) The UID is meant to track the round trip (request/response) between the KAS and the WebHook, not the user request. It is suitable for correlating log entries between the webhook and apiserver, for either auditing or debugging.
optional string uid = 1;boolean hasKind()
Kind is the type of object being manipulated. For example: Pod
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind kind = 2;Meta.GroupVersionKind getKind()
Kind is the type of object being manipulated. For example: Pod
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind kind = 2;Meta.GroupVersionKindOrBuilder getKindOrBuilder()
Kind is the type of object being manipulated. For example: Pod
optional .k8s.io.apimachinery.pkg.apis.meta.v1.GroupVersionKind kind = 2;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 = 3;
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 = 3;
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 = 3;
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 = 4;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 = 4;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 = 4;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;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;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;boolean hasNamespace()
Namespace is the namespace associated with the request (if any). +optional
optional string namespace = 6;String getNamespace()
Namespace is the namespace associated with the request (if any). +optional
optional string namespace = 6;com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the namespace associated with the request (if any). +optional
optional string namespace = 6;boolean hasOperation()
Operation is the operation being performed
optional string operation = 7;String getOperation()
Operation is the operation being performed
optional string operation = 7;com.google.protobuf.ByteString getOperationBytes()
Operation is the operation being performed
optional string operation = 7;boolean hasUserInfo()
UserInfo is information about the requesting user
optional .k8s.io.api.authentication.v1.UserInfo userInfo = 8;V1Authentication.UserInfo getUserInfo()
UserInfo is information about the requesting user
optional .k8s.io.api.authentication.v1.UserInfo userInfo = 8;V1Authentication.UserInfoOrBuilder getUserInfoOrBuilder()
UserInfo is information about the requesting user
optional .k8s.io.api.authentication.v1.UserInfo userInfo = 8;boolean hasObject()
Object is the object from the incoming request prior to default values being applied +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 9;Runtime.RawExtension getObject()
Object is the object from the incoming request prior to default values being applied +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 9;Runtime.RawExtensionOrBuilder getObjectOrBuilder()
Object is the object from the incoming request prior to default values being applied +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension object = 9;boolean hasOldObject()
OldObject is the existing object. Only populated for UPDATE requests. +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension oldObject = 10;Runtime.RawExtension getOldObject()
OldObject is the existing object. Only populated for UPDATE requests. +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension oldObject = 10;Runtime.RawExtensionOrBuilder getOldObjectOrBuilder()
OldObject is the existing object. Only populated for UPDATE requests. +optional
optional .k8s.io.apimachinery.pkg.runtime.RawExtension oldObject = 10;boolean hasDryRun()
DryRun indicates that modifications will definitely not be persisted for this request. Defaults to false. +optional
optional bool dryRun = 11;boolean getDryRun()
DryRun indicates that modifications will definitely not be persisted for this request. Defaults to false. +optional
optional bool dryRun = 11;Copyright © 2020. All rights reserved.