Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func InitFromFlags ¶
InitFromFlags initializes the config from the provided CLI flag set.
Types ¶
type Config ¶
type Config struct { // Workers is the number of workers concurrently processing reconciliation requests. Workers int }
Config defines the configuration for the EtcdCopyBackupsTask Controller.
type Reconciler ¶
Reconciler reconciles EtcdCopyBackupsTask object.
func NewReconciler ¶
func NewReconciler(mgr manager.Manager, config *Config) (*Reconciler, error)
NewReconciler creates a new reconciler for EtcdCopyBackupsTask.
func NewReconcilerWithImageVector ¶
func NewReconcilerWithImageVector(mgr manager.Manager, config *Config, imageVector imagevector.ImageVector) *Reconciler
NewReconcilerWithImageVector creates a new reconciler for EtcdCopyBackupsTask with an ImageVector. This constructor will mostly be used by tests.
func (*Reconciler) RegisterWithManager ¶
func (r *Reconciler) RegisterWithManager(mgr ctrl.Manager) error
RegisterWithManager registers the EtcdCopyBackupsTask Controller with the given controller manager.
Click to show internal directories.
Click to hide internal directories.