public static interface Kubernetes.AccessReviewOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
The API group of the resource.
|
com.google.protobuf.ByteString |
getGroupBytes()
The API group of the resource.
|
String |
getName()
The name of the resource being requested.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the resource being requested.
|
String |
getNs()
Namespace of the action being requested.
|
com.google.protobuf.ByteString |
getNsBytes()
Namespace of the action being requested.
|
String |
getResource()
The optional resource type requested.
|
com.google.protobuf.ByteString |
getResourceBytes()
The optional resource type requested.
|
String |
getSubresource()
The optional subresource type.
|
com.google.protobuf.ByteString |
getSubresourceBytes()
The optional subresource type.
|
String |
getVerb()
A Kubernetes resource API verb, like get, list, watch, create, update,
delete, proxy.
|
com.google.protobuf.ByteString |
getVerbBytes()
A Kubernetes resource API verb, like get, list, watch, create, update,
delete, proxy.
|
String |
getVersion()
The API version of the resource.
|
com.google.protobuf.ByteString |
getVersionBytes()
The API version of the resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getGroup()
The API group of the resource. "*" means all.
string group = 1;com.google.protobuf.ByteString getGroupBytes()
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;com.google.protobuf.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()
The name of the resource being requested. Empty means all.
string name = 3;com.google.protobuf.ByteString getNameBytes()
The name of the resource being requested. Empty means all.
string name = 3;String getResource()
The optional resource type requested. "*" means all.
string resource = 4;com.google.protobuf.ByteString getResourceBytes()
The optional resource type requested. "*" means all.
string resource = 4;String getSubresource()
The optional subresource type.
string subresource = 5;com.google.protobuf.ByteString getSubresourceBytes()
The optional subresource type.
string subresource = 5;String getVerb()
A Kubernetes resource API verb, like get, list, watch, create, update, delete, proxy. "*" means all.
string verb = 6;com.google.protobuf.ByteString getVerbBytes()
A Kubernetes resource API verb, like get, list, watch, create, update, delete, proxy. "*" means all.
string verb = 6;String getVersion()
The API version of the resource. "*" means all.
string version = 7;com.google.protobuf.ByteString getVersionBytes()
The API version of the resource. "*" means all.
string version = 7;Copyright © 2024 Google LLC. All rights reserved.