Documentation
¶
Index ¶
Constants ¶
View Source
const (
ControllerName = hivev1.ClusterpoolNamespaceControllerName
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new ClusterDeployment Controller and adds it to the Manager with default RBAC. The Manager will set fields on the Controller and Start it when the Manager is Started.
func AddToManager ¶
func AddToManager(mgr manager.Manager, r reconcile.Reconciler, concurrentReconciles int, rateLimiter workqueue.RateLimiter) error
AddToManager adds a new Controller to mgr with r as the reconcile.Reconciler
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, rateLimiter flowcontrol.RateLimiter) reconcile.Reconciler
NewReconciler returns a new reconcile.Reconciler
Types ¶
type ReconcileClusterPoolNamespace ¶
type ReconcileClusterPoolNamespace struct { client.Client // contains filtered or unexported fields }
ReconcileClusterPoolNamespace reconciles a Namespace object for the purpose of reaping namespaces created for ClusterPool clusters after the clusters have been deleted.
Click to show internal directories.
Click to hide internal directories.