# Functions
Resource takes an unqualified resource and returns a Group qualified GroupResource.
# Constants
OperatorStatusConditionTypeDegraded indicates that the operator has encountered an error that is preventing it from working properly.
OperatorStatusConditionTypeDone indicates that the operator has finished reconciling its operands and is waiting for changes.
OperatorStatusConditionTypeWaiting indicates that the operator isn't running its reconciliation functionality.
OperatorStatusConditionTypeWorking indicates that the operator is actively reconciling its operands.
# Variables
AddToScheme is the function alias for AddtoScheme.
SchemeBuilder is the scheme builder for ClusterVersionOperator's types.
SchemeGroupVersion is group version used to register these objects.
# Structs
OperatorStatus is the Custom Resource object which holds the current state of an operator.
OperatorStatusCondition represents the state of the operator's reconciliation functionality.
OperatorStatusList is a list of OperatorStatus resources.
# Type aliases
OperatorStatusConditionType is the state of the operator's reconciliation functionality.