Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsCompletedState ¶
func IsCompletedState(status cf.StackStatus) bool
IsCompletedState validates that operation is complete for a create or update.
Types ¶
type Client ¶
type Client interface { CreateStack(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error) GetStack(stackID *string) (stack *cf.Stack, err error) DeleteStack(stackID *string) error }
Client interface to perform CloudFormation operations
type CloudFormationClient ¶
type CloudFormationClient struct {
// contains filtered or unexported fields
}
CloudFormationClient crossplane eks client
func (*CloudFormationClient) CreateStack ¶
func (c *CloudFormationClient) CreateStack(stackName *string, templateBody *string, parameters map[string]string) (stackID *string, err error)
CreateStack - Creates a stack
func (*CloudFormationClient) DeleteStack ¶
func (c *CloudFormationClient) DeleteStack(stackID *string) error
DeleteStack deletes a stack
Click to show internal directories.
Click to hide internal directories.