Documentation
¶
Overview ¶
Package automock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockkebClient ¶
type MockkebClient struct {
// contains filtered or unexported fields
}
MockkebClient is a mock of kebClient interface
func NewMockkebClient ¶
func NewMockkebClient(ctrl *gomock.Controller) *MockkebClient
NewMockkebClient creates a new mock instance
func (*MockkebClient) EXPECT ¶
func (m *MockkebClient) EXPECT() *MockkebClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockkebClient) ListRuntimes ¶
func (m *MockkebClient) ListRuntimes(arg0 runtime.ListParameters) (runtime.RuntimesPage, error)
ListRuntimes mocks base method
type MockkebClientMockRecorder ¶
type MockkebClientMockRecorder struct {
// contains filtered or unexported fields
}
MockkebClientMockRecorder is the mock recorder for MockkebClient
func (*MockkebClientMockRecorder) ListRuntimes ¶
func (mr *MockkebClientMockRecorder) ListRuntimes(arg0 interface{}) *gomock.Call
ListRuntimes indicates an expected call of ListRuntimes
Click to show internal directories.
Click to hide internal directories.