 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- Constants
- type RESTStorageProvider
- func (p RESTStorageProvider) GroupName() string
- func (p RESTStorageProvider) NewRESTStorage(apiResourceConfigSource serverstorage.APIResourceConfigSource, ...) (genericapiserver.APIGroupInfo, bool, error)
- func (p RESTStorageProvider) PostStartHook() (string, genericapiserver.PostStartHookFunc, error)
 
Constants ¶
      View Source
      
  const PostStartHookName = "priority-and-fairness-config-producer"
    PostStartHookName is the name of the post-start-hook provided by flow-control storage
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RESTStorageProvider ¶
type RESTStorageProvider struct{}
    RESTStorageProvider is a provider of REST storage
func (RESTStorageProvider) GroupName ¶
func (p RESTStorageProvider) GroupName() string
GroupName returns group name of the storage
func (RESTStorageProvider) NewRESTStorage ¶
func (p RESTStorageProvider) NewRESTStorage(apiResourceConfigSource serverstorage.APIResourceConfigSource, restOptionsGetter generic.RESTOptionsGetter) (genericapiserver.APIGroupInfo, bool, error)
NewRESTStorage creates a new rest storage for flow-control api models.
func (RESTStorageProvider) PostStartHook ¶ added in v1.18.0
func (p RESTStorageProvider) PostStartHook() (string, genericapiserver.PostStartHookFunc, error)
PostStartHook returns the hook func that launches the config provider
 Click to show internal directories. 
   Click to hide internal directories.