Documentation ¶
Overview ¶
Package extendeddaemonsetsetting contains The ExtendeddaemonsetSetting controller
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler is the internal reconciler for ExtendedDaemonSetReplicaSet.
func NewReconciler ¶
func NewReconciler(options ReconcilerOptions, client client.Client, scheme *runtime.Scheme, log logr.Logger, recorder record.EventRecorder) (*Reconciler, error)
NewReconciler returns a reconciler for DatadogAgent.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a ExtendedDaemonsetSetting object and makes changes based on the state read and what is in the ExtendedDaemonsetSetting.Spec.
type ReconcilerOptions ¶
type ReconcilerOptions struct{}
ReconcilerOptions provides options read from command line.
Click to show internal directories.
Click to hide internal directories.