Documentation ¶
Index ¶
- type Factory
- type State
- type StateDiff
- type Unit
- func (m *Unit) Apply() (err error)
- func (m *Unit) Build() error
- func (m *Unit) GetDiffData() interface{}
- func (m *Unit) GetState() interface{}
- func (m *Unit) KindKey() string
- func (m *Unit) LoadState(stateData interface{}, modKey string, p *project.StateProject) error
- func (m *Unit) ReadConfig(spec map[string]interface{}, stack *project.Stack) error
- func (m *Unit) ReplaceMarkers() error
- func (m *Unit) UpdateProjectRuntimeData(p *project.Project) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Factory ¶
type Factory struct { }
Factory factory for s3 backends.
func (*Factory) NewFromState ¶
func (f *Factory) NewFromState(spec map[string]interface{}, modKey string, p *project.StateProject) (project.Unit, error)
NewFromState creates new unit from state data.
type State ¶
type StateDiff ¶
type StateDiff struct { common.UnitDiffSpec Inputs interface{} `json:"inputs"` }
type Unit ¶
func (*Unit) GetDiffData ¶
func (m *Unit) GetDiffData() interface{}
func (*Unit) LoadState ¶
func (m *Unit) LoadState(stateData interface{}, modKey string, p *project.StateProject) error
func (*Unit) ReadConfig ¶
func (*Unit) ReplaceMarkers ¶
ReplaceMarkers replace all templated markers with values.
Click to show internal directories.
Click to hide internal directories.