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, awsDebug bool) (*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 ClusterRefFromBytes ¶
func ClusterRefFromBytes(bytes []byte, main *controlplane.Config, awsDebug bool) (*ClusterRef, error)
func NewClusterRef ¶
func NewClusterRef(cfg *config.ProvidedConfig, awsDebug bool) *ClusterRef
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.