Documentation ¶
Index ¶
- Constants
- func ChangeImage(c *cli.Context)
- func CreateStack(c *cli.Context)
- func DeleteStack(c *cli.Context)
- func DescribeStack(c *cli.Context)
- func DescribeStackInstances(c *cli.Context)
- func GenerateAtachedStackTemplate(c *cli.Context) error
- func GenerateAwsStackTemplate(c *cli.Context) error
- func GenerateAzureStackTemplate(c *cli.Context) error
- func GenerateGcpStackTemplate(c *cli.Context) error
- func GenerateInventoryFile(c *cli.Context)
- func GenerateOpenstackStackTemplate(c *cli.Context) error
- func GenerateYarnStackTemplate(c *cli.Context) error
- func GetStackRequest(c *cli.Context)
- func ListStacks(c *cli.Context)
- func RepairStackHostGroups(c *cli.Context)
- func RepairStackNodes(c *cli.Context)
- func RetryCluster(c *cli.Context)
- func ScaleStack(c *cli.Context)
- func StartStack(c *cli.Context)
- func StopStack(c *cli.Context)
- func SyncStack(c *cli.Context)
- type CloudbreakStack
Constants ¶
View Source
const ( AVAILABLE = status("AVAILABLE") STOPPED = status("STOPPED") DELETE_COMPLETED = status("DELETE_COMPLETED") SKIP = status("") )
Variables ¶
This section is empty.
Functions ¶
func ChangeImage ¶
func CreateStack ¶
func DeleteStack ¶
func DescribeStack ¶
func DescribeStackInstances ¶
func GenerateInventoryFile ¶
func GetStackRequest ¶
func ListStacks ¶
func RepairStackHostGroups ¶
func RepairStackNodes ¶
func RetryCluster ¶
func ScaleStack ¶
func StartStack ¶
Types ¶
type CloudbreakStack ¶
type CloudbreakStack oauth.Cloudbreak
Click to show internal directories.
Click to hide internal directories.