Documentation ¶
Overview ¶
Package podtemplate contains ExtendedDaemonset - PodTemplate controller logic.
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 PodTemplate.
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 PodTemplate.
type ReconcilerOptions ¶
type ReconcilerOptions struct{}
ReconcilerOptions provides options read from command line.
Click to show internal directories.
Click to hide internal directories.