Documentation
¶
Index ¶
- type Context
- func (ctx *Context) Backfill() error
- func (ctx *Context) Deploy(commit func() error) error
- func (ctx *Context) Destroy() error
- func (ctx *Context) DestroyNamespace(name string) error
- func (ctx *Context) Generate() (dir string, err error)
- func (ctx *Context) Prune() error
- func (ctx *Context) SetImportCluster(id string)
- type Output
- type State
- type Values
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Context ¶
type Context struct { Provider provider.Provider Manifest *manifest.ProjectManifest Config *config.Config Cloud bool RepoUrl string StacksIdentity string Delims *delims ImportCluster *string CloudCluster string // contains filtered or unexported fields }
func (*Context) DestroyNamespace ¶ added in v0.9.15
func (*Context) SetImportCluster ¶ added in v0.9.14
type Output ¶ added in v0.9.8
type Output struct { Value interface{} `json:"value"` FieldType interface{} `json:"type"` Sensitive bool `json:"sensitive"` }
Click to show internal directories.
Click to hide internal directories.