# Constants

AddonManagement is a feature gate on hub controller and spoke-agent.
CloudEventsDrivers will enable the cloud events drivers (mqtt or grpc) for the hub controller, so that the controller can deliver manifestworks to the managed clusters via cloud events.
ClusterClaim will start a new controller in the spoke-agent to manage the cluster-claim resources in the managed cluster.
DefaultClusterSet will make registration hub controller to maintain a default clusterset and a global clusterset.
ExecutorValidatingCaches will start a new controller in the wokrk agent to cache subject access review validating results for executors.
ManagedClusterAutoApproval will approve a managed cluster registraion request automatically.
ManifestWorkReplicaSet will start new controller in the Hub that can be used to deploy manifestWorks to group of clusters selected by a placement.
MultipleHubs allows user to configure multiple bootstrapkubeconfig connecting to different hubs via Klusterlet and let agent decide which one to use.
NilExecutorValidating will make the work-webhook to validate the manifest work even if its executor is nil, it will check if the request user has the execute-as permission with the default executor "system:serviceaccount::klusterlet-work-sa".
RawFeedbackJsonString will make the work agent to return the feedback result as a json string if the result is not a scalar value.
ResourceCleanup will start gc controller to clean up resources in cluster ns after cluster is deleted.
V1beta1CSRAPICompatibility will make the spoke registration agent to issue CSR requests via V1beta1 api, so that registration agent can still manage the certificate rotation for the ManagedCluster and ManagedClusterAddon.

# Variables

No description provided by the author
DefaultHubRegistrationFeatureGates consists of all known ocm-registration feature keys for registration hub controller.
DefaultHubWorkFeatureGates consists of all known acm work wehbook feature keys.
DefaultSpokeRegistrationFeatureGates consists of all known ocm-registration feature keys for registration agent.
DefaultSpokeWorkFeatureGates consists of all known ocm work feature keys for work agent.