Documentation ¶
Index ¶
Constants ¶
View Source
const DEFAULT_PASSWORD_LENGTH = 24
View Source
const (
KeyProblemName = "problemName"
)
View Source
const MAX_USED_PERCENT float64 = 100.0
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetricsExporter ¶
type ProblemEnvironmentReconciler ¶
type ProblemEnvironmentReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
ProblemEnvironmentReconciler reconciles a ProblemEnvironment object
func (*ProblemEnvironmentReconciler) Reconcile ¶
func (r *ProblemEnvironmentReconciler) 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 (*ProblemEnvironmentReconciler) SetupWithManager ¶
func (r *ProblemEnvironmentReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ProblemReconciler ¶
ProblemReconciler reconciles a Problem object
func (*ProblemReconciler) Reconcile ¶
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 (*ProblemReconciler) SetupWithManager ¶
func (r *ProblemReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type WorkerController ¶
func NewWorkerController ¶
func NewWorkerController( client client.Client, workerMonitorPeriod time.Duration, recorder record.EventRecorder, ) *WorkerController
Click to show internal directories.
Click to hide internal directories.