Documentation ¶
Index ¶
- func NewAnalysisRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewAnalysisTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewExperimentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAnalysisRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredAnalysisTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredExperimentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewFilteredRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type AnalysisRunInformer
- type AnalysisTemplateInformer
- type ExperimentInformer
- type Interface
- type RolloutInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAnalysisRunInformer ¶ added in v0.6.0
func NewAnalysisRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAnalysisRunInformer constructs a new informer for AnalysisRun 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 NewAnalysisTemplateInformer ¶ added in v0.6.0
func NewAnalysisTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewAnalysisTemplateInformer constructs a new informer for AnalysisTemplate 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 NewExperimentInformer ¶ added in v0.5.0
func NewExperimentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewExperimentInformer constructs a new informer for Experiment 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 NewFilteredAnalysisRunInformer ¶ added in v0.6.0
func NewFilteredAnalysisRunInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAnalysisRunInformer constructs a new informer for AnalysisRun 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 NewFilteredAnalysisTemplateInformer ¶ added in v0.6.0
func NewFilteredAnalysisTemplateInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredAnalysisTemplateInformer constructs a new informer for AnalysisTemplate 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 NewFilteredExperimentInformer ¶ added in v0.5.0
func NewFilteredExperimentInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredExperimentInformer constructs a new informer for Experiment 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 NewFilteredRolloutInformer ¶
func NewFilteredRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers, tweakListOptions internalinterfaces.TweakListOptionsFunc) cache.SharedIndexInformer
NewFilteredRolloutInformer constructs a new informer for Rollout 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 NewRolloutInformer ¶
func NewRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer
NewRolloutInformer constructs a new informer for Rollout 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 AnalysisRunInformer ¶ added in v0.6.0
type AnalysisRunInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AnalysisRunLister }
AnalysisRunInformer provides access to a shared informer and lister for AnalysisRuns.
type AnalysisTemplateInformer ¶ added in v0.6.0
type AnalysisTemplateInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.AnalysisTemplateLister }
AnalysisTemplateInformer provides access to a shared informer and lister for AnalysisTemplates.
type ExperimentInformer ¶ added in v0.5.0
type ExperimentInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ExperimentLister }
ExperimentInformer provides access to a shared informer and lister for Experiments.
type Interface ¶
type Interface interface { // AnalysisRuns returns a AnalysisRunInformer. AnalysisRuns() AnalysisRunInformer // AnalysisTemplates returns a AnalysisTemplateInformer. AnalysisTemplates() AnalysisTemplateInformer // Experiments returns a ExperimentInformer. Experiments() ExperimentInformer // Rollouts returns a RolloutInformer. Rollouts() RolloutInformer }
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 RolloutInformer ¶
type RolloutInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.RolloutLister }
RolloutInformer provides access to a shared informer and lister for Rollouts.