Documentation ¶
Index ¶
- type MockEKSer
- func (mock *MockEKSer) AddTagsToCluster(_param0 string, _param1 map[string]*string) error
- func (mock *MockEKSer) CleanUpObsoleteEksClusterStack(_param0 string, _param1 string, _param2 string) error
- func (mock *MockEKSer) DescribeCluster(_param0 string) (*cluster.Cluster, string, error)
- func (mock *MockEKSer) EksClusterExists(_param0 string, _param1 string, _param2 string) (bool, error)
- func (mock *MockEKSer) EksClusterObsoleteStackExists(_param0 string, _param1 string, _param2 string) (bool, error)
- func (mock *MockEKSer) FailHandler() pegomock.FailHandler
- func (mock *MockEKSer) GetClusterAsEKSCluster(_param0 string) (*eks.Cluster, error)
- func (mock *MockEKSer) ListClusters() ([]*cluster.Cluster, error)
- func (mock *MockEKSer) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockEKSer) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockEKSer
- func (mock *MockEKSer) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockEKSer
- func (mock *MockEKSer) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierMockEKSer
- func (mock *MockEKSer) VerifyWasCalledOnce() *VerifierMockEKSer
- type MockEKSer_AddTagsToCluster_OngoingVerification
- type MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification
- type MockEKSer_DescribeCluster_OngoingVerification
- type MockEKSer_EksClusterExists_OngoingVerification
- type MockEKSer_EksClusterObsoleteStackExists_OngoingVerification
- type MockEKSer_GetClusterAsEKSCluster_OngoingVerification
- type MockEKSer_ListClusters_OngoingVerification
- type VerifierMockEKSer
- func (verifier *VerifierMockEKSer) AddTagsToCluster(_param0 string, _param1 map[string]*string) *MockEKSer_AddTagsToCluster_OngoingVerification
- func (verifier *VerifierMockEKSer) CleanUpObsoleteEksClusterStack(_param0 string, _param1 string, _param2 string) *MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification
- func (verifier *VerifierMockEKSer) DescribeCluster(_param0 string) *MockEKSer_DescribeCluster_OngoingVerification
- func (verifier *VerifierMockEKSer) EksClusterExists(_param0 string, _param1 string, _param2 string) *MockEKSer_EksClusterExists_OngoingVerification
- func (verifier *VerifierMockEKSer) EksClusterObsoleteStackExists(_param0 string, _param1 string, _param2 string) *MockEKSer_EksClusterObsoleteStackExists_OngoingVerification
- func (verifier *VerifierMockEKSer) GetClusterAsEKSCluster(_param0 string) *MockEKSer_GetClusterAsEKSCluster_OngoingVerification
- func (verifier *VerifierMockEKSer) ListClusters() *MockEKSer_ListClusters_OngoingVerification
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 (*MockEKSer) AddTagsToCluster ¶
func (*MockEKSer) CleanUpObsoleteEksClusterStack ¶
func (*MockEKSer) DescribeCluster ¶
func (*MockEKSer) EksClusterExists ¶
func (*MockEKSer) EksClusterObsoleteStackExists ¶
func (*MockEKSer) FailHandler ¶
func (mock *MockEKSer) FailHandler() pegomock.FailHandler
func (*MockEKSer) GetClusterAsEKSCluster ¶
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 (*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 ¶
func (c *MockEKSer_CleanUpObsoleteEksClusterStack_OngoingVerification) GetCapturedArguments() (string, string, string)
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 ¶
func (c *MockEKSer_EksClusterExists_OngoingVerification) GetCapturedArguments() (string, string, string)
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 ¶
func (c *MockEKSer_EksClusterObsoleteStackExists_OngoingVerification) GetCapturedArguments() (string, string, string)
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 ¶
func (c *MockEKSer_GetClusterAsEKSCluster_OngoingVerification) GetCapturedArguments() string
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 ¶
func (verifier *VerifierMockEKSer) ListClusters() *MockEKSer_ListClusters_OngoingVerification
Click to show internal directories.
Click to hide internal directories.