 Documentation
      ¶
      Documentation
      ¶
    
    
  
    
  
    Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AllowFailure ¶
func (*AllowFailure) UnmarshalYAML ¶
func (a *AllowFailure) UnmarshalYAML(node *yaml.Node) error
type Controls ¶
type Controls struct {
	Refs       []string
	Variables  []string
	Changes    []string
	Kubernetes string
	FileReference *models.FileReference
}
    Control represents "job:except/only"
func (*Controls) UnmarshalYAML ¶
type Inherit ¶
type Inherit struct {
	Default   *InheritValues `yaml:"default,omitempty"`
	Variables *InheritValues `yaml:"variables,omitempty"`
}
    type InheritValues ¶
func (*InheritValues) UnmarshalYAML ¶
func (i *InheritValues) UnmarshalYAML(node *yaml.Node) error
type Matrix ¶
func (*Matrix) UnmarshalYAML ¶
type Parallel ¶
func (*Parallel) UnmarshalYAML ¶
type Trigger ¶
type Trigger struct {
	Include  string
	Strategy string
	Forward  *TriggerForward
}
    func (*Trigger) UnmarshalYAML ¶
type TriggerForward ¶
 Click to show internal directories. 
   Click to hide internal directories.