Documentation
¶
Index ¶
- func Destroy(monitor mntr.Monitor, k8sClient kubernetes.ClientInt, dbConn db.Connection, ...) error
- func ScaleDown(monitor mntr.Monitor, k8sClient *kubernetes.Client, dbConn db.Connection, ...) (bool, error)
- func ScaleUp(monitor mntr.Monitor, k8sClient *kubernetes.Client, dbConn db.Connection, ...) error
- func Takeoff(monitor mntr.Monitor, k8sClient kubernetes.ClientInt, ...) error
- type Reconciler
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Destroy ¶ added in v1.22.9
func Destroy(monitor mntr.Monitor, k8sClient kubernetes.ClientInt, dbConn db.Connection, version string) error
func ScaleDown ¶ added in v1.46.0
func ScaleDown( monitor mntr.Monitor, k8sClient *kubernetes.Client, dbConn db.Connection, version *string, ) (bool, error)
func ScaleUp ¶ added in v1.46.0
func ScaleUp( monitor mntr.Monitor, k8sClient *kubernetes.Client, dbConn db.Connection, version *string, ) error
Types ¶
type Reconciler ¶
type Reconciler struct {
kubernetes.ClientInt
Monitor mntr.Monitor
Scheme *runtime.Scheme
Version string
}
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.