# Functions
No description provided by the author
NewBuilder returns a builder for ClusterOperatorStatus.
NewCSVWatchNotificationHandler returns a new instance of csv.WatchNotification This can be used to get notification of every CSV reconciliation request.
NewMonitor returns a new instance of Monitor that can be used to continuously update a clusteroperator resource and an instance of Sender that can be used to send update notifications to it.
NewWriter returns a new instance of Writer.
Waiting returns an initialized ClusterOperatorStatus object that is suited for creation if the given object does not exist already.
# Constants
SelectorKey is the key of the label we use to identify the corresponding ClusterServiceVersion object related to the cluster operator.
# Type aliases
MutatorFunc accepts an existing status object and appropriately mutates it to reflect the observed states.
NotificationFunc wraps a notification event.