Documentation ¶
Index ¶
- Constants
- Variables
- type Cluster
- func (c *Cluster) Assets() (cfnstack.Assets, error)
- func (c *Cluster) Create() error
- func (c *Cluster) RenderTemplateAsString() (string, error)
- func (c *Cluster) String() string
- func (c *Cluster) TemplateURL() (string, error)
- func (c *Cluster) Update() (string, error)
- func (c *Cluster) Validate() error
- func (c *Cluster) ValidateStack() (string, error)
- type ClusterDescriber
- type ClusterRef
- type Info
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.CompressedStackConfig }
func NewCluster ¶
func (*Cluster) RenderTemplateAsString ¶
func (*Cluster) TemplateURL ¶
func (*Cluster) ValidateStack ¶
type ClusterDescriber ¶
func NewClusterDescriber ¶
func NewClusterDescriber(clusterName string, stackName string, session *session.Session) ClusterDescriber
type ClusterRef ¶
func NewClusterRef ¶
func NewClusterRef(cfg *config.Cluster, 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.