Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LegacyRESTStorage ¶
type LegacyRESTStorage struct { }
LegacyRESTStorage returns stateful information about particular instances of REST storage for wiring controllers.
type LegacyRESTStorageProvider ¶
type LegacyRESTStorageProvider struct { }
LegacyRESTStorageProvider provides information needed to build RESTStorage for core, but does NOT implement the "normal" RESTStorageProvider (yet!)
func (LegacyRESTStorageProvider) NewLegacyRESTStorage ¶
func (c LegacyRESTStorageProvider) NewLegacyRESTStorage(apiResourceConfigSource serverstorage.APIResourceConfigSource, restOptionsGetter generic.RESTOptionsGetter, loopbackClientConfig *restclient.Config) (*genericserver.APIGroupInfo, error)
NewLegacyRESTStorage creates the APIGroupInfo by given rest options and returns it.
Click to show internal directories.
Click to hide internal directories.