Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BackendConfigLister ¶
type BackendConfigLister interface { // List lists all BackendConfigs in the indexer. List(selector labels.Selector) (ret []*v1beta1.BackendConfig, err error) // BackendConfigs returns an object that can list and get BackendConfigs. BackendConfigs(namespace string) BackendConfigNamespaceLister BackendConfigListerExpansion }
BackendConfigLister helps list BackendConfigs.
func NewBackendConfigLister ¶
func NewBackendConfigLister(indexer cache.Indexer) BackendConfigLister
NewBackendConfigLister returns a new BackendConfigLister.
type BackendConfigListerExpansion ¶
type BackendConfigListerExpansion interface{}
BackendConfigListerExpansion allows custom methods to be added to BackendConfigLister.
type BackendConfigNamespaceLister ¶
type BackendConfigNamespaceLister interface { // List lists all BackendConfigs in the indexer for a given namespace. List(selector labels.Selector) (ret []*v1beta1.BackendConfig, err error) // Get retrieves the BackendConfig from the indexer for a given namespace and name. Get(name string) (*v1beta1.BackendConfig, error) BackendConfigNamespaceListerExpansion }
BackendConfigNamespaceLister helps list and get BackendConfigs.
type BackendConfigNamespaceListerExpansion ¶
type BackendConfigNamespaceListerExpansion interface{}
BackendConfigNamespaceListerExpansion allows custom methods to be added to BackendConfigNamespaceLister.
Click to show internal directories.
Click to hide internal directories.