Documentation ¶
Index ¶
Constants ¶
View Source
const ( RegisteredClusterNamelabel string = "registeredcluster.singapore.open-cluster-management.io/name" RegisteredClusterNamespacelabel string = "registeredcluster.singapore.open-cluster-management.io/namespace" RegisteredClusterUidLabel string = "registeredcluster.singapore.open-cluster-management.io/uid" ClusterNameAnnotation string = "registeredcluster.singapore.open-cluster-management.io/clustername" ManagedClusterSetlabel string = "cluster.open-cluster-management.io/clusterset" )
Variables ¶
This section is empty.
Functions ¶
func NewManager ¶
Types ¶
type RegisteredClusterReconciler ¶
type RegisteredClusterReconciler struct { client.Client // KubeClient kubernetes.Interface // DynamicClient dynamic.Interface // APIExtensionClient apiextensionsclient.Interface ComputeConfig *rest.Config ComputeKubeClient kubernetes.Interface ComputeDynamicClient dynamic.Interface ComputeAPIExtensionClient apiextensionsclient.Interface Log logr.Logger Scheme *runtime.Scheme HubClusters []helpers.HubInstance }
RegisteredClusterReconciler reconciles a RegisteredCluster object
func (*RegisteredClusterReconciler) SetupWithManager ¶
Click to show internal directories.
Click to hide internal directories.