Documentation ¶
Index ¶
Constants ¶
View Source
const ( GenevaCertName = "gcscert.pem" GenevaKeyName = "gcskey.pem" )
View Source
const (
ControllerName = "GenevaLogging"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { base.AROController // contains filtered or unexported fields }
Reconciler reconciles a Cluster object
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, client client.Client, dh dynamichelper.Interface) *Reconciler
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager setup our manager
Click to show internal directories.
Click to hide internal directories.