Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewListerWatcher ¶
func NewListerWatcher(client versioned.Interface, namespace string, override func(*metav1.ListOptions), p Pruner) cache.ListerWatcher
Types ¶
type Pruner ¶
type Pruner interface {
Prune(*v1alpha1.ClusterServiceVersion)
}
type PrunerFunc ¶
type PrunerFunc func(*v1alpha1.ClusterServiceVersion)
func (PrunerFunc) Prune ¶
func (f PrunerFunc) Prune(csv *v1alpha1.ClusterServiceVersion)
Click to show internal directories.
Click to hide internal directories.