Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { // Configures whether Tekton CRD objects should be updated with Result // annotations during reconcile. Useful to enable for dry run modes. DisableAnnotationUpdate bool }
Config defines shared reconciler configuration options.
func (*Config) GetDisableAnnotationUpdate ¶
GetDisableAnnotationupdate returns whether annotation updates should be disabled. This is safe to call for missing configs.
Click to show internal directories.
Click to hide internal directories.