 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
- func NewCustomResourceDefinitionInformer(client clientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredCustomResourceDefinitionInformer(client clientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type CustomResourceDefinitionInformer
- type Interface
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCustomResourceDefinitionInformer ¶
func NewCustomResourceDefinitionInformer(client clientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewCustomResourceDefinitionInformer constructs a new informer for CustomResourceDefinition 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 NewFilteredCustomResourceDefinitionInformer ¶
func NewFilteredCustomResourceDefinitionInformer(client clientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredCustomResourceDefinitionInformer constructs a new informer for CustomResourceDefinition 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 CustomResourceDefinitionInformer ¶
type CustomResourceDefinitionInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() apiextensionsv1.CustomResourceDefinitionLister
}
    CustomResourceDefinitionInformer provides access to a shared informer and lister for CustomResourceDefinitions.
type Interface ¶
type Interface interface {
	// CustomResourceDefinitions returns a CustomResourceDefinitionInformer.
	CustomResourceDefinitions() CustomResourceDefinitionInformer
}
    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.