meta.v1.apiResourceList
"APIResourceList is a list of APIResource, it is used to expose the name of the resources supported in a specific group and version, and if the resource is namespaced."
Index
fn new(name)
fn withGroupVersion(groupVersion)
fn withResources(resources)
fn withResourcesMixin(resources)
Fields
fn new
new(name)
new returns an instance of APIResourceList
fn withGroupVersion
withGroupVersion(groupVersion)
"groupVersion is the group and version this APIResourceList is for."
fn withResources
withResources(resources)
"resources contains the name of the resources and if they are namespaced."
fn withResourcesMixin
withResourcesMixin(resources)
"resources contains the name of the resources and if they are namespaced."
Note: This function appends passed data to existing values