Versions in this module Expand all Collapse all v0 v0.0.1 Nov 13, 2024 Changes in this version + func NewFilteredRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewFilteredTrafficRoutingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewRolloutInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + func NewTrafficRoutingInformer(client versioned.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer + type Interface interface + Rollouts func() RolloutInformer + TrafficRoutings func() TrafficRoutingInformer + func New(f internalinterfaces.SharedInformerFactory, namespace string, ...) Interface + type RolloutInformer interface + Informer func() cache.SharedIndexInformer + Lister func() v1alpha1.RolloutLister + type TrafficRoutingInformer interface + Informer func() cache.SharedIndexInformer + Lister func() v1alpha1.TrafficRoutingLister