Documentation ¶
Index ¶
Constants ¶
View Source
const CLUSTERPOOLS = "clusterpools"
View Source
const DEBUG = 1
View Source
const ERROR = -2
View Source
const FINALIZER = "clusterpools-controller.open-cluster-management.io/cleanup"
View Source
const INFO = 0
View Source
const LABEL_NAMESPACE = "open-cluster-management.io/managed-by"
View Source
const WARN = -1
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterPoolsReconciler ¶
type ClusterPoolsReconciler struct { KubeClient kubernetes.Interface client.Client Log logr.Logger Scheme *runtime.Scheme }
ClusterPoolsReconciler reconciles a ClusterPool, mainly for the delete
func (*ClusterPoolsReconciler) SetupWithManager ¶
func (r *ClusterPoolsReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.