Documentation ¶
Overview ¶
Package monitorednamespace returns a predicate to filter for resources with the right monitored label, it enables one operator to act on multiple, labeled namespace
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // LabelNamespace key for label on a namespace to indicate that an operator is monitoring it. // Can be used as an ID, to keep operators in a cluster from intefering with each other. LabelNamespace = fmt.Sprintf("%s/monitored", names.GroupName) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.