Documentation ¶
Index ¶
- Constants
- func Add(mgr manager.Manager) error
- func AddToManager(mgr manager.Manager, r reconcile.Reconciler, concurrentReconciles int, ...) error
- func GenerateControlPlaneCertsSyncSetName(name string) string
- func NewReconciler(mgr manager.Manager, rateLimiter flowcontrol.RateLimiter) reconcile.Reconciler
- type ReconcileControlPlaneCerts
Constants ¶
View Source
const (
ControllerName = hivev1.ControlPlaneCertsControllerName
)
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new ControlPlaneCerts 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 GenerateControlPlaneCertsSyncSetName ¶
GenerateControlPlaneCertsSyncSetName generates the name of the SyncSet that holds the control plane certificates to sync.
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, rateLimiter flowcontrol.RateLimiter) reconcile.Reconciler
NewReconciler returns a new reconcile.Reconciler
Types ¶
type ReconcileControlPlaneCerts ¶
ReconcileControlPlaneCerts reconciles a ClusterDeployment object
func (*ReconcileControlPlaneCerts) Reconcile ¶
func (r *ReconcileControlPlaneCerts) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a ClusterDeployment object and makes changes based on the state read and what is in the ClusterDeployment.Spec
Click to show internal directories.
Click to hide internal directories.