Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApplicationReconciler ¶
type ApplicationReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
ApplicationReconciler reconciles a Application object
func (*ApplicationReconciler) SetupWithManager ¶
func (r *ApplicationReconciler) SetupWithManager(mgr ctrl.Manager) error
type ControlPlaneReconciler ¶
type ControlPlaneReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
ControlPlaneReconciler reconciles a ControlPlane object
func (*ControlPlaneReconciler) SetupWithManager ¶
func (r *ControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
type EnvironmentReconciler ¶
type EnvironmentReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
EnvironmentReconciler reconciles a Environment object
func (*EnvironmentReconciler) SetupWithManager ¶
func (r *EnvironmentReconciler) SetupWithManager(mgr ctrl.Manager) error
type MinioReconciler ¶
type MinioReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
MinioReconciler reconciles a Minio object
func (*MinioReconciler) SetupWithManager ¶
func (r *MinioReconciler) SetupWithManager(mgr ctrl.Manager) error
type MongoReconciler ¶
type MongoReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
MongoReconciler reconciles a Mongo object
func (*MongoReconciler) SetupWithManager ¶
func (r *MongoReconciler) SetupWithManager(mgr ctrl.Manager) error
type PipedReconciler ¶
type PipedReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder }
PipedReconciler reconciles a Piped object
func (*PipedReconciler) SetupWithManager ¶
func (r *PipedReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.