Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimplePostgreSQLReconciler ¶
type SimplePostgreSQLReconciler struct { // Client Kubernetes client client.Client // Scheme for the client Scheme *runtime.Scheme }
SimplePostgreSQLReconciler reconciles a VSHNPostgreSQL object
func (*SimplePostgreSQLReconciler) Reconcile ¶
func (s *SimplePostgreSQLReconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reconciles the CRD after some time to make sure the resource is in correct state
func (*SimplePostgreSQLReconciler) SetupWithManager ¶
func (s *SimplePostgreSQLReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.