# 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.

# Structs

Builder helps build ClusterOperatorStatus with appropriate ClusterOperatorStatusCondition and OperandVersion.
Writer encapsulates logic for cluster operator object API.

# Interfaces

Monitor is an interface that wraps the Run method.
Sender is an interface that wraps the Send method.

# Type aliases

MutatorFunc accepts an existing status object and appropriately mutates it to reflect the observed states.
NotificationFunc wraps a notification event.