Documentation ¶
Index ¶
Constants ¶
View Source
const (
ControllerName = "IngressControllerARO"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
base.AROController
}
Reconciler spots openshift ingress controllers has abnormal replica counts (less than 2) when happens, it tries to rescale the controller to 2 replicas, i.e., the minimum required replicas
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, client client.Client) *Reconciler
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager setup the mananger for openshift ingress controller resource
Click to show internal directories.
Click to hide internal directories.