Documentation ¶
Index ¶
Constants ¶
View Source
const (
ReasonUpdateFailed = "UpdateFailed"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme RequeueDuration time.Duration SvcName string SvcNamespace string SecretName string SecretNamespace string // contains filtered or unexported fields }
func (*Reconciler) ReadyCheck ¶
func (r *Reconciler) ReadyCheck(_ *http.Request) error
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error
Click to show internal directories.
Click to hide internal directories.