Documentation
¶
Index ¶
- func NewClusterNodePredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredClusterNodePredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredTimeSeriesPredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewTimeSeriesPredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterNodePredictionInformer
- type Interface
- type TimeSeriesPredictionInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterNodePredictionInformer ¶
func NewClusterNodePredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewClusterNodePredictionInformer constructs a new informer for ClusterNodePrediction 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 NewFilteredClusterNodePredictionInformer ¶
func NewFilteredClusterNodePredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredClusterNodePredictionInformer constructs a new informer for ClusterNodePrediction 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 NewFilteredTimeSeriesPredictionInformer ¶
func NewFilteredTimeSeriesPredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredTimeSeriesPredictionInformer constructs a new informer for TimeSeriesPrediction 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 NewTimeSeriesPredictionInformer ¶
func NewTimeSeriesPredictionInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewTimeSeriesPredictionInformer constructs a new informer for TimeSeriesPrediction 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 ClusterNodePredictionInformer ¶
type ClusterNodePredictionInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.ClusterNodePredictionLister
}
ClusterNodePredictionInformer provides access to a shared informer and lister for ClusterNodePredictions.
type Interface ¶
type Interface interface {
// ClusterNodePredictions returns a ClusterNodePredictionInformer.
ClusterNodePredictions() ClusterNodePredictionInformer
// TimeSeriesPredictions returns a TimeSeriesPredictionInformer.
TimeSeriesPredictions() TimeSeriesPredictionInformer
}
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 TimeSeriesPredictionInformer ¶
type TimeSeriesPredictionInformer interface {
Informer() cache.SharedIndexInformer
Lister() v1alpha1.TimeSeriesPredictionLister
}
TimeSeriesPredictionInformer provides access to a shared informer and lister for TimeSeriesPredictions.