Documentation ¶
Index ¶
- func New(f internalinterfaces.SharedInformerFactory, namespaces informers.NamespaceSet, ...) v1alpha1.Interface
- func NewFilteredFlowSchemaInformer(client kubernetes.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredPriorityLevelConfigurationInformer(client kubernetes.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFlowSchemaInformer(client kubernetes.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewPriorityLevelConfigurationInformer(client kubernetes.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type FlowSchemaInformer
- type PriorityLevelConfigurationInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func New ¶
func New(f internalinterfaces.SharedInformerFactory, namespaces informers.NamespaceSet, tweakListOptions internalinterfaces.TweakListOptionsFunc) v1alpha1.Interface
New returns a new Interface.
func NewFilteredFlowSchemaInformer ¶
func NewFilteredFlowSchemaInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredFlowSchemaInformer constructs a new informer for FlowSchema 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 NewFilteredPriorityLevelConfigurationInformer ¶
func NewFilteredPriorityLevelConfigurationInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredPriorityLevelConfigurationInformer constructs a new informer for PriorityLevelConfiguration 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 NewFlowSchemaInformer ¶
func NewFlowSchemaInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewFlowSchemaInformer constructs a new informer for FlowSchema 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 NewPriorityLevelConfigurationInformer ¶
func NewPriorityLevelConfigurationInformer(client kubernetes.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewPriorityLevelConfigurationInformer constructs a new informer for PriorityLevelConfiguration 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 FlowSchemaInformer ¶
type FlowSchemaInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.FlowSchemaLister }
FlowSchemaInformer provides access to a shared informer and lister for FlowSchemas.
type PriorityLevelConfigurationInformer ¶
type PriorityLevelConfigurationInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.PriorityLevelConfigurationLister }
PriorityLevelConfigurationInformer provides access to a shared informer and lister for PriorityLevelConfigurations.