Documentation ¶
Overview ¶
Package mock_castai is a generated GoMock package.
Index ¶
- type MockCastAIClient
- func (m *MockCastAIClient) AckAction(arg0 context.Context, arg1 string, arg2 *castai.AckClusterActionRequest) error
- func (m *MockCastAIClient) EXPECT() *MockCastAIClientMockRecorder
- func (m *MockCastAIClient) GetActions(arg0 context.Context, arg1 string) ([]*castai.ClusterAction, error)
- func (m *MockCastAIClient) SendAKSInitData(arg0 context.Context, arg1 *castai.AKSInitDataRequest) error
- type MockCastAIClientMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCastAIClient ¶
type MockCastAIClient struct {
// contains filtered or unexported fields
}
MockCastAIClient is a mock of CastAIClient interface.
func NewMockCastAIClient ¶
func NewMockCastAIClient(ctrl *gomock.Controller) *MockCastAIClient
NewMockCastAIClient creates a new mock instance.
func (*MockCastAIClient) AckAction ¶
func (m *MockCastAIClient) AckAction(arg0 context.Context, arg1 string, arg2 *castai.AckClusterActionRequest) error
AckAction mocks base method.
func (*MockCastAIClient) EXPECT ¶
func (m *MockCastAIClient) EXPECT() *MockCastAIClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCastAIClient) GetActions ¶
func (m *MockCastAIClient) GetActions(arg0 context.Context, arg1 string) ([]*castai.ClusterAction, error)
GetActions mocks base method.
func (*MockCastAIClient) SendAKSInitData ¶
func (m *MockCastAIClient) SendAKSInitData(arg0 context.Context, arg1 *castai.AKSInitDataRequest) error
SendAKSInitData mocks base method.
type MockCastAIClientMockRecorder ¶
type MockCastAIClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCastAIClientMockRecorder is the mock recorder for MockCastAIClient.
func (*MockCastAIClientMockRecorder) AckAction ¶
func (mr *MockCastAIClientMockRecorder) AckAction(arg0, arg1, arg2 interface{}) *gomock.Call
AckAction indicates an expected call of AckAction.
func (*MockCastAIClientMockRecorder) GetActions ¶
func (mr *MockCastAIClientMockRecorder) GetActions(arg0, arg1 interface{}) *gomock.Call
GetActions indicates an expected call of GetActions.
func (*MockCastAIClientMockRecorder) SendAKSInitData ¶
func (mr *MockCastAIClientMockRecorder) SendAKSInitData(arg0, arg1 interface{}) *gomock.Call
SendAKSInitData indicates an expected call of SendAKSInitData.
Click to show internal directories.
Click to hide internal directories.