python/kubernetes/docs/V1ResourceAttributes.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

1.6 KiB

V1ResourceAttributes

ResourceAttributes includes the authorization attributes available for resource requests to the Authorizer interface

Properties

Name Type Description Notes
group str Group is the API Group of the Resource. &quot;*&quot; means all. [optional]
name str Name is the name of the resource being requested for a &quot;get&quot; or deleted for a &quot;delete&quot;. &quot;&quot; (empty) means all. [optional]
namespace str Namespace is the namespace of the action being requested. Currently, there is no distinction between no namespace and all namespaces &quot;&quot; (empty) is defaulted for LocalSubjectAccessReviews &quot;&quot; (empty) is empty for cluster-scoped resources &quot;&quot; (empty) means &quot;all&quot; for namespace scoped resources from a SubjectAccessReview or SelfSubjectAccessReview [optional]
resource str Resource is one of the existing resource types. &quot;*&quot; means all. [optional]
subresource str Subresource is one of the existing resource types. &quot;&quot; means none. [optional]
verb str Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy. &quot;*&quot; means all. [optional]
version str Version is the API Version of the Resource. &quot;*&quot; means all. [optional]

[Back to Model list] [Back to API list] [Back to README]