Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OpenStackDatasourceReconciler ¶
type OpenStackDatasourceReconciler struct {
// Client for the kubernetes API.
client.Client
// Kubernetes scheme to use for the deschedulings.
Scheme *runtime.Scheme
// Datasources monitor.
Monitor datasources.Monitor
// Config for the reconciler.
Conf conf.Config
}
func (*OpenStackDatasourceReconciler) Reconcile ¶
func (r *OpenStackDatasourceReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*OpenStackDatasourceReconciler) SetupWithManager ¶
func (r *OpenStackDatasourceReconciler) SetupWithManager(mgr manager.Manager) error
Click to show internal directories.
Click to hide internal directories.