Documentation ¶
Index ¶
- type MockEKSCtl
- func (mock *MockEKSCtl) DeleteCluster(_param0 *cluster.Cluster) error
- func (mock *MockEKSCtl) FailHandler() pegomock.FailHandler
- func (mock *MockEKSCtl) SetFailHandler(fh pegomock.FailHandler)
- func (mock *MockEKSCtl) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockEKSCtl
- func (mock *MockEKSCtl) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockEKSCtl
- func (mock *MockEKSCtl) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, ...) *VerifierMockEKSCtl
- func (mock *MockEKSCtl) VerifyWasCalledOnce() *VerifierMockEKSCtl
- type MockEKSCtl_DeleteCluster_OngoingVerification
- type VerifierMockEKSCtl
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEKSCtl ¶
type MockEKSCtl struct {
// contains filtered or unexported fields
}
func NewMockEKSCtl ¶
func NewMockEKSCtl(options ...pegomock.Option) *MockEKSCtl
func (*MockEKSCtl) DeleteCluster ¶
func (mock *MockEKSCtl) DeleteCluster(_param0 *cluster.Cluster) error
func (*MockEKSCtl) FailHandler ¶
func (mock *MockEKSCtl) FailHandler() pegomock.FailHandler
func (*MockEKSCtl) SetFailHandler ¶
func (mock *MockEKSCtl) SetFailHandler(fh pegomock.FailHandler)
func (*MockEKSCtl) VerifyWasCalled ¶
func (mock *MockEKSCtl) VerifyWasCalled(invocationCountMatcher pegomock.Matcher) *VerifierMockEKSCtl
func (*MockEKSCtl) VerifyWasCalledEventually ¶
func (mock *MockEKSCtl) VerifyWasCalledEventually(invocationCountMatcher pegomock.Matcher, timeout time.Duration) *VerifierMockEKSCtl
func (*MockEKSCtl) VerifyWasCalledInOrder ¶
func (mock *MockEKSCtl) VerifyWasCalledInOrder(invocationCountMatcher pegomock.Matcher, inOrderContext *pegomock.InOrderContext) *VerifierMockEKSCtl
func (*MockEKSCtl) VerifyWasCalledOnce ¶
func (mock *MockEKSCtl) VerifyWasCalledOnce() *VerifierMockEKSCtl
type MockEKSCtl_DeleteCluster_OngoingVerification ¶
type MockEKSCtl_DeleteCluster_OngoingVerification struct {
// contains filtered or unexported fields
}
func (*MockEKSCtl_DeleteCluster_OngoingVerification) GetAllCapturedArguments ¶
func (c *MockEKSCtl_DeleteCluster_OngoingVerification) GetAllCapturedArguments() (_param0 []*cluster.Cluster)
func (*MockEKSCtl_DeleteCluster_OngoingVerification) GetCapturedArguments ¶
func (c *MockEKSCtl_DeleteCluster_OngoingVerification) GetCapturedArguments() *cluster.Cluster
type VerifierMockEKSCtl ¶
type VerifierMockEKSCtl struct {
// contains filtered or unexported fields
}
func (*VerifierMockEKSCtl) DeleteCluster ¶
func (verifier *VerifierMockEKSCtl) DeleteCluster(_param0 *cluster.Cluster) *MockEKSCtl_DeleteCluster_OngoingVerification
Click to show internal directories.
Click to hide internal directories.