Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEksdInstallerClient ¶
type MockEksdInstallerClient struct {
// contains filtered or unexported fields
}
MockEksdInstallerClient is a mock of EksdInstallerClient interface.
func NewMockEksdInstallerClient ¶
func NewMockEksdInstallerClient(ctrl *gomock.Controller) *MockEksdInstallerClient
NewMockEksdInstallerClient creates a new mock instance.
func (*MockEksdInstallerClient) ApplyKubeSpecFromBytesWithNamespace ¶
func (m *MockEksdInstallerClient) ApplyKubeSpecFromBytesWithNamespace(arg0 context.Context, arg1 *types.Cluster, arg2 []byte, arg3 string) error
ApplyKubeSpecFromBytesWithNamespace mocks base method.
func (*MockEksdInstallerClient) EXPECT ¶
func (m *MockEksdInstallerClient) EXPECT() *MockEksdInstallerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEksdInstallerClientMockRecorder ¶
type MockEksdInstallerClientMockRecorder struct {
// contains filtered or unexported fields
}
MockEksdInstallerClientMockRecorder is the mock recorder for MockEksdInstallerClient.
func (*MockEksdInstallerClientMockRecorder) ApplyKubeSpecFromBytesWithNamespace ¶
func (mr *MockEksdInstallerClientMockRecorder) ApplyKubeSpecFromBytesWithNamespace(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ApplyKubeSpecFromBytesWithNamespace indicates an expected call of ApplyKubeSpecFromBytesWithNamespace.
Click to show internal directories.
Click to hide internal directories.