Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewFilteredGlobalConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
 - func NewFilteredTransportServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
 - func NewGlobalConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
 - func NewTransportServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
 - type GlobalConfigurationInformer
 - type Interface
 - type TransportServerInformer
 
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredGlobalConfigurationInformer ¶ added in v1.7.0
func NewFilteredGlobalConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredGlobalConfigurationInformer constructs a new informer for GlobalConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewFilteredTransportServerInformer ¶ added in v1.7.0
func NewFilteredTransportServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredTransportServerInformer constructs a new informer for TransportServer type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewGlobalConfigurationInformer ¶ added in v1.7.0
func NewGlobalConfigurationInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewGlobalConfigurationInformer constructs a new informer for GlobalConfiguration type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
func NewTransportServerInformer ¶ added in v1.7.0
func NewTransportServerInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewTransportServerInformer constructs a new informer for TransportServer type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.
Types ¶
type GlobalConfigurationInformer ¶ added in v1.7.0
type GlobalConfigurationInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.GlobalConfigurationLister
}
    GlobalConfigurationInformer provides access to a shared informer and lister for GlobalConfigurations.
type Interface ¶
type Interface interface {
	// GlobalConfigurations returns a GlobalConfigurationInformer.
	GlobalConfigurations() GlobalConfigurationInformer
	// TransportServers returns a TransportServerInformer.
	TransportServers() TransportServerInformer
}
    Interface provides access to all the informers in this group version.
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespace string, tweakListOptions internalinterfaces.TweakListOptionsFunc) Interface
New returns a new Interface.
type TransportServerInformer ¶ added in v1.7.0
type TransportServerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() v1alpha1.TransportServerLister
}
    TransportServerInformer provides access to a shared informer and lister for TransportServers.