Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretReconciler ¶
type SecretReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme SecretLabel string ServiceReconciler reconcile.Reconciler }
SecretReconciler reconciles k8s Secret objects
func (*SecretReconciler) SetupWithManager ¶
func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager) error
type ServiceReconciler ¶
type ServiceReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Cache cache.Cache }
ServiceReconciler reconciles a Service object
func (*ServiceReconciler) SetupWithManager ¶
func (r *ServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
type ServiceStatusUpdater ¶ added in v0.2.0
ServiceStatusUpdater updates the status of a newly reconciled service
func (*ServiceStatusUpdater) SetupWithManager ¶ added in v0.2.0
func (u *ServiceStatusUpdater) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.