public static interface V1beta1Authorization.ResourceAttributesOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getGroup()
Group is the API Group of the Resource.
|
com.google.protobuf.ByteString |
getGroupBytes()
Group is the API Group of the Resource.
|
String |
getName()
Name is the name of the resource being requested for a "get" or deleted for a "delete".
|
com.google.protobuf.ByteString |
getNameBytes()
Name is the name of the resource being requested for a "get" or deleted for a "delete".
|
String |
getNamespace()
Namespace is the namespace of the action being requested.
|
com.google.protobuf.ByteString |
getNamespaceBytes()
Namespace is the namespace of the action being requested.
|
String |
getResource()
Resource is one of the existing resource types.
|
com.google.protobuf.ByteString |
getResourceBytes()
Resource is one of the existing resource types.
|
String |
getSubresource()
Subresource is one of the existing resource types.
|
com.google.protobuf.ByteString |
getSubresourceBytes()
Subresource is one of the existing resource types.
|
String |
getVerb()
Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.
|
com.google.protobuf.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.
|
com.google.protobuf.ByteString |
getVersionBytes()
Version is the API Version of the Resource.
|
boolean |
hasGroup()
Group is the API Group of the Resource.
|
boolean |
hasName()
Name is the name of the resource being requested for a "get" or deleted for a "delete".
|
boolean |
hasNamespace()
Namespace is the namespace of the action being requested.
|
boolean |
hasResource()
Resource is one of the existing resource types.
|
boolean |
hasSubresource()
Subresource is one of the existing resource types.
|
boolean |
hasVerb()
Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.
|
boolean |
hasVersion()
Version is the API Version of the Resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNamespace()
Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview +optional
optional string namespace = 1;String getNamespace()
Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview +optional
optional string namespace = 1;com.google.protobuf.ByteString getNamespaceBytes()
Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces "" (empty) is defaulted for LocalSubjectAccessReviews "" (empty) is empty for cluster-scoped resources "" (empty) means "all" for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview +optional
optional string namespace = 1;boolean hasVerb()
Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. +optional
optional string verb = 2;String getVerb()
Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. +optional
optional string verb = 2;com.google.protobuf.ByteString getVerbBytes()
Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. "*" means all. +optional
optional string verb = 2;boolean hasGroup()
Group is the API Group of the Resource. "*" means all. +optional
optional string group = 3;String getGroup()
Group is the API Group of the Resource. "*" means all. +optional
optional string group = 3;com.google.protobuf.ByteString getGroupBytes()
Group is the API Group of the Resource. "*" means all. +optional
optional string group = 3;boolean hasVersion()
Version is the API Version of the Resource. "*" means all. +optional
optional string version = 4;String getVersion()
Version is the API Version of the Resource. "*" means all. +optional
optional string version = 4;com.google.protobuf.ByteString getVersionBytes()
Version is the API Version of the Resource. "*" means all. +optional
optional string version = 4;boolean hasResource()
Resource is one of the existing resource types. "*" means all. +optional
optional string resource = 5;String getResource()
Resource is one of the existing resource types. "*" means all. +optional
optional string resource = 5;com.google.protobuf.ByteString getResourceBytes()
Resource is one of the existing resource types. "*" means all. +optional
optional string resource = 5;boolean hasSubresource()
Subresource is one of the existing resource types. "" means none. +optional
optional string subresource = 6;String getSubresource()
Subresource is one of the existing resource types. "" means none. +optional
optional string subresource = 6;com.google.protobuf.ByteString getSubresourceBytes()
Subresource is one of the existing resource types. "" means none. +optional
optional string subresource = 6;boolean hasName()
Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. +optional
optional string name = 7;String getName()
Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. +optional
optional string name = 7;com.google.protobuf.ByteString getNameBytes()
Name is the name of the resource being requested for a "get" or deleted for a "delete". "" (empty) means all. +optional
optional string name = 7;Copyright © 2020. All rights reserved.