Documentation ¶
Overview ¶
Package scale is a generated GoMock package.
Index ¶
- type MockScaleInterface
- func (m *MockScaleInterface) EXPECT() *MockScaleInterfaceMockRecorder
- func (m *MockScaleInterface) Get(arg0 context.Context, arg1 schema.GroupResource, arg2 string, ...) (*v1.Scale, error)
- func (m *MockScaleInterface) Patch(arg0 context.Context, arg1 schema.GroupVersionResource, arg2 string, ...) (*v1.Scale, error)
- func (m *MockScaleInterface) Update(arg0 context.Context, arg1 schema.GroupResource, arg2 *v1.Scale, ...) (*v1.Scale, error)
- type MockScaleInterfaceMockRecorder
- func (mr *MockScaleInterfaceMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockScaleInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
- func (mr *MockScaleInterfaceMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockScaleInterface ¶
type MockScaleInterface struct {
// contains filtered or unexported fields
}
MockScaleInterface is a mock of ScaleInterface interface.
func NewMockScaleInterface ¶
func NewMockScaleInterface(ctrl *gomock.Controller) *MockScaleInterface
NewMockScaleInterface creates a new mock instance.
func (*MockScaleInterface) EXPECT ¶
func (m *MockScaleInterface) EXPECT() *MockScaleInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockScaleInterface) Get ¶
func (m *MockScaleInterface) Get(arg0 context.Context, arg1 schema.GroupResource, arg2 string, arg3 v10.GetOptions) (*v1.Scale, error)
Get mocks base method.
func (*MockScaleInterface) Patch ¶
func (m *MockScaleInterface) Patch(arg0 context.Context, arg1 schema.GroupVersionResource, arg2 string, arg3 types.PatchType, arg4 []byte, arg5 v10.PatchOptions) (*v1.Scale, error)
Patch mocks base method.
func (*MockScaleInterface) Update ¶
func (m *MockScaleInterface) Update(arg0 context.Context, arg1 schema.GroupResource, arg2 *v1.Scale, arg3 v10.UpdateOptions) (*v1.Scale, error)
Update mocks base method.
type MockScaleInterfaceMockRecorder ¶
type MockScaleInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockScaleInterfaceMockRecorder is the mock recorder for MockScaleInterface.
func (*MockScaleInterfaceMockRecorder) Get ¶
func (mr *MockScaleInterfaceMockRecorder) Get(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Get indicates an expected call of Get.
func (*MockScaleInterfaceMockRecorder) Patch ¶
func (mr *MockScaleInterfaceMockRecorder) Patch(arg0, arg1, arg2, arg3, arg4, arg5 interface{}) *gomock.Call
Patch indicates an expected call of Patch.
func (*MockScaleInterfaceMockRecorder) Update ¶
func (mr *MockScaleInterfaceMockRecorder) Update(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
Update indicates an expected call of Update.
Click to show internal directories.
Click to hide internal directories.