Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
Add creates a new ClusterDeployment controller and adds it to the manager with default RBAC.
func AddToManager ¶
func AddToManager(mgr manager.Manager, r reconcile.Reconciler) error
AddToManager adds a new Controller to mgr with r as the reconcile.Reconciler
func GetInstallLogsPVCName ¶
func GetInstallLogsPVCName(cd *hivev1.ClusterDeployment) string
GetInstallLogsPVCName returns the expected name of the persistent volume claim for cluster install failure logs.
func NewReconciler ¶
func NewReconciler(mgr manager.Manager) reconcile.Reconciler
NewReconciler returns a new reconcile.Reconciler
Types ¶
type ReconcileClusterDeployment ¶
ReconcileClusterDeployment reconciles a ClusterDeployment object
func (*ReconcileClusterDeployment) Reconcile ¶
func (r *ReconcileClusterDeployment) Reconcile(request reconcile.Request) (result reconcile.Result, returnErr 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
Automatically generate RBAC rules to allow the Controller to read and write Deployments
Click to show internal directories.
Click to hide internal directories.