Documentation
¶
Index ¶
- type GlobalConfigurationLister
- type GlobalConfigurationListerExpansion
- type GlobalConfigurationNamespaceLister
- type GlobalConfigurationNamespaceListerExpansion
- type TransportServerLister
- type TransportServerListerExpansion
- type TransportServerNamespaceLister
- type TransportServerNamespaceListerExpansion
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GlobalConfigurationLister ¶ added in v1.7.0
type GlobalConfigurationLister interface {
// List lists all GlobalConfigurations in the indexer.
List(selector labels.Selector) (ret []*v1alpha1.GlobalConfiguration, err error)
// GlobalConfigurations returns an object that can list and get GlobalConfigurations.
GlobalConfigurations(namespace string) GlobalConfigurationNamespaceLister
GlobalConfigurationListerExpansion
}
GlobalConfigurationLister helps list GlobalConfigurations.
func NewGlobalConfigurationLister ¶ added in v1.7.0
func NewGlobalConfigurationLister(indexer cache.Indexer) GlobalConfigurationLister
NewGlobalConfigurationLister returns a new GlobalConfigurationLister.
type GlobalConfigurationListerExpansion ¶ added in v1.7.0
type GlobalConfigurationListerExpansion interface{}
GlobalConfigurationListerExpansion allows custom methods to be added to GlobalConfigurationLister.
type GlobalConfigurationNamespaceLister ¶ added in v1.7.0
type GlobalConfigurationNamespaceLister interface {
// List lists all GlobalConfigurations in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1alpha1.GlobalConfiguration, err error)
// Get retrieves the GlobalConfiguration from the indexer for a given namespace and name.
Get(name string) (*v1alpha1.GlobalConfiguration, error)
GlobalConfigurationNamespaceListerExpansion
}
GlobalConfigurationNamespaceLister helps list and get GlobalConfigurations.
type GlobalConfigurationNamespaceListerExpansion ¶ added in v1.7.0
type GlobalConfigurationNamespaceListerExpansion interface{}
GlobalConfigurationNamespaceListerExpansion allows custom methods to be added to GlobalConfigurationNamespaceLister.
type TransportServerLister ¶ added in v1.7.0
type TransportServerLister interface {
// List lists all TransportServers in the indexer.
List(selector labels.Selector) (ret []*v1alpha1.TransportServer, err error)
// TransportServers returns an object that can list and get TransportServers.
TransportServers(namespace string) TransportServerNamespaceLister
TransportServerListerExpansion
}
TransportServerLister helps list TransportServers.
func NewTransportServerLister ¶ added in v1.7.0
func NewTransportServerLister(indexer cache.Indexer) TransportServerLister
NewTransportServerLister returns a new TransportServerLister.
type TransportServerListerExpansion ¶ added in v1.7.0
type TransportServerListerExpansion interface{}
TransportServerListerExpansion allows custom methods to be added to TransportServerLister.
type TransportServerNamespaceLister ¶ added in v1.7.0
type TransportServerNamespaceLister interface {
// List lists all TransportServers in the indexer for a given namespace.
List(selector labels.Selector) (ret []*v1alpha1.TransportServer, err error)
// Get retrieves the TransportServer from the indexer for a given namespace and name.
Get(name string) (*v1alpha1.TransportServer, error)
TransportServerNamespaceListerExpansion
}
TransportServerNamespaceLister helps list and get TransportServers.
type TransportServerNamespaceListerExpansion ¶ added in v1.7.0
type TransportServerNamespaceListerExpansion interface{}
TransportServerNamespaceListerExpansion allows custom methods to be added to TransportServerNamespaceLister.