eks_test

package
v2.1.155 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 24, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockEKSer

type MockEKSer struct {
	// contains filtered or unexported fields
}

func NewMockEKSer

func NewMockEKSer(options ...pegomock.Option) *MockEKSer

func (*MockEKSer) AddTagsToCluster

func (mock *MockEKSer) AddTagsToCluster(_param0 string, _param1 map[string]*string) error

func (*MockEKSer) CleanUpObsoleteEksClusterStack

func (mock *MockEKSer) CleanUpObsoleteEksClusterStack(_param0 string, _param1 string, _param2 string) error

func (*MockEKSer) DescribeCluster

func (mock *MockEKSer) DescribeCluster(_param0 string) (*cluster.Cluster, string, error)

func (*MockEKSer) EksClusterExists

func (mock *MockEKSer) EksClusterExists(_param0 string, _param1 string, _param2 string) (bool, error)

func (*MockEKSer) EksClusterObsoleteStackExists

func (mock *MockEKSer) EksClusterObsoleteStackExists(_param0 string, _param1 string, _param2 string) (bool, error)

func (*MockEKSer) FailHandler

func (mock *MockEKSer) FailHandler() pegomock.FailHandler

func (*MockEKSer) GetClusterAsEKSCluster

func (mock *MockEKSer) GetClusterAsEKSCluster(_param0 string) (*eks.Cluster, error)

func (*MockEKSer) ListClusters

func (mock *MockEKSer) ListClusters() ([]*cluster.Cluster, error)

func (*MockEKSer) SetFailHandler

func (mock *MockEKSer) SetFailHandler(fh pegomock.FailHandler)

func (*MockEKSer) VerifyWasCalled

func (mock *MockEKSer) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockEKSer

func (*MockEKSer) VerifyWasCalledEventually

func (mock *MockEKSer) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockEKSer

func (*MockEKSer) VerifyWasCalledInOrder

func (mock *MockEKSer) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockEKSer

func (*MockEKSer) VerifyWasCalledOnce

func (mock *MockEKSer) VerifyWasCalledOnce() *VerifierMockEKSer

type MockEKSer_AddTagsToCluster_OngoingVerification

type MockEKSer_AddTagsToCluster_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockEKSer_AddTagsToCluster_OngoingVerification) GetAllCapturedArguments

func (c *MockEKSer_AddTagsToCluster_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []map[string]*string)

func (*MockEKSer_AddTagsToCluster_OngoingVerification) GetCapturedArguments

func (c *MockEKSer_AddTagsToCluster_OngoingVerification) GetCapturedArguments() (string, map[string]*string)

type MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification

type MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification) GetAllCapturedArguments

func (c *MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification) GetCapturedArguments

type MockEKSer_DescribeCluster_OngoingVerification

type MockEKSer_DescribeCluster_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockEKSer_DescribeCluster_OngoingVerification) GetAllCapturedArguments

func (c *MockEKSer_DescribeCluster_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockEKSer_DescribeCluster_OngoingVerification) GetCapturedArguments

func (c *MockEKSer_DescribeCluster_OngoingVerification) GetCapturedArguments() string

type MockEKSer_EksClusterExists_OngoingVerification

type MockEKSer_EksClusterExists_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockEKSer_EksClusterExists_OngoingVerification) GetAllCapturedArguments

func (c *MockEKSer_EksClusterExists_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockEKSer_EksClusterExists_OngoingVerification) GetCapturedArguments

type MockEKSer_EksClusterObsoleteStackExists_OngoingVerification

type MockEKSer_EksClusterObsoleteStackExists_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockEKSer_EksClusterObsoleteStackExists_OngoingVerification) GetAllCapturedArguments

func (c *MockEKSer_EksClusterObsoleteStackExists_OngoingVerification) GetAllCapturedArguments() (_param0 []string, _param1 []string, _param2 []string)

func (*MockEKSer_EksClusterObsoleteStackExists_OngoingVerification) GetCapturedArguments

type MockEKSer_GetClusterAsEKSCluster_OngoingVerification

type MockEKSer_GetClusterAsEKSCluster_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockEKSer_GetClusterAsEKSCluster_OngoingVerification) GetAllCapturedArguments

func (c *MockEKSer_GetClusterAsEKSCluster_OngoingVerification) GetAllCapturedArguments() (_param0 []string)

func (*MockEKSer_GetClusterAsEKSCluster_OngoingVerification) GetCapturedArguments

type MockEKSer_ListClusters_OngoingVerification

type MockEKSer_ListClusters_OngoingVerification struct {
	// contains filtered or unexported fields
}

func (*MockEKSer_ListClusters_OngoingVerification) GetAllCapturedArguments

func (c *MockEKSer_ListClusters_OngoingVerification) GetAllCapturedArguments()

func (*MockEKSer_ListClusters_OngoingVerification) GetCapturedArguments

func (c *MockEKSer_ListClusters_OngoingVerification) GetCapturedArguments()

type VerifierMockEKSer

type VerifierMockEKSer struct {
	// contains filtered or unexported fields
}

func (*VerifierMockEKSer) AddTagsToCluster

func (verifier *VerifierMockEKSer) AddTagsToCluster(_param0 string, _param1 map[string]*string) *MockEKSer_AddTagsToCluster_OngoingVerification

func (*VerifierMockEKSer) CleanUpObsoleteEksClusterStack

func (verifier *VerifierMockEKSer) CleanUpObsoleteEksClusterStack(_param0 string, _param1 string, _param2 string) *MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification

func (*VerifierMockEKSer) DescribeCluster

func (verifier *VerifierMockEKSer) DescribeCluster(_param0 string) *MockEKSer_DescribeCluster_OngoingVerification

func (*VerifierMockEKSer) EksClusterExists

func (verifier *VerifierMockEKSer) EksClusterExists(_param0 string, _param1 string, _param2 string) *MockEKSer_EksClusterExists_OngoingVerification

func (*VerifierMockEKSer) EksClusterObsoleteStackExists

func (verifier *VerifierMockEKSer) EksClusterObsoleteStackExists(_param0 string, _param1 string, _param2 string) *MockEKSer_EksClusterObsoleteStackExists_OngoingVerification

func (*VerifierMockEKSer) GetClusterAsEKSCluster

func (verifier *VerifierMockEKSer) GetClusterAsEKSCluster(_param0 string) *MockEKSer_GetClusterAsEKSCluster_OngoingVerification

func (*VerifierMockEKSer) ListClusters

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL