Documentation ¶
Index ¶
Constants ¶
View Source
const STACK_TEMPLATE_FILENAME = "stack.json"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cluster ¶
type Cluster struct { *ClusterRef *config.StackConfig // contains filtered or unexported fields }
func NewCluster ¶
func NewCluster(provided *config.ProvidedConfig, opts config.StackTemplateOptions, plugins []*pluginmodel.Plugin, session *session.Session) (*Cluster, error)
func (*Cluster) TemplateURL ¶
func (*Cluster) ValidateStack ¶
ValidateStack validates the CloudFormation stack for this worker node pool already uploaded to S3
type ClusterRef ¶
type ClusterRef struct { config.ProvidedConfig // contains filtered or unexported fields }
func (*ClusterRef) Destroy ¶
func (c *ClusterRef) Destroy() error
func (*ClusterRef) Info ¶
func (c *ClusterRef) Info() (*Info, error)
Click to show internal directories.
Click to hide internal directories.