package
2.5.0-ACM+incompatible
Repository: https://github.com/stolostron/multiclusterhub-operator.git
Documentation: pkg.go.dev

# Functions

AssistedServiceConfigured returns true if assisted service has already been installed and configured in the hub namespace.
FindHubCondition returns the condition you're looking for or nil.
IsHubConditionPresentAndEqual indicates if the condition is present and equal to the given status.
NewHubCondition creates a new hub condition.
RemoveCRDCondition removes the status condition.
SetHubCondition sets the status condition.

# Constants

AllOldComponentsRemovedReason is added when the hub successfully prunes all old resources.
AnnotationNodeSelector key name of nodeSelector annotation synced from mch.
CertManagerReason is added when the hub is waiting for cert manager CRDs to come up.
ComponentsAvailableReason is added in a hub when all desired components are installed successfully.
ComponentsUnavailableReason is added in a hub when one or more components are in an unready state.
CRDRenderReason is added when an error occurs while rendering a CRD.
DeleteTimestampReason is added when the multiclusterhub has been targeted for delete.
DeployFailedReason is added when the hub fails to deploy a resource.
HelmReleaseTerminatingReason is added when the multiclusterhub is waiting for the removal of helm releases.
KlusterletAddonConfigName name of the hub cluster managedcluster resource.
ManagedClusterName name of the hub cluster managedcluster resource.
ManagedClusterTerminatingReason is added when a managed cluster has been deleted and is waiting to be finalized.
NamespaceTerminatingReason is added when a managed cluster's namespace has been deleted and is waiting to be finalized.
NewComponentReason is added when the hub creates a new install resource successfully.
OldComponentNotRemovedReason is added when a component the hub is trying to delete has not been removed successfully.
OldComponentRemovedReason is added when the hub calls delete on an old resource.
PausedReason is added when the multiclusterhub is paused.
ReconcileReason is added when the multiclusterhub is actively reconciling.
ResourceBlockReason is added when there is an existing resource that prevents an upgrade from progressing.
ResourceRenderReason is added when an error occurs while rendering a deployable resource.
ResumedReason is added when the multiclusterhub is resumed.

# Structs

CacheSpec ...
MultiClusterHubReconciler reconciles a MultiClusterHub object.