Name | Type | Description | Notes |
---|---|---|---|
kind | str | kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo') | |
name | str | name is the name of the resource. | |
namespaced | bool | namespaced indicates if a resource is namespaced or not. | |
short_names | list[str] | shortNames is a list of suggested short names of the resource. | [optional] |
verbs | list[str] | verbs is a list of supported kube verbs (this includes get, list, watch, create, update, patch, delete, deletecollection, and proxy) |