type WatchFlags struct {
ReconcilePeriod time.Duration WatchesFile string}
WatchFlags provides flag for configuration of a controller's reconcile period and for a
watches.yaml file, which is used to configure dynamic operators (e.g. Ansible and Helm).
AddTo - Add the reconcile period and watches file flags to the the flagset
helpTextPrefix will allow you add a prefix to default help text. Joined by a space.