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(cfg *config.Cluster, opts config.StackTemplateOptions, plugins []*pluginmodel.Plugin, awsDebug bool) (*Cluster, error)
func (*Cluster) TemplateURL ¶
func (*Cluster) ValidateStack ¶
ValidateStack validates the CloudFormation stack for this control plane already uploaded to S3
type ClusterDescriber ¶
func NewClusterDescriber ¶
type ClusterRef ¶
func NewClusterRef ¶
func NewClusterRef(cfg *config.Cluster, awsDebug bool) *ClusterRef
func (*ClusterRef) Destroy ¶
func (c *ClusterRef) Destroy() error
Click to show internal directories.
Click to hide internal directories.