Documentation ¶
Index ¶
- func NewCustomNodeConfigInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCustomNodeConfigInformer(client versioned.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredKatalystCustomConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewKatalystCustomConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CustomNodeConfigInformer
- type Interface
- type KatalystCustomConfigInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomNodeConfigInformer ¶
func NewCustomNodeConfigInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCustomNodeConfigInformer constructs a new informer for CustomNodeConfig 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 NewFilteredCustomNodeConfigInformer ¶
func NewFilteredCustomNodeConfigInformer(client versioned.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCustomNodeConfigInformer constructs a new informer for CustomNodeConfig 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 NewFilteredKatalystCustomConfigInformer ¶
func NewFilteredKatalystCustomConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredKatalystCustomConfigInformer constructs a new informer for KatalystCustomConfig 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 NewKatalystCustomConfigInformer ¶
func NewKatalystCustomConfigInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewKatalystCustomConfigInformer constructs a new informer for KatalystCustomConfig 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 CustomNodeConfigInformer ¶
type CustomNodeConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.CustomNodeConfigLister }
CustomNodeConfigInformer provides access to a shared informer and lister for CustomNodeConfigs.
type Interface ¶
type Interface interface { // CustomNodeConfigs returns a CustomNodeConfigInformer. CustomNodeConfigs() CustomNodeConfigInformer // KatalystCustomConfigs returns a KatalystCustomConfigInformer. KatalystCustomConfigs() KatalystCustomConfigInformer }
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 KatalystCustomConfigInformer ¶
type KatalystCustomConfigInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.KatalystCustomConfigLister }
KatalystCustomConfigInformer provides access to a shared informer and lister for KatalystCustomConfigs.