Versions in this module Expand all Collapse all v0 v0.26.18 Sep 7, 2018 Changes in this version + const EscapePlanInitTemplate + var Fields = []string + func NewPrettyPrinter(cfg ...printConf) *prettyPrinter + type EscapePlan struct + ActivateProvider interface{} + Build interface{} + BuildConsumes []interface{} + BuildInputs []interface{} + BuildTemplates []interface{} + Consumes []interface{} + DeactivateProvider interface{} + Depends []interface{} + Deploy interface{} + DeployConsumes []interface{} + DeployInputs []interface{} + DeployTemplates []interface{} + Description string + Destroy interface{} + Downloads []*core.DownloadConfig + Errands map[string]interface{} + Extends []string + Generates []string + Includes []string + Inputs []interface{} + License string + Logo string + Metadata map[string]string + Name string + Outputs []interface{} + PostBuild interface{} + PostDeploy interface{} + PostDestroy interface{} + PreBuild interface{} + PreDeploy interface{} + PreDestroy interface{} + Provides []string + Smoke interface{} + Templates []interface{} + Test interface{} + Version string + func NewEscapePlan() *EscapePlan + func (e *EscapePlan) AddDependency(d *core.DependencyConfig) error + func (e *EscapePlan) GetDependencies() ([]*core.DependencyConfig, error) + func (e *EscapePlan) GetReleaseId() string + func (e *EscapePlan) GetVersionlessReleaseId() string + func (e *EscapePlan) Init(name string) *EscapePlan + func (e *EscapePlan) LoadConfig(cfgFile string) error + func (e *EscapePlan) ToDict() map[string]interface{} + func (e *EscapePlan) ToInitTemplate() []byte + func (e *EscapePlan) ToMinifiedYaml() []byte + func (e *EscapePlan) ToYaml() []byte