Documentation ¶
Index ¶
Constants ¶
View Source
const STACK_TEMPLATE_FILENAME = "stack.json"
Variables ¶
View Source
var VERSION = "UNKNOWN"
VERSION set by build script
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { *ClusterRef *config.StackConfig // contains filtered or unexported fields }
func NewCluster ¶
func NewCluster(cfgRef *config.Cluster, opts config.StackTemplateOptions, plugins []*pluginmodel.Plugin, session *session.Session) (*Cluster, error)
func (Cluster) NestedStackName ¶
NestedStackName returns a sanitized name of this control-plane which is usable as a valid cloudformation nested stack name
func (*Cluster) TemplateURL ¶
func (*Cluster) ValidateStack ¶
ValidateStack validates the CloudFormation stack for this control plane already uploaded to S3
type ClusterRef ¶
func (*ClusterRef) Destroy ¶
func (c *ClusterRef) Destroy() error
Click to show internal directories.
Click to hide internal directories.