Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Platform ¶
type Platform interface { LoadConfig(*hcl.Body, *hcl.EvalContext) hcl.Diagnostics Install(*terraform.Executor) error Destroy(*terraform.Executor) error Initialize(*terraform.Executor) error GetAssetDir() string GetExpectedNodes() int }
Platform describes single environment, where cluster can be installed
func GetPlatform ¶
GetPlatform returns platform based on the name
Click to show internal directories.
Click to hide internal directories.