Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EyeReconciler ¶
type EyeReconciler struct { client.Client Log logr.Logger Schema *runtime.Scheme Recorder record.EventRecorder HookURL *url.URL clock.Clock // contains filtered or unexported fields }
EyeReconciler reconciles a Eye object
func NewEyeReconciler ¶
func NewEyeReconciler(client client.Client, logger logr.Logger) *EyeReconciler
NewEyeReconciler ...
func (*EyeReconciler) GetSecret ¶
func (r *EyeReconciler) GetSecret(ctx context.Context, name string, nn *types.NamespacedName) (*url.URL, error)
GetSecret ...
func (*EyeReconciler) SetupWithManager ¶
func (r *EyeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager ...
Click to show internal directories.
Click to hide internal directories.