Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FRRConfigurationLister ¶
type FRRConfigurationLister interface { // List lists all FRRConfigurations in the indexer. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.FRRConfiguration, err error) // FRRConfigurations returns an object that can list and get FRRConfigurations. FRRConfigurations(namespace string) FRRConfigurationNamespaceLister FRRConfigurationListerExpansion }
FRRConfigurationLister helps list FRRConfigurations. All objects returned here must be treated as read-only.
func NewFRRConfigurationLister ¶
func NewFRRConfigurationLister(indexer cache.Indexer) FRRConfigurationLister
NewFRRConfigurationLister returns a new FRRConfigurationLister.
type FRRConfigurationListerExpansion ¶
type FRRConfigurationListerExpansion interface{}
FRRConfigurationListerExpansion allows custom methods to be added to FRRConfigurationLister.
type FRRConfigurationNamespaceLister ¶
type FRRConfigurationNamespaceLister interface { // List lists all FRRConfigurations in the indexer for a given namespace. // Objects returned here must be treated as read-only. List(selector labels.Selector) (ret []*v1beta1.FRRConfiguration, err error) // Get retrieves the FRRConfiguration from the indexer for a given namespace and name. // Objects returned here must be treated as read-only. Get(name string) (*v1beta1.FRRConfiguration, error) FRRConfigurationNamespaceListerExpansion }
FRRConfigurationNamespaceLister helps list and get FRRConfigurations. All objects returned here must be treated as read-only.
type FRRConfigurationNamespaceListerExpansion ¶
type FRRConfigurationNamespaceListerExpansion interface{}
FRRConfigurationNamespaceListerExpansion allows custom methods to be added to FRRConfigurationNamespaceLister.
Click to show internal directories.
Click to hide internal directories.