Documentation ¶
Index ¶
- func NewAddClusterInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewDeleteAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAddClusterInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredDeleteAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRenameAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRenameAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AddClusterInfoInformer
- type DeleteAttributeInformer
- type Interface
- type RenameAttributeInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAddClusterInfoInformer ¶
func NewAddClusterInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAddClusterInfoInformer constructs a new informer for AddClusterInfo 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 NewDeleteAttributeInformer ¶
func NewDeleteAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewDeleteAttributeInformer constructs a new informer for DeleteAttribute 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 NewFilteredAddClusterInfoInformer ¶
func NewFilteredAddClusterInfoInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAddClusterInfoInformer constructs a new informer for AddClusterInfo 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 NewFilteredDeleteAttributeInformer ¶
func NewFilteredDeleteAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredDeleteAttributeInformer constructs a new informer for DeleteAttribute 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 NewFilteredRenameAttributeInformer ¶
func NewFilteredRenameAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRenameAttributeInformer constructs a new informer for RenameAttribute 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 NewRenameAttributeInformer ¶
func NewRenameAttributeInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRenameAttributeInformer constructs a new informer for RenameAttribute 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 AddClusterInfoInformer ¶
type AddClusterInfoInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AddClusterInfoLister }
AddClusterInfoInformer provides access to a shared informer and lister for AddClusterInfos.
type DeleteAttributeInformer ¶
type DeleteAttributeInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.DeleteAttributeLister }
DeleteAttributeInformer provides access to a shared informer and lister for DeleteAttributes.
type Interface ¶
type Interface interface { // AddClusterInfos returns a AddClusterInfoInformer. AddClusterInfos() AddClusterInfoInformer // DeleteAttributes returns a DeleteAttributeInformer. DeleteAttributes() DeleteAttributeInformer // RenameAttributes returns a RenameAttributeInformer. RenameAttributes() RenameAttributeInformer }
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 RenameAttributeInformer ¶
type RenameAttributeInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RenameAttributeLister }
RenameAttributeInformer provides access to a shared informer and lister for RenameAttributes.