Sha256: 9d3c9014c805681c697452df5d9300aafd90014ea9c95af8d840c040766125d9

Contents?: true

Size: 1.6 KB

Versions: 1

Compression:

Stored size: 1.6 KB

Contents

# Zilla::IoK8sApiAuthorizationV1ResourceAttributes

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **group** | **String** | Group is the API Group of the Resource.  \"*\" means all. | [optional] |
| **name** | **String** | Name is the name of the resource being requested for a \"get\" or deleted for a \"delete\". \"\" (empty) means all. | [optional] |
| **namespace** | **String** | 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] |
| **resource** | **String** | Resource is one of the existing resource types.  \"*\" means all. | [optional] |
| **subresource** | **String** | Subresource is one of the existing resource types.  \"\" means none. | [optional] |
| **verb** | **String** | Verb is a kubernetes resource API verb, like: get, list, watch, create, update, delete, proxy.  \"*\" means all. | [optional] |
| **version** | **String** | Version is the API Version of the Resource.  \"*\" means all. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAuthorizationV1ResourceAttributes.new(
  group: null,
  name: null,
  namespace: null,
  resource: null,
  subresource: null,
  verb: null,
  version: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiAuthorizationV1ResourceAttributes.md