Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
- type MockFakeInterface
- func (m *MockFakeInterface) APIVersion() schema.GroupVersion
- func (m *MockFakeInterface) Delete() *rest.Request
- func (m *MockFakeInterface) EXPECT() *MockFakeInterfaceMockRecorder
- func (m *MockFakeInterface) Get() *rest.Request
- func (m *MockFakeInterface) GetRateLimiter() flowcontrol.RateLimiter
- func (m *MockFakeInterface) Patch(pt types.PatchType) *rest.Request
- func (m *MockFakeInterface) Post() *rest.Request
- func (m *MockFakeInterface) Put() *rest.Request
- func (m *MockFakeInterface) Verb(verb string) *rest.Request
- type MockFakeInterfaceMockRecorder
- func (mr *MockFakeInterfaceMockRecorder) APIVersion() *gomock.Call
- func (mr *MockFakeInterfaceMockRecorder) Delete() *gomock.Call
- func (mr *MockFakeInterfaceMockRecorder) Get() *gomock.Call
- func (mr *MockFakeInterfaceMockRecorder) GetRateLimiter() *gomock.Call
- func (mr *MockFakeInterfaceMockRecorder) Patch(pt any) *gomock.Call
- func (mr *MockFakeInterfaceMockRecorder) Post() *gomock.Call
- func (mr *MockFakeInterfaceMockRecorder) Put() *gomock.Call
- func (mr *MockFakeInterfaceMockRecorder) Verb(verb any) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockFakeInterface ¶
type MockFakeInterface struct {
// contains filtered or unexported fields
}
MockFakeInterface is a mock of FakeInterface interface.
func NewMockFakeInterface ¶
func NewMockFakeInterface(ctrl *gomock.Controller) *MockFakeInterface
NewMockFakeInterface creates a new mock instance.
func (*MockFakeInterface) APIVersion ¶
func (m *MockFakeInterface) APIVersion() schema.GroupVersion
APIVersion mocks base method.
func (*MockFakeInterface) Delete ¶
func (m *MockFakeInterface) Delete() *rest.Request
Delete mocks base method.
func (*MockFakeInterface) EXPECT ¶
func (m *MockFakeInterface) EXPECT() *MockFakeInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockFakeInterface) Get ¶
func (m *MockFakeInterface) Get() *rest.Request
Get mocks base method.
func (*MockFakeInterface) GetRateLimiter ¶
func (m *MockFakeInterface) GetRateLimiter() flowcontrol.RateLimiter
GetRateLimiter mocks base method.
func (*MockFakeInterface) Patch ¶
func (m *MockFakeInterface) Patch(pt types.PatchType) *rest.Request
Patch mocks base method.
func (*MockFakeInterface) Post ¶
func (m *MockFakeInterface) Post() *rest.Request
Post mocks base method.
func (*MockFakeInterface) Put ¶
func (m *MockFakeInterface) Put() *rest.Request
Put mocks base method.
type MockFakeInterfaceMockRecorder ¶
type MockFakeInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockFakeInterfaceMockRecorder is the mock recorder for MockFakeInterface.
func (*MockFakeInterfaceMockRecorder) APIVersion ¶
func (mr *MockFakeInterfaceMockRecorder) APIVersion() *gomock.Call
APIVersion indicates an expected call of APIVersion.
func (*MockFakeInterfaceMockRecorder) Delete ¶
func (mr *MockFakeInterfaceMockRecorder) Delete() *gomock.Call
Delete indicates an expected call of Delete.
func (*MockFakeInterfaceMockRecorder) Get ¶
func (mr *MockFakeInterfaceMockRecorder) Get() *gomock.Call
Get indicates an expected call of Get.
func (*MockFakeInterfaceMockRecorder) GetRateLimiter ¶
func (mr *MockFakeInterfaceMockRecorder) GetRateLimiter() *gomock.Call
GetRateLimiter indicates an expected call of GetRateLimiter.
func (*MockFakeInterfaceMockRecorder) Patch ¶
func (mr *MockFakeInterfaceMockRecorder) Patch(pt any) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockFakeInterfaceMockRecorder) Post ¶
func (mr *MockFakeInterfaceMockRecorder) Post() *gomock.Call
Post indicates an expected call of Post.
func (*MockFakeInterfaceMockRecorder) Put ¶
func (mr *MockFakeInterfaceMockRecorder) Put() *gomock.Call
Put indicates an expected call of Put.