Documentation ¶
Index ¶
- Constants
- type Manager
- func (m Manager) GenerateVars(state storage.State) error
- func (m Manager) Initialize(state storage.State) error
- func (m Manager) Interpolate() (string, error)
- func (m Manager) IsPresentCloudConfig() bool
- func (m Manager) IsPresentCloudConfigVars() bool
- func (m Manager) Update(state storage.State) error
- type OpsGenerator
Constants ¶
View Source
const (
BaseCloudConfig = `` /* 779-byte string literal not displayed */
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(logger logger, cmd command, stateStore stateStore, opsGenerator OpsGenerator, boshClientProvider boshClientProvider, terraformManager terraformManager, sshKeyGetter sshKeyGetter) Manager
func (Manager) Interpolate ¶
func (Manager) IsPresentCloudConfig ¶
func (Manager) IsPresentCloudConfigVars ¶
Click to show internal directories.
Click to hide internal directories.