Documentation ¶
Index ¶
- func Add(mgr manager.Manager, opConnectClient connect.Client) error
- type ReconcileDeployment
- func (r *ReconcileDeployment) HandleApplyingDeployment(namespace string, annotations map[string]string, request reconcile.Request) error
- func (r *ReconcileDeployment) Reconcile(request reconcile.Request) (reconcile.Result, error)
- func (r *ReconcileDeployment) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileDeployment ¶
type ReconcileDeployment struct {
// contains filtered or unexported fields
}
func (*ReconcileDeployment) HandleApplyingDeployment ¶
func (*ReconcileDeployment) Reconcile ¶
Reconcile reads that state of the cluster for a Deployment object and makes changes based on the state read and what is in the Deployment.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*ReconcileDeployment) SetupWithManager ¶
func (r *ReconcileDeployment) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.