Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PGAdminReconciler ¶
type PGAdminReconciler struct {
client.Client
Owner client.FieldOwner
PodExec func(
ctx context.Context, namespace, pod, container string,
stdin io.Reader, stdout, stderr io.Writer, command ...string,
) error
Recorder record.EventRecorder
IsOpenShift bool
}
PGAdminReconciler reconciles a PGAdmin object
func (*PGAdminReconciler) Reconcile ¶
Reconcile which aims to move the current state of the pgAdmin closer to the desired state described in a v1beta1.PGAdmin identified by request.
func (*PGAdminReconciler) SetupWithManager ¶
func (r *PGAdminReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
TODO(tjmoore4): This function is duplicated from a version that takes a PostgresCluster object.
Click to show internal directories.
Click to hide internal directories.