Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RESTStorageProvider ¶
type RESTStorageProvider struct{}
RESTStorageProvider is a struct for apps REST storage.
func (RESTStorageProvider) GroupName ¶
func (p RESTStorageProvider) GroupName() string
GroupName return the api group name.
func (RESTStorageProvider) NewRESTStorage ¶
func (p RESTStorageProvider) NewRESTStorage( apiResourceConfigSource serverstorage.APIResourceConfigSource, restOptionsGetter generic.RESTOptionsGetter, ) (genericapiserver.APIGroupInfo, error)
NewRESTStorage returns APIGroupInfo object.
Click to show internal directories.
Click to hide internal directories.