Documentation
¶
Index ¶
- func NewFilteredFlowSchemaClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFilteredPriorityLevelConfigurationClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewFlowSchemaClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- func NewPriorityLevelConfigurationClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, ...) kcpcache.ScopeableSharedIndexInformer
- type ClusterInterface
- type FlowSchemaClusterInformer
- type PriorityLevelConfigurationClusterInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewFilteredFlowSchemaClusterInformer ¶
func NewFilteredFlowSchemaClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions kcpinternalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredFlowSchemaClusterInformer 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 NewFilteredPriorityLevelConfigurationClusterInformer ¶
func NewFilteredPriorityLevelConfigurationClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions kcpinternalinterfaces.TweakListOptionsFunc) kcpcache.ScopeableSharedIndexInformer
NewFilteredPriorityLevelConfigurationClusterInformer 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 NewFlowSchemaClusterInformer ¶
func NewFlowSchemaClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewFlowSchemaClusterInformer 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 NewPriorityLevelConfigurationClusterInformer ¶
func NewPriorityLevelConfigurationClusterInformer(client kcpkubernetes.ClusterInterface, resyncPeriod time.Duration, indexers cache.Indexers) kcpcache.ScopeableSharedIndexInformer
NewPriorityLevelConfigurationClusterInformer 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 ClusterInterface ¶
type ClusterInterface interface {
// FlowSchemas returns a FlowSchemaClusterInformer.
FlowSchemas() FlowSchemaClusterInformer
// PriorityLevelConfigurations returns a PriorityLevelConfigurationClusterInformer.
PriorityLevelConfigurations() PriorityLevelConfigurationClusterInformer
}
func New ¶
func New(f kcpinternalinterfaces.SharedInformerFactory, tweakListOptions kcpinternalinterfaces.TweakListOptionsFunc) ClusterInterface
New returns a new Interface.
type FlowSchemaClusterInformer ¶
type FlowSchemaClusterInformer interface {
Cluster(logicalcluster.Name) flowcontrolv1beta1.FlowSchemaInformer
ClusterWithContext(context.Context, logicalcluster.Name) flowcontrolv1beta1.FlowSchemaInformer
Informer() kcpcache.ScopeableSharedIndexInformer
Lister() kcpv1beta1.FlowSchemaClusterLister
}
FlowSchemaClusterInformer provides access to a shared informer and lister for FlowSchemas.
type PriorityLevelConfigurationClusterInformer ¶
type PriorityLevelConfigurationClusterInformer interface {
Cluster(logicalcluster.Name) flowcontrolv1beta1.PriorityLevelConfigurationInformer
ClusterWithContext(context.Context, logicalcluster.Name) flowcontrolv1beta1.PriorityLevelConfigurationInformer
Informer() kcpcache.ScopeableSharedIndexInformer
Lister() kcpv1beta1.PriorityLevelConfigurationClusterLister
}
PriorityLevelConfigurationClusterInformer provides access to a shared informer and lister for PriorityLevelConfigurations.