public static interface Kubernetes.AccessReviewOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getGroup()
Group is the API Group of the Resource.
|
ByteString |
getGroupBytes()
Group is the API Group of the Resource.
|
String |
getName()
Name is the name of the resource being requested.
|
ByteString |
getNameBytes()
Name is the name of the resource being requested.
|
String |
getNs()
Namespace of the action being requested.
|
ByteString |
getNsBytes()
Namespace of the action being requested.
|
String |
getResource()
Resource is the optional resource type requested.
|
ByteString |
getResourceBytes()
Resource is the optional resource type requested.
|
String |
getSubresource()
Subresource is the optional subresource type.
|
ByteString |
getSubresourceBytes()
Subresource is the optional subresource type.
|
String |
getVerb()
Verb is a Kubernetes resource API verb, like: get, list, watch, create,
update, delete, proxy.
|
ByteString |
getVerbBytes()
Verb is a Kubernetes resource API verb, like: get, list, watch, create,
update, delete, proxy.
|
String |
getVersion()
Version is the API Version of the Resource.
|
ByteString |
getVersionBytes()
Version is the API Version of the Resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
String getGroup()
Group is the API Group of the Resource. "*" means all.
string group = 1;
ByteString getGroupBytes()
Group is the API Group of the Resource. "*" means all.
string group = 1;
String getNs()
Namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces. Both are represented by "" (empty).
string ns = 2;
ByteString getNsBytes()
Namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces. Both are represented by "" (empty).
string ns = 2;
String getName()
Name is the name of the resource being requested. Empty means all.
string name = 3;
ByteString getNameBytes()
Name is the name of the resource being requested. Empty means all.
string name = 3;
String getResource()
Resource is the optional resource type requested. "*" means all.
string resource = 4;
ByteString getResourceBytes()
Resource is the optional resource type requested. "*" means all.
string resource = 4;
String getSubresource()
Subresource is the optional subresource type.
string subresource = 5;
ByteString getSubresourceBytes()
Subresource is the optional subresource type.
string subresource = 5;
String getVerb()
Verb is a Kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.
string verb = 6;
ByteString getVerbBytes()
Verb is a Kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all.
string verb = 6;
String getVersion()
Version is the API Version of the Resource. "*" means all.
string version = 7;
ByteString getVersionBytes()
Version is the API Version of the Resource. "*" means all.
string version = 7;
Copyright © 2022 Google LLC. All rights reserved.