python/kubernetes/docs/UnversionedAPIResource.md
2016-11-22 17:23:41 -08:00

566 B

UnversionedAPIResource

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.

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