Documentation ¶
Index ¶
- func NewFilteredKubeAPIServerOperatorConfigInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewKubeAPIServerOperatorConfigInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type Interface
- type KubeAPIServerOperatorConfigInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredKubeAPIServerOperatorConfigInformer ¶
func NewFilteredKubeAPIServerOperatorConfigInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredKubeAPIServerOperatorConfigInformer constructs a new informer for KubeAPIServerOperatorConfig 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 NewKubeAPIServerOperatorConfigInformer ¶
func NewKubeAPIServerOperatorConfigInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewKubeAPIServerOperatorConfigInformer constructs a new informer for KubeAPIServerOperatorConfig 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 Interface ¶
type Interface interface { // KubeAPIServerOperatorConfigs returns a KubeAPIServerOperatorConfigInformer. KubeAPIServerOperatorConfigs() KubeAPIServerOperatorConfigInformer }
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 KubeAPIServerOperatorConfigInformer ¶
type KubeAPIServerOperatorConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.KubeAPIServerOperatorConfigLister }
KubeAPIServerOperatorConfigInformer provides access to a shared informer and lister for KubeAPIServerOperatorConfigs.