Versions in this module Expand all Collapse all v1 v1.0.0 Aug 3, 2023 Changes in this version + type Cache struct + Key any + Paths []string + Policy string + Untracked bool + When string + type EnvironmentVariablesRef struct + FileReference *models.FileReference + Variables *Variables + func (e *EnvironmentVariablesRef) UnmarshalYAML(node *yaml.Node) error + type Image struct + Entrypoint []string + FileReference *models.FileReference + Name string + func (im *Image) UnmarshalYAML(node *yaml.Node) error + type Retry struct + Max *int + When *[]string + func (r *Retry) UnmarshalYAML(node *yaml.Node) error + type Rule struct + Changes []string + Exists []string + FileReference *models.FileReference + If string + Variables *EnvironmentVariablesRef + When string + type Rules struct + FileReference *models.FileReference + RulesList []*Rule + func (r *Rules) UnmarshalYAML(node *yaml.Node) error + type Script struct + Commands []string + FileReference *models.FileReference + func (s *Script) UnmarshalYAML(node *yaml.Node) error + type Variable struct + Description string + Value string + type Variables map[string]any + func (v *Variables) UnmarshalYAML(node *yaml.Node) error