Documentation ¶
Overview ¶
Package clientutils contains mocks for the actual clientutils package.
Package clientutils is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockPatchProvider ¶
type MockPatchProvider struct {
// contains filtered or unexported fields
}
MockPatchProvider is a mock of PatchProvider interface.
func NewMockPatchProvider ¶
func NewMockPatchProvider(ctrl *gomock.Controller) *MockPatchProvider
NewMockPatchProvider creates a new mock instance.
func (*MockPatchProvider) EXPECT ¶
func (m *MockPatchProvider) EXPECT() *MockPatchProviderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockPatchProviderMockRecorder ¶
type MockPatchProviderMockRecorder struct {
// contains filtered or unexported fields
}
MockPatchProviderMockRecorder is the mock recorder for MockPatchProvider.
func (*MockPatchProviderMockRecorder) PatchFor ¶
func (mr *MockPatchProviderMockRecorder) PatchFor(arg0 interface{}) *gomock.Call
PatchFor indicates an expected call of PatchFor.
Click to show internal directories.
Click to hide internal directories.