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