Documentation ¶
Overview ¶
Package fake is a generated GoMock package.
Index ¶
- type MockConfig
- type MockConfigMockRecorder
- type MockInterface
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) ForGVK(arg0, arg1, arg2, arg3, arg4 string) (*component.Link, error)
- func (m *MockInterface) ForObject(arg0 runtime.Object, arg1 string) (*component.Link, error)
- func (m *MockInterface) ForObjectWithQuery(arg0 runtime.Object, arg1 string, arg2 url.Values) (*component.Link, error)
- func (m *MockInterface) ForOwner(arg0 runtime.Object, arg1 *v1.OwnerReference) (*component.Link, error)
- type MockInterfaceMockRecorder
- func (mr *MockInterfaceMockRecorder) ForGVK(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ForObject(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ForObjectWithQuery(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockInterfaceMockRecorder) ForOwner(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockConfig ¶
type MockConfig struct {
// contains filtered or unexported fields
}
MockConfig is a mock of Config interface.
func NewMockConfig ¶
func NewMockConfig(ctrl *gomock.Controller) *MockConfig
NewMockConfig creates a new mock instance.
func (*MockConfig) EXPECT ¶
func (m *MockConfig) EXPECT() *MockConfigMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfig) ObjectPath ¶
func (m *MockConfig) ObjectPath(arg0, arg1, arg2, arg3 string) (string, error)
ObjectPath mocks base method.
type MockConfigMockRecorder ¶
type MockConfigMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigMockRecorder is the mock recorder for MockConfig.
func (*MockConfigMockRecorder) ObjectPath ¶
func (mr *MockConfigMockRecorder) ObjectPath(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
ObjectPath indicates an expected call of ObjectPath.
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface.
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance.
func (*MockInterface) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockInterface) ForGVK ¶
func (m *MockInterface) ForGVK(arg0, arg1, arg2, arg3, arg4 string) (*component.Link, error)
ForGVK mocks base method.
func (*MockInterface) ForObjectWithQuery ¶
func (m *MockInterface) ForObjectWithQuery(arg0 runtime.Object, arg1 string, arg2 url.Values) (*component.Link, error)
ForObjectWithQuery mocks base method.
func (*MockInterface) ForOwner ¶
func (m *MockInterface) ForOwner(arg0 runtime.Object, arg1 *v1.OwnerReference) (*component.Link, error)
ForOwner mocks base method.
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface.
func (*MockInterfaceMockRecorder) ForGVK ¶
func (mr *MockInterfaceMockRecorder) ForGVK(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
ForGVK indicates an expected call of ForGVK.
func (*MockInterfaceMockRecorder) ForObject ¶
func (mr *MockInterfaceMockRecorder) ForObject(arg0, arg1 interface{}) *gomock.Call
ForObject indicates an expected call of ForObject.
func (*MockInterfaceMockRecorder) ForObjectWithQuery ¶
func (mr *MockInterfaceMockRecorder) ForObjectWithQuery(arg0, arg1, arg2 interface{}) *gomock.Call
ForObjectWithQuery indicates an expected call of ForObjectWithQuery.
func (*MockInterfaceMockRecorder) ForOwner ¶
func (mr *MockInterfaceMockRecorder) ForOwner(arg0, arg1 interface{}) *gomock.Call
ForOwner indicates an expected call of ForOwner.