Documentation ¶
Index ¶
Constants ¶
View Source
const ( BannerName = "openshift-aro-sre" //Banner messages are approved by PM, don't modify the messages without re-approval TextContactSupport = "" /* 138-byte string literal not displayed */ )
View Source
const (
ControllerName = "Banner"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
BannerReconciler is the controller struct
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, client client.Client) *Reconciler
NewReconciler creates a new Reconciler
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager creates the controller
Click to show internal directories.
Click to hide internal directories.