Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Lifecycle ¶
type Lifecycle struct {
PreBuild []hook `yaml:"pre_build"`
PostBuild []hook `yaml:"post_build"`
PreUp []hook `yaml:"pre_up"`
PostUp []hook `yaml:"post_up"`
PreRollback []hook `yaml:"pre_rollback"`
PostRollback []hook `yaml:"post_rollback"`
PreDown []hook `yaml:"pre_down"`
PostDown []hook `yaml:"post_down"`
}
func (*Lifecycle) PostBuilding ¶
func (l *Lifecycle) PostBuilding()
func (*Lifecycle) PostDowning ¶
func (l *Lifecycle) PostDowning()
func (*Lifecycle) PostRolling ¶
func (l *Lifecycle) PostRolling()
func (*Lifecycle) PreBuilding ¶
func (l *Lifecycle) PreBuilding()
func (*Lifecycle) PreDowning ¶
func (l *Lifecycle) PreDowning()
func (*Lifecycle) PreRolling ¶
func (l *Lifecycle) PreRolling()
Click to show internal directories.
Click to hide internal directories.