Documentation ¶
Index ¶
- func AssertContainsCluster(cmd runner.Cmd, out GetClusterOutput)
- func BeNodeGroupsWithNamesWhich(matchers ...types.GomegaMatcher) types.GomegaMatcher
- func BeNotFoundError() types.GomegaMatcher
- func HaveExistingCluster(expectedName string, expectedStatus string, expectedVersion string) types.GomegaMatcher
- func HaveExistingStack(expectedStackName string) types.GomegaMatcher
- func NewConfig(region string) aws.Config
- type GetClusterOutput
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AssertContainsCluster ¶ added in v0.88.0
func AssertContainsCluster(cmd runner.Cmd, out GetClusterOutput)
AssertContainsCluster asserts that the output of the specified command contains the specified cluster
func BeNodeGroupsWithNamesWhich ¶
func BeNodeGroupsWithNamesWhich(matchers ...types.GomegaMatcher) types.GomegaMatcher
BeNodeGroupsWithNamesWhich helps match JSON-formatted nodegroups by accepting matchers on an array of nodegroup names.
func BeNotFoundError ¶
func BeNotFoundError() types.GomegaMatcher
BeNotFoundError succeeds if actual is a non-nil error which represents a missing kubernetes resource
func HaveExistingCluster ¶
func HaveExistingCluster(expectedName string, expectedStatus string, expectedVersion string) types.GomegaMatcher
HaveExistingCluster returns a GoMega matcher that will check for the existence of an EKS cluster
func HaveExistingStack ¶
func HaveExistingStack(expectedStackName string) types.GomegaMatcher
HaveExistingStack returns a GoMega matcher that will check for the existence of an cloudformation stack
Types ¶
type GetClusterOutput ¶ added in v0.88.0
Click to show internal directories.
Click to hide internal directories.