Documentation ¶
Index ¶
- func GetEKSCluster(cloudProvider cloud.Provider, profile string, region string, ...) (*ekssdk.Cluster, error)
- func IsClusterStack(stack *Stack) bool
- func IsNodegroupStack(stack *Stack) bool
- func IsStackCreateInProgress(stack *Stack) bool
- func IsStackCreated(stack *Stack) bool
- func IsStackDeleted(stack *Stack) bool
- func StacksToStrings(stacks []*Stack) []string
- type ErrClusterNotFound
- type Stack
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetEKSCluster ¶
func IsClusterStack ¶
func IsNodegroupStack ¶
func IsStackCreateInProgress ¶ added in v0.27.0
func IsStackCreated ¶
func IsStackDeleted ¶
func StacksToStrings ¶
Types ¶
type ErrClusterNotFound ¶
type ErrClusterNotFound struct {
// contains filtered or unexported fields
}
func (ErrClusterNotFound) Error ¶
func (e ErrClusterNotFound) Error() string
func (ErrClusterNotFound) Unwrap ¶
func (e ErrClusterNotFound) Unwrap() error
type Stack ¶
type Stack = cloudformation.StackSummary
Click to show internal directories.
Click to hide internal directories.