Documentation ¶
Index ¶
Constants ¶
View Source
const (
// HostTailerReconcilerOptsHelpString is a generic help string for reconcileOpts
HostTailerReconcilerOptsHelpString = "Object has to be recreated, but refusing to remove without explicitly being told so. " +
"Use hosttailer.spec.enableRecreateWorkloadOnImmutableFieldChange to move on but make sure to understand the consequences. " +
"As of rule, to avoid data loss, make sure to use a persistent volume for buffers, which is the default, unless explicitly disabled or configured differently."
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EventTailerReconciler ¶
EventTailerReconciler reconciles a EventTailer object
func (*EventTailerReconciler) Reconcile ¶
func (r *EventTailerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile .
func (*EventTailerReconciler) SetupWithManager ¶
func (r *EventTailerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager .
type HostTailerReconciler ¶
HostTailerReconciler reconciles a HostTailer object
func (*HostTailerReconciler) Reconcile ¶
func (r *HostTailerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile .
func (*HostTailerReconciler) SetupWithManager ¶
func (r *HostTailerReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager .
Click to show internal directories.
Click to hide internal directories.