623 B
623 B
APIResource unversioned
| Group | Version | Kind |
|---|---|---|
| Core | unversioned | APIResource |
APIResource specifies the name of a resource and whether it is namespaced.
| Field | Description |
|---|---|
| kind string |
kind is the kind for the resource (e.g. 'Foo' is the kind for a resource 'foo') |
| name string |
name is the name of the resource. |
| namespaced boolean |
namespaced indicates if a resource is namespaced or not. |