Documentation ¶
Overview ¶
Package mock_v1 is a generated GoMock package.
Package mock_v1 is a generated GoMock package.
Package mock_v1 is a generated GoMock package.
Package mock_v1 is a generated GoMock package.
Package mock_v1 is a generated GoMock package.
Package mock_v1 is a generated GoMock package.
Index ¶
- type MockClientset
- type MockClientsetMockRecorder
- type MockClusterResourceClient
- func (m *MockClusterResourceClient) CreateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.CreateOption) error
- func (m *MockClusterResourceClient) DeleteAllOfClusterResource(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockClusterResourceClient) DeleteClusterResource(ctx context.Context, name string, opts ...client.DeleteOption) error
- func (m *MockClusterResourceClient) EXPECT() *MockClusterResourceClientMockRecorder
- func (m *MockClusterResourceClient) GetClusterResource(ctx context.Context, name string) (*v1.ClusterResource, error)
- func (m *MockClusterResourceClient) ListClusterResource(ctx context.Context, opts ...client.ListOption) (*v1.ClusterResourceList, error)
- func (m *MockClusterResourceClient) PatchClusterResource(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, ...) error
- func (m *MockClusterResourceClient) PatchClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, ...) error
- func (m *MockClusterResourceClient) UpdateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.UpdateOption) error
- func (m *MockClusterResourceClient) UpdateClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, ...) error
- func (m *MockClusterResourceClient) UpsertClusterResource(ctx context.Context, obj *v1.ClusterResource, ...) error
- type MockClusterResourceClientMockRecorder
- func (mr *MockClusterResourceClientMockRecorder) CreateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) DeleteAllOfClusterResource(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) DeleteClusterResource(ctx, name interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) GetClusterResource(ctx, name interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) ListClusterResource(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) PatchClusterResource(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) PatchClusterResourceStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) UpdateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) UpdateClusterResourceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceClientMockRecorder) UpsertClusterResource(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockClusterResourceReader
- func (m *MockClusterResourceReader) EXPECT() *MockClusterResourceReaderMockRecorder
- func (m *MockClusterResourceReader) GetClusterResource(ctx context.Context, name string) (*v1.ClusterResource, error)
- func (m *MockClusterResourceReader) ListClusterResource(ctx context.Context, opts ...client.ListOption) (*v1.ClusterResourceList, error)
- type MockClusterResourceReaderMockRecorder
- type MockClusterResourceStatusWriter
- func (m *MockClusterResourceStatusWriter) EXPECT() *MockClusterResourceStatusWriterMockRecorder
- func (m *MockClusterResourceStatusWriter) PatchClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, ...) error
- func (m *MockClusterResourceStatusWriter) UpdateClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, ...) error
- type MockClusterResourceStatusWriterMockRecorder
- type MockClusterResourceWriter
- func (m *MockClusterResourceWriter) CreateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.CreateOption) error
- func (m *MockClusterResourceWriter) DeleteAllOfClusterResource(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockClusterResourceWriter) DeleteClusterResource(ctx context.Context, name string, opts ...client.DeleteOption) error
- func (m *MockClusterResourceWriter) EXPECT() *MockClusterResourceWriterMockRecorder
- func (m *MockClusterResourceWriter) PatchClusterResource(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, ...) error
- func (m *MockClusterResourceWriter) UpdateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.UpdateOption) error
- func (m *MockClusterResourceWriter) UpsertClusterResource(ctx context.Context, obj *v1.ClusterResource, ...) error
- type MockClusterResourceWriterMockRecorder
- func (mr *MockClusterResourceWriterMockRecorder) CreateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceWriterMockRecorder) DeleteAllOfClusterResource(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceWriterMockRecorder) DeleteClusterResource(ctx, name interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceWriterMockRecorder) PatchClusterResource(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceWriterMockRecorder) UpdateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockClusterResourceWriterMockRecorder) UpsertClusterResource(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockMulticlusterClientset
- type MockMulticlusterClientsetMockRecorder
- type MockMulticlusterClusterResourceClient
- type MockMulticlusterClusterResourceClientMockRecorder
- type MockMulticlusterPaintClient
- type MockMulticlusterPaintClientMockRecorder
- type MockPaintClient
- func (m *MockPaintClient) CreatePaint(ctx context.Context, obj *v1.Paint, opts ...client.CreateOption) error
- func (m *MockPaintClient) DeleteAllOfPaint(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockPaintClient) DeletePaint(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockPaintClient) EXPECT() *MockPaintClientMockRecorder
- func (m *MockPaintClient) GetPaint(ctx context.Context, key client.ObjectKey) (*v1.Paint, error)
- func (m *MockPaintClient) ListPaint(ctx context.Context, opts ...client.ListOption) (*v1.PaintList, error)
- func (m *MockPaintClient) PatchPaint(ctx context.Context, obj *v1.Paint, patch client.Patch, ...) error
- func (m *MockPaintClient) PatchPaintStatus(ctx context.Context, obj *v1.Paint, patch client.Patch, ...) error
- func (m *MockPaintClient) UpdatePaint(ctx context.Context, obj *v1.Paint, opts ...client.UpdateOption) error
- func (m *MockPaintClient) UpdatePaintStatus(ctx context.Context, obj *v1.Paint, opts ...client.SubResourceUpdateOption) error
- func (m *MockPaintClient) UpsertPaint(ctx context.Context, obj *v1.Paint, ...) error
- type MockPaintClientMockRecorder
- func (mr *MockPaintClientMockRecorder) CreatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) DeleteAllOfPaint(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) DeletePaint(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) GetPaint(ctx, key interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) ListPaint(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) PatchPaint(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) PatchPaintStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) UpdatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) UpdatePaintStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintClientMockRecorder) UpsertPaint(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockPaintReader
- type MockPaintReaderMockRecorder
- type MockPaintStatusWriter
- func (m *MockPaintStatusWriter) EXPECT() *MockPaintStatusWriterMockRecorder
- func (m *MockPaintStatusWriter) PatchPaintStatus(ctx context.Context, obj *v1.Paint, patch client.Patch, ...) error
- func (m *MockPaintStatusWriter) UpdatePaintStatus(ctx context.Context, obj *v1.Paint, opts ...client.SubResourceUpdateOption) error
- type MockPaintStatusWriterMockRecorder
- type MockPaintWriter
- func (m *MockPaintWriter) CreatePaint(ctx context.Context, obj *v1.Paint, opts ...client.CreateOption) error
- func (m *MockPaintWriter) DeleteAllOfPaint(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockPaintWriter) DeletePaint(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockPaintWriter) EXPECT() *MockPaintWriterMockRecorder
- func (m *MockPaintWriter) PatchPaint(ctx context.Context, obj *v1.Paint, patch client.Patch, ...) error
- func (m *MockPaintWriter) UpdatePaint(ctx context.Context, obj *v1.Paint, opts ...client.UpdateOption) error
- func (m *MockPaintWriter) UpsertPaint(ctx context.Context, obj *v1.Paint, ...) error
- type MockPaintWriterMockRecorder
- func (mr *MockPaintWriterMockRecorder) CreatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintWriterMockRecorder) DeleteAllOfPaint(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintWriterMockRecorder) DeletePaint(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintWriterMockRecorder) PatchPaint(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintWriterMockRecorder) UpdatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockPaintWriterMockRecorder) UpsertPaint(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockClientset ¶
type MockClientset struct {
// contains filtered or unexported fields
}
MockClientset is a mock of Clientset interface
func NewMockClientset ¶
func NewMockClientset(ctrl *gomock.Controller) *MockClientset
NewMockClientset creates a new mock instance
func (*MockClientset) ClusterResources ¶
func (m *MockClientset) ClusterResources() v1.ClusterResourceClient
ClusterResources mocks base method
func (*MockClientset) EXPECT ¶
func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClientset) Paints ¶
func (m *MockClientset) Paints() v1.PaintClient
Paints mocks base method
type MockClientsetMockRecorder ¶
type MockClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockClientsetMockRecorder is the mock recorder for MockClientset
func (*MockClientsetMockRecorder) ClusterResources ¶
func (mr *MockClientsetMockRecorder) ClusterResources() *gomock.Call
ClusterResources indicates an expected call of ClusterResources
func (*MockClientsetMockRecorder) Paints ¶
func (mr *MockClientsetMockRecorder) Paints() *gomock.Call
Paints indicates an expected call of Paints
type MockClusterResourceClient ¶
type MockClusterResourceClient struct {
// contains filtered or unexported fields
}
MockClusterResourceClient is a mock of ClusterResourceClient interface
func NewMockClusterResourceClient ¶
func NewMockClusterResourceClient(ctrl *gomock.Controller) *MockClusterResourceClient
NewMockClusterResourceClient creates a new mock instance
func (*MockClusterResourceClient) CreateClusterResource ¶
func (m *MockClusterResourceClient) CreateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.CreateOption) error
CreateClusterResource mocks base method
func (*MockClusterResourceClient) DeleteAllOfClusterResource ¶
func (m *MockClusterResourceClient) DeleteAllOfClusterResource(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfClusterResource mocks base method
func (*MockClusterResourceClient) DeleteClusterResource ¶
func (m *MockClusterResourceClient) DeleteClusterResource(ctx context.Context, name string, opts ...client.DeleteOption) error
DeleteClusterResource mocks base method
func (*MockClusterResourceClient) EXPECT ¶
func (m *MockClusterResourceClient) EXPECT() *MockClusterResourceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClusterResourceClient) GetClusterResource ¶
func (m *MockClusterResourceClient) GetClusterResource(ctx context.Context, name string) (*v1.ClusterResource, error)
GetClusterResource mocks base method
func (*MockClusterResourceClient) ListClusterResource ¶
func (m *MockClusterResourceClient) ListClusterResource(ctx context.Context, opts ...client.ListOption) (*v1.ClusterResourceList, error)
ListClusterResource mocks base method
func (*MockClusterResourceClient) PatchClusterResource ¶
func (m *MockClusterResourceClient) PatchClusterResource(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, opts ...client.PatchOption) error
PatchClusterResource mocks base method
func (*MockClusterResourceClient) PatchClusterResourceStatus ¶
func (m *MockClusterResourceClient) PatchClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchClusterResourceStatus mocks base method
func (*MockClusterResourceClient) UpdateClusterResource ¶
func (m *MockClusterResourceClient) UpdateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.UpdateOption) error
UpdateClusterResource mocks base method
func (*MockClusterResourceClient) UpdateClusterResourceStatus ¶
func (m *MockClusterResourceClient) UpdateClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, opts ...client.SubResourceUpdateOption) error
UpdateClusterResourceStatus mocks base method
func (*MockClusterResourceClient) UpsertClusterResource ¶
func (m *MockClusterResourceClient) UpsertClusterResource(ctx context.Context, obj *v1.ClusterResource, transitionFuncs ...v1.ClusterResourceTransitionFunction) error
UpsertClusterResource mocks base method
type MockClusterResourceClientMockRecorder ¶
type MockClusterResourceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterResourceClientMockRecorder is the mock recorder for MockClusterResourceClient
func (*MockClusterResourceClientMockRecorder) CreateClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) CreateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateClusterResource indicates an expected call of CreateClusterResource
func (*MockClusterResourceClientMockRecorder) DeleteAllOfClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) DeleteAllOfClusterResource(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfClusterResource indicates an expected call of DeleteAllOfClusterResource
func (*MockClusterResourceClientMockRecorder) DeleteClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) DeleteClusterResource(ctx, name interface{}, opts ...interface{}) *gomock.Call
DeleteClusterResource indicates an expected call of DeleteClusterResource
func (*MockClusterResourceClientMockRecorder) GetClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) GetClusterResource(ctx, name interface{}) *gomock.Call
GetClusterResource indicates an expected call of GetClusterResource
func (*MockClusterResourceClientMockRecorder) ListClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) ListClusterResource(ctx interface{}, opts ...interface{}) *gomock.Call
ListClusterResource indicates an expected call of ListClusterResource
func (*MockClusterResourceClientMockRecorder) PatchClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) PatchClusterResource(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchClusterResource indicates an expected call of PatchClusterResource
func (*MockClusterResourceClientMockRecorder) PatchClusterResourceStatus ¶
func (mr *MockClusterResourceClientMockRecorder) PatchClusterResourceStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchClusterResourceStatus indicates an expected call of PatchClusterResourceStatus
func (*MockClusterResourceClientMockRecorder) UpdateClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) UpdateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateClusterResource indicates an expected call of UpdateClusterResource
func (*MockClusterResourceClientMockRecorder) UpdateClusterResourceStatus ¶
func (mr *MockClusterResourceClientMockRecorder) UpdateClusterResourceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateClusterResourceStatus indicates an expected call of UpdateClusterResourceStatus
func (*MockClusterResourceClientMockRecorder) UpsertClusterResource ¶
func (mr *MockClusterResourceClientMockRecorder) UpsertClusterResource(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertClusterResource indicates an expected call of UpsertClusterResource
type MockClusterResourceReader ¶
type MockClusterResourceReader struct {
// contains filtered or unexported fields
}
MockClusterResourceReader is a mock of ClusterResourceReader interface
func NewMockClusterResourceReader ¶
func NewMockClusterResourceReader(ctrl *gomock.Controller) *MockClusterResourceReader
NewMockClusterResourceReader creates a new mock instance
func (*MockClusterResourceReader) EXPECT ¶
func (m *MockClusterResourceReader) EXPECT() *MockClusterResourceReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClusterResourceReader) GetClusterResource ¶
func (m *MockClusterResourceReader) GetClusterResource(ctx context.Context, name string) (*v1.ClusterResource, error)
GetClusterResource mocks base method
func (*MockClusterResourceReader) ListClusterResource ¶
func (m *MockClusterResourceReader) ListClusterResource(ctx context.Context, opts ...client.ListOption) (*v1.ClusterResourceList, error)
ListClusterResource mocks base method
type MockClusterResourceReaderMockRecorder ¶
type MockClusterResourceReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterResourceReaderMockRecorder is the mock recorder for MockClusterResourceReader
func (*MockClusterResourceReaderMockRecorder) GetClusterResource ¶
func (mr *MockClusterResourceReaderMockRecorder) GetClusterResource(ctx, name interface{}) *gomock.Call
GetClusterResource indicates an expected call of GetClusterResource
func (*MockClusterResourceReaderMockRecorder) ListClusterResource ¶
func (mr *MockClusterResourceReaderMockRecorder) ListClusterResource(ctx interface{}, opts ...interface{}) *gomock.Call
ListClusterResource indicates an expected call of ListClusterResource
type MockClusterResourceStatusWriter ¶
type MockClusterResourceStatusWriter struct {
// contains filtered or unexported fields
}
MockClusterResourceStatusWriter is a mock of ClusterResourceStatusWriter interface
func NewMockClusterResourceStatusWriter ¶
func NewMockClusterResourceStatusWriter(ctrl *gomock.Controller) *MockClusterResourceStatusWriter
NewMockClusterResourceStatusWriter creates a new mock instance
func (*MockClusterResourceStatusWriter) EXPECT ¶
func (m *MockClusterResourceStatusWriter) EXPECT() *MockClusterResourceStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClusterResourceStatusWriter) PatchClusterResourceStatus ¶
func (m *MockClusterResourceStatusWriter) PatchClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchClusterResourceStatus mocks base method
func (*MockClusterResourceStatusWriter) UpdateClusterResourceStatus ¶
func (m *MockClusterResourceStatusWriter) UpdateClusterResourceStatus(ctx context.Context, obj *v1.ClusterResource, opts ...client.SubResourceUpdateOption) error
UpdateClusterResourceStatus mocks base method
type MockClusterResourceStatusWriterMockRecorder ¶
type MockClusterResourceStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterResourceStatusWriterMockRecorder is the mock recorder for MockClusterResourceStatusWriter
func (*MockClusterResourceStatusWriterMockRecorder) PatchClusterResourceStatus ¶
func (mr *MockClusterResourceStatusWriterMockRecorder) PatchClusterResourceStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchClusterResourceStatus indicates an expected call of PatchClusterResourceStatus
func (*MockClusterResourceStatusWriterMockRecorder) UpdateClusterResourceStatus ¶
func (mr *MockClusterResourceStatusWriterMockRecorder) UpdateClusterResourceStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateClusterResourceStatus indicates an expected call of UpdateClusterResourceStatus
type MockClusterResourceWriter ¶
type MockClusterResourceWriter struct {
// contains filtered or unexported fields
}
MockClusterResourceWriter is a mock of ClusterResourceWriter interface
func NewMockClusterResourceWriter ¶
func NewMockClusterResourceWriter(ctrl *gomock.Controller) *MockClusterResourceWriter
NewMockClusterResourceWriter creates a new mock instance
func (*MockClusterResourceWriter) CreateClusterResource ¶
func (m *MockClusterResourceWriter) CreateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.CreateOption) error
CreateClusterResource mocks base method
func (*MockClusterResourceWriter) DeleteAllOfClusterResource ¶
func (m *MockClusterResourceWriter) DeleteAllOfClusterResource(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfClusterResource mocks base method
func (*MockClusterResourceWriter) DeleteClusterResource ¶
func (m *MockClusterResourceWriter) DeleteClusterResource(ctx context.Context, name string, opts ...client.DeleteOption) error
DeleteClusterResource mocks base method
func (*MockClusterResourceWriter) EXPECT ¶
func (m *MockClusterResourceWriter) EXPECT() *MockClusterResourceWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockClusterResourceWriter) PatchClusterResource ¶
func (m *MockClusterResourceWriter) PatchClusterResource(ctx context.Context, obj *v1.ClusterResource, patch client.Patch, opts ...client.PatchOption) error
PatchClusterResource mocks base method
func (*MockClusterResourceWriter) UpdateClusterResource ¶
func (m *MockClusterResourceWriter) UpdateClusterResource(ctx context.Context, obj *v1.ClusterResource, opts ...client.UpdateOption) error
UpdateClusterResource mocks base method
func (*MockClusterResourceWriter) UpsertClusterResource ¶
func (m *MockClusterResourceWriter) UpsertClusterResource(ctx context.Context, obj *v1.ClusterResource, transitionFuncs ...v1.ClusterResourceTransitionFunction) error
UpsertClusterResource mocks base method
type MockClusterResourceWriterMockRecorder ¶
type MockClusterResourceWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockClusterResourceWriterMockRecorder is the mock recorder for MockClusterResourceWriter
func (*MockClusterResourceWriterMockRecorder) CreateClusterResource ¶
func (mr *MockClusterResourceWriterMockRecorder) CreateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateClusterResource indicates an expected call of CreateClusterResource
func (*MockClusterResourceWriterMockRecorder) DeleteAllOfClusterResource ¶
func (mr *MockClusterResourceWriterMockRecorder) DeleteAllOfClusterResource(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfClusterResource indicates an expected call of DeleteAllOfClusterResource
func (*MockClusterResourceWriterMockRecorder) DeleteClusterResource ¶
func (mr *MockClusterResourceWriterMockRecorder) DeleteClusterResource(ctx, name interface{}, opts ...interface{}) *gomock.Call
DeleteClusterResource indicates an expected call of DeleteClusterResource
func (*MockClusterResourceWriterMockRecorder) PatchClusterResource ¶
func (mr *MockClusterResourceWriterMockRecorder) PatchClusterResource(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchClusterResource indicates an expected call of PatchClusterResource
func (*MockClusterResourceWriterMockRecorder) UpdateClusterResource ¶
func (mr *MockClusterResourceWriterMockRecorder) UpdateClusterResource(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateClusterResource indicates an expected call of UpdateClusterResource
func (*MockClusterResourceWriterMockRecorder) UpsertClusterResource ¶
func (mr *MockClusterResourceWriterMockRecorder) UpsertClusterResource(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertClusterResource indicates an expected call of UpsertClusterResource
type MockMulticlusterClientset ¶
type MockMulticlusterClientset struct {
// contains filtered or unexported fields
}
MockMulticlusterClientset is a mock of MulticlusterClientset interface
func NewMockMulticlusterClientset ¶
func NewMockMulticlusterClientset(ctrl *gomock.Controller) *MockMulticlusterClientset
NewMockMulticlusterClientset creates a new mock instance
func (*MockMulticlusterClientset) Cluster ¶
func (m *MockMulticlusterClientset) Cluster(cluster string) (v1.Clientset, error)
Cluster mocks base method
func (*MockMulticlusterClientset) EXPECT ¶
func (m *MockMulticlusterClientset) EXPECT() *MockMulticlusterClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockMulticlusterClientsetMockRecorder ¶
type MockMulticlusterClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterClientsetMockRecorder is the mock recorder for MockMulticlusterClientset
func (*MockMulticlusterClientsetMockRecorder) Cluster ¶
func (mr *MockMulticlusterClientsetMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster
type MockMulticlusterClusterResourceClient ¶
type MockMulticlusterClusterResourceClient struct {
// contains filtered or unexported fields
}
MockMulticlusterClusterResourceClient is a mock of MulticlusterClusterResourceClient interface
func NewMockMulticlusterClusterResourceClient ¶
func NewMockMulticlusterClusterResourceClient(ctrl *gomock.Controller) *MockMulticlusterClusterResourceClient
NewMockMulticlusterClusterResourceClient creates a new mock instance
func (*MockMulticlusterClusterResourceClient) Cluster ¶
func (m *MockMulticlusterClusterResourceClient) Cluster(cluster string) (v1.ClusterResourceClient, error)
Cluster mocks base method
func (*MockMulticlusterClusterResourceClient) EXPECT ¶
func (m *MockMulticlusterClusterResourceClient) EXPECT() *MockMulticlusterClusterResourceClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockMulticlusterClusterResourceClientMockRecorder ¶
type MockMulticlusterClusterResourceClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterClusterResourceClientMockRecorder is the mock recorder for MockMulticlusterClusterResourceClient
func (*MockMulticlusterClusterResourceClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterClusterResourceClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster
type MockMulticlusterPaintClient ¶
type MockMulticlusterPaintClient struct {
// contains filtered or unexported fields
}
MockMulticlusterPaintClient is a mock of MulticlusterPaintClient interface
func NewMockMulticlusterPaintClient ¶
func NewMockMulticlusterPaintClient(ctrl *gomock.Controller) *MockMulticlusterPaintClient
NewMockMulticlusterPaintClient creates a new mock instance
func (*MockMulticlusterPaintClient) Cluster ¶
func (m *MockMulticlusterPaintClient) Cluster(cluster string) (v1.PaintClient, error)
Cluster mocks base method
func (*MockMulticlusterPaintClient) EXPECT ¶
func (m *MockMulticlusterPaintClient) EXPECT() *MockMulticlusterPaintClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockMulticlusterPaintClientMockRecorder ¶
type MockMulticlusterPaintClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterPaintClientMockRecorder is the mock recorder for MockMulticlusterPaintClient
func (*MockMulticlusterPaintClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterPaintClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster
type MockPaintClient ¶
type MockPaintClient struct {
// contains filtered or unexported fields
}
MockPaintClient is a mock of PaintClient interface
func NewMockPaintClient ¶
func NewMockPaintClient(ctrl *gomock.Controller) *MockPaintClient
NewMockPaintClient creates a new mock instance
func (*MockPaintClient) CreatePaint ¶
func (m *MockPaintClient) CreatePaint(ctx context.Context, obj *v1.Paint, opts ...client.CreateOption) error
CreatePaint mocks base method
func (*MockPaintClient) DeleteAllOfPaint ¶
func (m *MockPaintClient) DeleteAllOfPaint(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfPaint mocks base method
func (*MockPaintClient) DeletePaint ¶
func (m *MockPaintClient) DeletePaint(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeletePaint mocks base method
func (*MockPaintClient) EXPECT ¶
func (m *MockPaintClient) EXPECT() *MockPaintClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPaintClient) ListPaint ¶
func (m *MockPaintClient) ListPaint(ctx context.Context, opts ...client.ListOption) (*v1.PaintList, error)
ListPaint mocks base method
func (*MockPaintClient) PatchPaint ¶
func (m *MockPaintClient) PatchPaint(ctx context.Context, obj *v1.Paint, patch client.Patch, opts ...client.PatchOption) error
PatchPaint mocks base method
func (*MockPaintClient) PatchPaintStatus ¶
func (m *MockPaintClient) PatchPaintStatus(ctx context.Context, obj *v1.Paint, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchPaintStatus mocks base method
func (*MockPaintClient) UpdatePaint ¶
func (m *MockPaintClient) UpdatePaint(ctx context.Context, obj *v1.Paint, opts ...client.UpdateOption) error
UpdatePaint mocks base method
func (*MockPaintClient) UpdatePaintStatus ¶
func (m *MockPaintClient) UpdatePaintStatus(ctx context.Context, obj *v1.Paint, opts ...client.SubResourceUpdateOption) error
UpdatePaintStatus mocks base method
func (*MockPaintClient) UpsertPaint ¶
func (m *MockPaintClient) UpsertPaint(ctx context.Context, obj *v1.Paint, transitionFuncs ...v1.PaintTransitionFunction) error
UpsertPaint mocks base method
type MockPaintClientMockRecorder ¶
type MockPaintClientMockRecorder struct {
// contains filtered or unexported fields
}
MockPaintClientMockRecorder is the mock recorder for MockPaintClient
func (*MockPaintClientMockRecorder) CreatePaint ¶
func (mr *MockPaintClientMockRecorder) CreatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreatePaint indicates an expected call of CreatePaint
func (*MockPaintClientMockRecorder) DeleteAllOfPaint ¶
func (mr *MockPaintClientMockRecorder) DeleteAllOfPaint(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfPaint indicates an expected call of DeleteAllOfPaint
func (*MockPaintClientMockRecorder) DeletePaint ¶
func (mr *MockPaintClientMockRecorder) DeletePaint(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeletePaint indicates an expected call of DeletePaint
func (*MockPaintClientMockRecorder) GetPaint ¶
func (mr *MockPaintClientMockRecorder) GetPaint(ctx, key interface{}) *gomock.Call
GetPaint indicates an expected call of GetPaint
func (*MockPaintClientMockRecorder) ListPaint ¶
func (mr *MockPaintClientMockRecorder) ListPaint(ctx interface{}, opts ...interface{}) *gomock.Call
ListPaint indicates an expected call of ListPaint
func (*MockPaintClientMockRecorder) PatchPaint ¶
func (mr *MockPaintClientMockRecorder) PatchPaint(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchPaint indicates an expected call of PatchPaint
func (*MockPaintClientMockRecorder) PatchPaintStatus ¶
func (mr *MockPaintClientMockRecorder) PatchPaintStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchPaintStatus indicates an expected call of PatchPaintStatus
func (*MockPaintClientMockRecorder) UpdatePaint ¶
func (mr *MockPaintClientMockRecorder) UpdatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdatePaint indicates an expected call of UpdatePaint
func (*MockPaintClientMockRecorder) UpdatePaintStatus ¶
func (mr *MockPaintClientMockRecorder) UpdatePaintStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdatePaintStatus indicates an expected call of UpdatePaintStatus
func (*MockPaintClientMockRecorder) UpsertPaint ¶
func (mr *MockPaintClientMockRecorder) UpsertPaint(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertPaint indicates an expected call of UpsertPaint
type MockPaintReader ¶
type MockPaintReader struct {
// contains filtered or unexported fields
}
MockPaintReader is a mock of PaintReader interface
func NewMockPaintReader ¶
func NewMockPaintReader(ctrl *gomock.Controller) *MockPaintReader
NewMockPaintReader creates a new mock instance
func (*MockPaintReader) EXPECT ¶
func (m *MockPaintReader) EXPECT() *MockPaintReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPaintReader) ListPaint ¶
func (m *MockPaintReader) ListPaint(ctx context.Context, opts ...client.ListOption) (*v1.PaintList, error)
ListPaint mocks base method
type MockPaintReaderMockRecorder ¶
type MockPaintReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockPaintReaderMockRecorder is the mock recorder for MockPaintReader
func (*MockPaintReaderMockRecorder) GetPaint ¶
func (mr *MockPaintReaderMockRecorder) GetPaint(ctx, key interface{}) *gomock.Call
GetPaint indicates an expected call of GetPaint
func (*MockPaintReaderMockRecorder) ListPaint ¶
func (mr *MockPaintReaderMockRecorder) ListPaint(ctx interface{}, opts ...interface{}) *gomock.Call
ListPaint indicates an expected call of ListPaint
type MockPaintStatusWriter ¶
type MockPaintStatusWriter struct {
// contains filtered or unexported fields
}
MockPaintStatusWriter is a mock of PaintStatusWriter interface
func NewMockPaintStatusWriter ¶
func NewMockPaintStatusWriter(ctrl *gomock.Controller) *MockPaintStatusWriter
NewMockPaintStatusWriter creates a new mock instance
func (*MockPaintStatusWriter) EXPECT ¶
func (m *MockPaintStatusWriter) EXPECT() *MockPaintStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPaintStatusWriter) PatchPaintStatus ¶
func (m *MockPaintStatusWriter) PatchPaintStatus(ctx context.Context, obj *v1.Paint, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchPaintStatus mocks base method
func (*MockPaintStatusWriter) UpdatePaintStatus ¶
func (m *MockPaintStatusWriter) UpdatePaintStatus(ctx context.Context, obj *v1.Paint, opts ...client.SubResourceUpdateOption) error
UpdatePaintStatus mocks base method
type MockPaintStatusWriterMockRecorder ¶
type MockPaintStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockPaintStatusWriterMockRecorder is the mock recorder for MockPaintStatusWriter
func (*MockPaintStatusWriterMockRecorder) PatchPaintStatus ¶
func (mr *MockPaintStatusWriterMockRecorder) PatchPaintStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchPaintStatus indicates an expected call of PatchPaintStatus
func (*MockPaintStatusWriterMockRecorder) UpdatePaintStatus ¶
func (mr *MockPaintStatusWriterMockRecorder) UpdatePaintStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdatePaintStatus indicates an expected call of UpdatePaintStatus
type MockPaintWriter ¶
type MockPaintWriter struct {
// contains filtered or unexported fields
}
MockPaintWriter is a mock of PaintWriter interface
func NewMockPaintWriter ¶
func NewMockPaintWriter(ctrl *gomock.Controller) *MockPaintWriter
NewMockPaintWriter creates a new mock instance
func (*MockPaintWriter) CreatePaint ¶
func (m *MockPaintWriter) CreatePaint(ctx context.Context, obj *v1.Paint, opts ...client.CreateOption) error
CreatePaint mocks base method
func (*MockPaintWriter) DeleteAllOfPaint ¶
func (m *MockPaintWriter) DeleteAllOfPaint(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfPaint mocks base method
func (*MockPaintWriter) DeletePaint ¶
func (m *MockPaintWriter) DeletePaint(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeletePaint mocks base method
func (*MockPaintWriter) EXPECT ¶
func (m *MockPaintWriter) EXPECT() *MockPaintWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockPaintWriter) PatchPaint ¶
func (m *MockPaintWriter) PatchPaint(ctx context.Context, obj *v1.Paint, patch client.Patch, opts ...client.PatchOption) error
PatchPaint mocks base method
func (*MockPaintWriter) UpdatePaint ¶
func (m *MockPaintWriter) UpdatePaint(ctx context.Context, obj *v1.Paint, opts ...client.UpdateOption) error
UpdatePaint mocks base method
func (*MockPaintWriter) UpsertPaint ¶
func (m *MockPaintWriter) UpsertPaint(ctx context.Context, obj *v1.Paint, transitionFuncs ...v1.PaintTransitionFunction) error
UpsertPaint mocks base method
type MockPaintWriterMockRecorder ¶
type MockPaintWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockPaintWriterMockRecorder is the mock recorder for MockPaintWriter
func (*MockPaintWriterMockRecorder) CreatePaint ¶
func (mr *MockPaintWriterMockRecorder) CreatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreatePaint indicates an expected call of CreatePaint
func (*MockPaintWriterMockRecorder) DeleteAllOfPaint ¶
func (mr *MockPaintWriterMockRecorder) DeleteAllOfPaint(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfPaint indicates an expected call of DeleteAllOfPaint
func (*MockPaintWriterMockRecorder) DeletePaint ¶
func (mr *MockPaintWriterMockRecorder) DeletePaint(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeletePaint indicates an expected call of DeletePaint
func (*MockPaintWriterMockRecorder) PatchPaint ¶
func (mr *MockPaintWriterMockRecorder) PatchPaint(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchPaint indicates an expected call of PatchPaint
func (*MockPaintWriterMockRecorder) UpdatePaint ¶
func (mr *MockPaintWriterMockRecorder) UpdatePaint(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdatePaint indicates an expected call of UpdatePaint
func (*MockPaintWriterMockRecorder) UpsertPaint ¶
func (mr *MockPaintWriterMockRecorder) UpsertPaint(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertPaint indicates an expected call of UpsertPaint