Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorageProvider ¶
type StorageProvider struct { LoopbackClientConfig *restclient.Config PrivilegedUsername string MetricStorage monitorstorage.MetricStorage Cacher cache.Cacher PlatformClient platformversionedclient.PlatformV1Interface BusinessClient businessversionedclient.BusinessV1Interface }
StorageProvider is a REST type for core resources storage that implement RestStorageProvider interface
func (*StorageProvider) GroupName ¶
func (*StorageProvider) GroupName() string
GroupName return the api group name
func (*StorageProvider) NewRESTStorage ¶
func (s *StorageProvider) NewRESTStorage(apiResourceConfigSource serverstorage.APIResourceConfigSource, restOptionsGetter generic.RESTOptionsGetter) (genericserver.APIGroupInfo, bool)
NewRESTStorage is a factory constructor to creates and returns the APIGroupInfo
Click to show internal directories.
Click to hide internal directories.