Documentation ¶
Index ¶
Constants ¶
View Source
const ( WORKER_NODE_MINIMUM_COUNT = 3 OperatorUpgradableFalse = configv1.ConditionFalse OperatorUpgradableTrue = configv1.ConditionTrue )
View Source
const (
ControllerName = "InternetChecker"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler runs a number of checkers
func NewReconciler ¶
func (*Reconciler) Reconcile ¶
Reconcile will keep checking that the cluster can connect to essential services.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager setup our manager
type UnsupportedConditionChecker ¶
type UnsupportedConditionChecker struct {
// contains filtered or unexported fields
}
func NewUnsupportedConditionChecker ¶
func NewUnsupportedConditionChecker(log *logrus.Entry, kubernetescli kubernetes.Interface, consolecli consoleclient.Interface, configcli configclient.Interface, role string) *UnsupportedConditionChecker
func (*UnsupportedConditionChecker) Check ¶
func (ucc *UnsupportedConditionChecker) Check(ctx context.Context) error
func (*UnsupportedConditionChecker) Name ¶
func (ucc *UnsupportedConditionChecker) Name() string
Click to show internal directories.
Click to hide internal directories.