python/kubernetes/docs/V1APIResource.md
2017-04-05 15:24:07 -07:00

15 lines
832 B
Markdown

# V1APIResource
## Properties
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) |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)