Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageProvider ¶
type StorageProvider struct { DefaultNamespace string StorageType server.StorageType RESTClient restclient.Interface }
StorageProvider provides a factory method to create a new APIGroupInfo for the servicecatalog API group. It implements (./pkg/apiserver).RESTStorageProvider
func (StorageProvider) GroupName ¶
func (p StorageProvider) GroupName() string
GroupName returns the API group name.
func (StorageProvider) NewRESTStorage ¶
func (p StorageProvider) NewRESTStorage( apiResourceConfigSource serverstorage.APIResourceConfigSource, restOptionsGetter generic.RESTOptionsGetter, ) (*genericapiserver.APIGroupInfo, error)
NewRESTStorage is a factory method to make a new APIGroupInfo for the servicecatalog API group.
Click to show internal directories.
Click to hide internal directories.