Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EnvironmentVariablesRef ¶
type EnvironmentVariablesRef struct {
Variables *Variables
FileReference *models.FileReference
}
func (*EnvironmentVariablesRef) UnmarshalYAML ¶
func (e *EnvironmentVariablesRef) UnmarshalYAML(node *yaml.Node) error
type Image ¶
type Image struct {
Name string `yaml:"name"`
Entrypoint []string `yaml:"entrypoint"`
FileReference *models.FileReference
}
type Rule ¶
type Rule struct {
Changes []string `yaml:"changes,omitempty"`
Exists []string `yaml:"exists,omitempty"`
If string `yaml:"if,omitempty"`
Variables *EnvironmentVariablesRef `yaml:"variables,omitempty"`
When string `yaml:"when,omitempty"`
FileReference *models.FileReference
}
type Rules ¶
type Rules struct {
RulesList []*Rule
FileReference *models.FileReference
}
type Script ¶
type Script struct {
Commands []string
FileReference *models.FileReference
}
Click to show internal directories.
Click to hide internal directories.