Documentation ¶
Index ¶
Constants ¶
View Source
const ControllerName = "promotionreconciler"
Variables ¶
This section is empty.
Functions ¶
func AddToManager ¶
func AddToManager(mgr controllerruntime.Manager, opts Options) error
Types ¶
type Options ¶
type Options struct { DryRun bool CIOperatorConfigAgent agents.ConfigAgent ConfigGetter config.Getter GitHubClient github.Client // The registryManager is set up to talk to the cluster // that contains our imageRegistry. This cluster is // most likely not the one the normal manager talks to. RegistryManager controllerruntime.Manager IgnoredImageStreams []*regexp.Regexp Since time.Duration }
Click to show internal directories.
Click to hide internal directories.