Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Package mocks is a generated GoMock package.
Index ¶
- type MockClient
- func (m *MockClient) Create(arg0 context.Context, arg1 runtime.Object, arg2 ...client.CreateOption) error
- func (m *MockClient) Delete(arg0 context.Context, arg1 runtime.Object, arg2 ...client.DeleteOption) error
- func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 runtime.Object, arg2 ...client.DeleteAllOfOption) error
- func (m *MockClient) EXPECT() *MockClientMockRecorder
- func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 runtime.Object) error
- func (m *MockClient) List(arg0 context.Context, arg1 runtime.Object, arg2 ...client.ListOption) error
- func (m *MockClient) Patch(arg0 context.Context, arg1 runtime.Object, arg2 client.Patch, ...) error
- func (m *MockClient) Status() client.StatusWriter
- func (m *MockClient) Update(arg0 context.Context, arg1 runtime.Object, arg2 ...client.UpdateOption) error
- type MockClientMockRecorder
- func (mr *MockClientMockRecorder) Create(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
- func (mr *MockClientMockRecorder) Status() *gomock.Call
- func (mr *MockClientMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
- type MockManager
- func (m *MockManager) Add(arg0 manager.Runnable) error
- func (m *MockManager) AddHealthzCheck(arg0 string, arg1 healthz.Checker) error
- func (m *MockManager) AddMetricsExtraHandler(arg0 string, arg1 http.Handler) error
- func (m *MockManager) AddReadyzCheck(arg0 string, arg1 healthz.Checker) error
- func (m *MockManager) EXPECT() *MockManagerMockRecorder
- func (m *MockManager) Elected() <-chan struct{}
- func (m *MockManager) GetAPIReader() client.Reader
- func (m *MockManager) GetCache() cache.Cache
- func (m *MockManager) GetClient() client.Client
- func (m *MockManager) GetConfig() *rest.Config
- func (m *MockManager) GetEventRecorderFor(arg0 string) record.EventRecorder
- func (m *MockManager) GetFieldIndexer() client.FieldIndexer
- func (m *MockManager) GetLogger() logr.Logger
- func (m *MockManager) GetRESTMapper() meta.RESTMapper
- func (m *MockManager) GetScheme() *runtime.Scheme
- func (m *MockManager) GetWebhookServer() *webhook.Server
- func (m *MockManager) SetFields(arg0 interface{}) error
- func (m *MockManager) Start(arg0 <-chan struct{}) error
- type MockManagerMockRecorder
- func (mr *MockManagerMockRecorder) Add(arg0 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) AddHealthzCheck(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) AddMetricsExtraHandler(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) AddReadyzCheck(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) Elected() *gomock.Call
- func (mr *MockManagerMockRecorder) GetAPIReader() *gomock.Call
- func (mr *MockManagerMockRecorder) GetCache() *gomock.Call
- func (mr *MockManagerMockRecorder) GetClient() *gomock.Call
- func (mr *MockManagerMockRecorder) GetConfig() *gomock.Call
- func (mr *MockManagerMockRecorder) GetEventRecorderFor(arg0 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) GetFieldIndexer() *gomock.Call
- func (mr *MockManagerMockRecorder) GetLogger() *gomock.Call
- func (mr *MockManagerMockRecorder) GetRESTMapper() *gomock.Call
- func (mr *MockManagerMockRecorder) GetScheme() *gomock.Call
- func (mr *MockManagerMockRecorder) GetWebhookServer() *gomock.Call
- func (mr *MockManagerMockRecorder) SetFields(arg0 interface{}) *gomock.Call
- func (mr *MockManagerMockRecorder) Start(arg0 interface{}) *gomock.Call
- type MockStatusWriter
- type MockStatusWriterMockRecorder
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClient ¶
type MockClient struct {
// contains filtered or unexported fields
}
MockClient is a mock of Client interface
func NewMockClient ¶
func NewMockClient(ctrl *gomock.Controller) *MockClient
NewMockClient creates a new mock instance
func (*MockClient) Create ¶
func (m *MockClient) Create(arg0 context.Context, arg1 runtime.Object, arg2 ...client.CreateOption) error
Create mocks base method
func (*MockClient) Delete ¶
func (m *MockClient) Delete(arg0 context.Context, arg1 runtime.Object, arg2 ...client.DeleteOption) error
Delete mocks base method
func (*MockClient) DeleteAllOf ¶
func (m *MockClient) DeleteAllOf(arg0 context.Context, arg1 runtime.Object, arg2 ...client.DeleteAllOfOption) error
DeleteAllOf mocks base method
func (*MockClient) EXPECT ¶
func (m *MockClient) EXPECT() *MockClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClient) Get ¶
func (m *MockClient) Get(arg0 context.Context, arg1 types.NamespacedName, arg2 runtime.Object) error
Get mocks base method
func (*MockClient) List ¶
func (m *MockClient) List(arg0 context.Context, arg1 runtime.Object, arg2 ...client.ListOption) error
List mocks base method
func (*MockClient) Patch ¶
func (m *MockClient) Patch(arg0 context.Context, arg1 runtime.Object, arg2 client.Patch, arg3 ...client.PatchOption) error
Patch mocks base method
func (*MockClient) Status ¶
func (m *MockClient) Status() client.StatusWriter
Status mocks base method
func (*MockClient) Update ¶
func (m *MockClient) Update(arg0 context.Context, arg1 runtime.Object, arg2 ...client.UpdateOption) error
Update mocks base method
type MockClientMockRecorder ¶
type MockClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClientMockRecorder is the mock recorder for MockClient
func (*MockClientMockRecorder) Create ¶
func (mr *MockClientMockRecorder) Create(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockClientMockRecorder) Delete ¶
func (mr *MockClientMockRecorder) Delete(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Delete indicates an expected call of Delete
func (*MockClientMockRecorder) DeleteAllOf ¶
func (mr *MockClientMockRecorder) DeleteAllOf(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
DeleteAllOf indicates an expected call of DeleteAllOf
func (*MockClientMockRecorder) Get ¶
func (mr *MockClientMockRecorder) Get(arg0, arg1, arg2 interface{}) *gomock.Call
Get indicates an expected call of Get
func (*MockClientMockRecorder) List ¶
func (mr *MockClientMockRecorder) List(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
List indicates an expected call of List
func (*MockClientMockRecorder) Patch ¶
func (mr *MockClientMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch
func (*MockClientMockRecorder) Status ¶
func (mr *MockClientMockRecorder) Status() *gomock.Call
Status indicates an expected call of Status
func (*MockClientMockRecorder) Update ¶
func (mr *MockClientMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Update indicates an expected call of Update
type MockManager ¶
type MockManager struct {
// contains filtered or unexported fields
}
MockManager is a mock of Manager interface
func NewMockManager ¶
func NewMockManager(ctrl *gomock.Controller) *MockManager
NewMockManager creates a new mock instance
func (*MockManager) Add ¶
func (m *MockManager) Add(arg0 manager.Runnable) error
Add mocks base method
func (*MockManager) AddHealthzCheck ¶
func (m *MockManager) AddHealthzCheck(arg0 string, arg1 healthz.Checker) error
AddHealthzCheck mocks base method
func (*MockManager) AddMetricsExtraHandler ¶
func (m *MockManager) AddMetricsExtraHandler(arg0 string, arg1 http.Handler) error
AddMetricsExtraHandler mocks base method
func (*MockManager) AddReadyzCheck ¶
func (m *MockManager) AddReadyzCheck(arg0 string, arg1 healthz.Checker) error
AddReadyzCheck mocks base method
func (*MockManager) EXPECT ¶
func (m *MockManager) EXPECT() *MockManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockManager) Elected ¶
func (m *MockManager) Elected() <-chan struct{}
Elected mocks base method
func (*MockManager) GetAPIReader ¶
func (m *MockManager) GetAPIReader() client.Reader
GetAPIReader mocks base method
func (*MockManager) GetCache ¶
func (m *MockManager) GetCache() cache.Cache
GetCache mocks base method
func (*MockManager) GetClient ¶
func (m *MockManager) GetClient() client.Client
GetClient mocks base method
func (*MockManager) GetConfig ¶
func (m *MockManager) GetConfig() *rest.Config
GetConfig mocks base method
func (*MockManager) GetEventRecorderFor ¶
func (m *MockManager) GetEventRecorderFor(arg0 string) record.EventRecorder
GetEventRecorderFor mocks base method
func (*MockManager) GetFieldIndexer ¶
func (m *MockManager) GetFieldIndexer() client.FieldIndexer
GetFieldIndexer mocks base method
func (*MockManager) GetLogger ¶
func (m *MockManager) GetLogger() logr.Logger
GetLogger mocks base method
func (*MockManager) GetRESTMapper ¶
func (m *MockManager) GetRESTMapper() meta.RESTMapper
GetRESTMapper mocks base method
func (*MockManager) GetScheme ¶
func (m *MockManager) GetScheme() *runtime.Scheme
GetScheme mocks base method
func (*MockManager) GetWebhookServer ¶
func (m *MockManager) GetWebhookServer() *webhook.Server
GetWebhookServer mocks base method
func (*MockManager) SetFields ¶
func (m *MockManager) SetFields(arg0 interface{}) error
SetFields mocks base method
func (*MockManager) Start ¶
func (m *MockManager) Start(arg0 <-chan struct{}) error
Start mocks base method
type MockManagerMockRecorder ¶
type MockManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockManagerMockRecorder is the mock recorder for MockManager
func (*MockManagerMockRecorder) Add ¶
func (mr *MockManagerMockRecorder) Add(arg0 interface{}) *gomock.Call
Add indicates an expected call of Add
func (*MockManagerMockRecorder) AddHealthzCheck ¶
func (mr *MockManagerMockRecorder) AddHealthzCheck(arg0, arg1 interface{}) *gomock.Call
AddHealthzCheck indicates an expected call of AddHealthzCheck
func (*MockManagerMockRecorder) AddMetricsExtraHandler ¶
func (mr *MockManagerMockRecorder) AddMetricsExtraHandler(arg0, arg1 interface{}) *gomock.Call
AddMetricsExtraHandler indicates an expected call of AddMetricsExtraHandler
func (*MockManagerMockRecorder) AddReadyzCheck ¶
func (mr *MockManagerMockRecorder) AddReadyzCheck(arg0, arg1 interface{}) *gomock.Call
AddReadyzCheck indicates an expected call of AddReadyzCheck
func (*MockManagerMockRecorder) Elected ¶
func (mr *MockManagerMockRecorder) Elected() *gomock.Call
Elected indicates an expected call of Elected
func (*MockManagerMockRecorder) GetAPIReader ¶
func (mr *MockManagerMockRecorder) GetAPIReader() *gomock.Call
GetAPIReader indicates an expected call of GetAPIReader
func (*MockManagerMockRecorder) GetCache ¶
func (mr *MockManagerMockRecorder) GetCache() *gomock.Call
GetCache indicates an expected call of GetCache
func (*MockManagerMockRecorder) GetClient ¶
func (mr *MockManagerMockRecorder) GetClient() *gomock.Call
GetClient indicates an expected call of GetClient
func (*MockManagerMockRecorder) GetConfig ¶
func (mr *MockManagerMockRecorder) GetConfig() *gomock.Call
GetConfig indicates an expected call of GetConfig
func (*MockManagerMockRecorder) GetEventRecorderFor ¶
func (mr *MockManagerMockRecorder) GetEventRecorderFor(arg0 interface{}) *gomock.Call
GetEventRecorderFor indicates an expected call of GetEventRecorderFor
func (*MockManagerMockRecorder) GetFieldIndexer ¶
func (mr *MockManagerMockRecorder) GetFieldIndexer() *gomock.Call
GetFieldIndexer indicates an expected call of GetFieldIndexer
func (*MockManagerMockRecorder) GetLogger ¶
func (mr *MockManagerMockRecorder) GetLogger() *gomock.Call
GetLogger indicates an expected call of GetLogger
func (*MockManagerMockRecorder) GetRESTMapper ¶
func (mr *MockManagerMockRecorder) GetRESTMapper() *gomock.Call
GetRESTMapper indicates an expected call of GetRESTMapper
func (*MockManagerMockRecorder) GetScheme ¶
func (mr *MockManagerMockRecorder) GetScheme() *gomock.Call
GetScheme indicates an expected call of GetScheme
func (*MockManagerMockRecorder) GetWebhookServer ¶
func (mr *MockManagerMockRecorder) GetWebhookServer() *gomock.Call
GetWebhookServer indicates an expected call of GetWebhookServer
func (*MockManagerMockRecorder) SetFields ¶
func (mr *MockManagerMockRecorder) SetFields(arg0 interface{}) *gomock.Call
SetFields indicates an expected call of SetFields
func (*MockManagerMockRecorder) Start ¶
func (mr *MockManagerMockRecorder) Start(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start
type MockStatusWriter ¶
type MockStatusWriter struct {
// contains filtered or unexported fields
}
MockStatusWriter is a mock of StatusWriter interface
func NewMockStatusWriter ¶
func NewMockStatusWriter(ctrl *gomock.Controller) *MockStatusWriter
NewMockStatusWriter creates a new mock instance
func (*MockStatusWriter) EXPECT ¶
func (m *MockStatusWriter) EXPECT() *MockStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockStatusWriter) Patch ¶
func (m *MockStatusWriter) Patch(arg0 context.Context, arg1 runtime.Object, arg2 client.Patch, arg3 ...client.PatchOption) error
Patch mocks base method
func (*MockStatusWriter) Update ¶
func (m *MockStatusWriter) Update(arg0 context.Context, arg1 runtime.Object, arg2 ...client.UpdateOption) error
Update mocks base method
type MockStatusWriterMockRecorder ¶
type MockStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockStatusWriterMockRecorder is the mock recorder for MockStatusWriter
func (*MockStatusWriterMockRecorder) Patch ¶
func (mr *MockStatusWriterMockRecorder) Patch(arg0, arg1, arg2 interface{}, arg3 ...interface{}) *gomock.Call
Patch indicates an expected call of Patch
func (*MockStatusWriterMockRecorder) Update ¶
func (mr *MockStatusWriterMockRecorder) Update(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Update indicates an expected call of Update