Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotator ¶
type Annotator struct { OpClient operatorclient.ClientInterface Annotations map[string]string }
Annotator talks to kubernetes and adds annotations to objects.
func NewAnnotator ¶
func NewAnnotator(opClient operatorclient.ClientInterface, annotations map[string]string) *Annotator
func (*Annotator) AnnotateNamespace ¶
func (*Annotator) AnnotateNamespaces ¶
AnnotateNamespaces takes a list of namespace names and adds annotations to them
func (*Annotator) CleanNamespaceAnnotation ¶
func (*Annotator) CleanNamespaceAnnotations ¶
CleanNamespaceAnnotations takes a list of namespace names and removes annotations from them
Click to show internal directories.
Click to hide internal directories.