Documentation ¶
Overview ¶
Package mock_v1alpha1 is a generated GoMock package.
Index ¶
- type MockClientset
- type MockClientsetMockRecorder
- type MockIstioOperatorClient
- func (m *MockIstioOperatorClient) CreateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.CreateOption) error
- func (m *MockIstioOperatorClient) DeleteAllOfIstioOperator(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockIstioOperatorClient) DeleteIstioOperator(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockIstioOperatorClient) EXPECT() *MockIstioOperatorClientMockRecorder
- func (m *MockIstioOperatorClient) GetIstioOperator(ctx context.Context, key client.ObjectKey) (*v1alpha10.IstioOperator, error)
- func (m *MockIstioOperatorClient) ListIstioOperator(ctx context.Context, opts ...client.ListOption) (*v1alpha10.IstioOperatorList, error)
- func (m *MockIstioOperatorClient) PatchIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, ...) error
- func (m *MockIstioOperatorClient) PatchIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, ...) error
- func (m *MockIstioOperatorClient) UpdateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.UpdateOption) error
- func (m *MockIstioOperatorClient) UpdateIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, ...) error
- func (m *MockIstioOperatorClient) UpsertIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, ...) error
- type MockIstioOperatorClientMockRecorder
- func (mr *MockIstioOperatorClientMockRecorder) CreateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) DeleteAllOfIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) DeleteIstioOperator(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) GetIstioOperator(ctx, key interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) ListIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) PatchIstioOperator(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) PatchIstioOperatorStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) UpdateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) UpdateIstioOperatorStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorClientMockRecorder) UpsertIstioOperator(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockIstioOperatorReader
- func (m *MockIstioOperatorReader) EXPECT() *MockIstioOperatorReaderMockRecorder
- func (m *MockIstioOperatorReader) GetIstioOperator(ctx context.Context, key client.ObjectKey) (*v1alpha10.IstioOperator, error)
- func (m *MockIstioOperatorReader) ListIstioOperator(ctx context.Context, opts ...client.ListOption) (*v1alpha10.IstioOperatorList, error)
- type MockIstioOperatorReaderMockRecorder
- type MockIstioOperatorStatusWriter
- func (m *MockIstioOperatorStatusWriter) EXPECT() *MockIstioOperatorStatusWriterMockRecorder
- func (m *MockIstioOperatorStatusWriter) PatchIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, ...) error
- func (m *MockIstioOperatorStatusWriter) UpdateIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, ...) error
- type MockIstioOperatorStatusWriterMockRecorder
- type MockIstioOperatorWriter
- func (m *MockIstioOperatorWriter) CreateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.CreateOption) error
- func (m *MockIstioOperatorWriter) DeleteAllOfIstioOperator(ctx context.Context, opts ...client.DeleteAllOfOption) error
- func (m *MockIstioOperatorWriter) DeleteIstioOperator(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
- func (m *MockIstioOperatorWriter) EXPECT() *MockIstioOperatorWriterMockRecorder
- func (m *MockIstioOperatorWriter) PatchIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, ...) error
- func (m *MockIstioOperatorWriter) UpdateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.UpdateOption) error
- func (m *MockIstioOperatorWriter) UpsertIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, ...) error
- type MockIstioOperatorWriterMockRecorder
- func (mr *MockIstioOperatorWriterMockRecorder) CreateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorWriterMockRecorder) DeleteAllOfIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorWriterMockRecorder) DeleteIstioOperator(ctx, key interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorWriterMockRecorder) PatchIstioOperator(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorWriterMockRecorder) UpdateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
- func (mr *MockIstioOperatorWriterMockRecorder) UpsertIstioOperator(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
- type MockMulticlusterClientset
- type MockMulticlusterClientsetMockRecorder
- type MockMulticlusterIstioOperatorClient
- type MockMulticlusterIstioOperatorClientMockRecorder
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) EXPECT ¶
func (m *MockClientset) EXPECT() *MockClientsetMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockClientset) IstioOperators ¶
func (m *MockClientset) IstioOperators() v1alpha1.IstioOperatorClient
IstioOperators mocks base method.
type MockClientsetMockRecorder ¶
type MockClientsetMockRecorder struct {
// contains filtered or unexported fields
}
MockClientsetMockRecorder is the mock recorder for MockClientset.
func (*MockClientsetMockRecorder) IstioOperators ¶
func (mr *MockClientsetMockRecorder) IstioOperators() *gomock.Call
IstioOperators indicates an expected call of IstioOperators.
type MockIstioOperatorClient ¶
type MockIstioOperatorClient struct {
// contains filtered or unexported fields
}
MockIstioOperatorClient is a mock of IstioOperatorClient interface.
func NewMockIstioOperatorClient ¶
func NewMockIstioOperatorClient(ctrl *gomock.Controller) *MockIstioOperatorClient
NewMockIstioOperatorClient creates a new mock instance.
func (*MockIstioOperatorClient) CreateIstioOperator ¶
func (m *MockIstioOperatorClient) CreateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.CreateOption) error
CreateIstioOperator mocks base method.
func (*MockIstioOperatorClient) DeleteAllOfIstioOperator ¶
func (m *MockIstioOperatorClient) DeleteAllOfIstioOperator(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfIstioOperator mocks base method.
func (*MockIstioOperatorClient) DeleteIstioOperator ¶
func (m *MockIstioOperatorClient) DeleteIstioOperator(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteIstioOperator mocks base method.
func (*MockIstioOperatorClient) EXPECT ¶
func (m *MockIstioOperatorClient) EXPECT() *MockIstioOperatorClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioOperatorClient) GetIstioOperator ¶
func (m *MockIstioOperatorClient) GetIstioOperator(ctx context.Context, key client.ObjectKey) (*v1alpha10.IstioOperator, error)
GetIstioOperator mocks base method.
func (*MockIstioOperatorClient) ListIstioOperator ¶
func (m *MockIstioOperatorClient) ListIstioOperator(ctx context.Context, opts ...client.ListOption) (*v1alpha10.IstioOperatorList, error)
ListIstioOperator mocks base method.
func (*MockIstioOperatorClient) PatchIstioOperator ¶
func (m *MockIstioOperatorClient) PatchIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.PatchOption) error
PatchIstioOperator mocks base method.
func (*MockIstioOperatorClient) PatchIstioOperatorStatus ¶
func (m *MockIstioOperatorClient) PatchIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchIstioOperatorStatus mocks base method.
func (*MockIstioOperatorClient) UpdateIstioOperator ¶
func (m *MockIstioOperatorClient) UpdateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.UpdateOption) error
UpdateIstioOperator mocks base method.
func (*MockIstioOperatorClient) UpdateIstioOperatorStatus ¶
func (m *MockIstioOperatorClient) UpdateIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.SubResourceUpdateOption) error
UpdateIstioOperatorStatus mocks base method.
func (*MockIstioOperatorClient) UpsertIstioOperator ¶
func (m *MockIstioOperatorClient) UpsertIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, transitionFuncs ...v1alpha1.IstioOperatorTransitionFunction) error
UpsertIstioOperator mocks base method.
type MockIstioOperatorClientMockRecorder ¶
type MockIstioOperatorClientMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioOperatorClientMockRecorder is the mock recorder for MockIstioOperatorClient.
func (*MockIstioOperatorClientMockRecorder) CreateIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) CreateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateIstioOperator indicates an expected call of CreateIstioOperator.
func (*MockIstioOperatorClientMockRecorder) DeleteAllOfIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) DeleteAllOfIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfIstioOperator indicates an expected call of DeleteAllOfIstioOperator.
func (*MockIstioOperatorClientMockRecorder) DeleteIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) DeleteIstioOperator(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteIstioOperator indicates an expected call of DeleteIstioOperator.
func (*MockIstioOperatorClientMockRecorder) GetIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) GetIstioOperator(ctx, key interface{}) *gomock.Call
GetIstioOperator indicates an expected call of GetIstioOperator.
func (*MockIstioOperatorClientMockRecorder) ListIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) ListIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call
ListIstioOperator indicates an expected call of ListIstioOperator.
func (*MockIstioOperatorClientMockRecorder) PatchIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) PatchIstioOperator(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchIstioOperator indicates an expected call of PatchIstioOperator.
func (*MockIstioOperatorClientMockRecorder) PatchIstioOperatorStatus ¶
func (mr *MockIstioOperatorClientMockRecorder) PatchIstioOperatorStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchIstioOperatorStatus indicates an expected call of PatchIstioOperatorStatus.
func (*MockIstioOperatorClientMockRecorder) UpdateIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) UpdateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateIstioOperator indicates an expected call of UpdateIstioOperator.
func (*MockIstioOperatorClientMockRecorder) UpdateIstioOperatorStatus ¶
func (mr *MockIstioOperatorClientMockRecorder) UpdateIstioOperatorStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateIstioOperatorStatus indicates an expected call of UpdateIstioOperatorStatus.
func (*MockIstioOperatorClientMockRecorder) UpsertIstioOperator ¶
func (mr *MockIstioOperatorClientMockRecorder) UpsertIstioOperator(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertIstioOperator indicates an expected call of UpsertIstioOperator.
type MockIstioOperatorReader ¶
type MockIstioOperatorReader struct {
// contains filtered or unexported fields
}
MockIstioOperatorReader is a mock of IstioOperatorReader interface.
func NewMockIstioOperatorReader ¶
func NewMockIstioOperatorReader(ctrl *gomock.Controller) *MockIstioOperatorReader
NewMockIstioOperatorReader creates a new mock instance.
func (*MockIstioOperatorReader) EXPECT ¶
func (m *MockIstioOperatorReader) EXPECT() *MockIstioOperatorReaderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioOperatorReader) GetIstioOperator ¶
func (m *MockIstioOperatorReader) GetIstioOperator(ctx context.Context, key client.ObjectKey) (*v1alpha10.IstioOperator, error)
GetIstioOperator mocks base method.
func (*MockIstioOperatorReader) ListIstioOperator ¶
func (m *MockIstioOperatorReader) ListIstioOperator(ctx context.Context, opts ...client.ListOption) (*v1alpha10.IstioOperatorList, error)
ListIstioOperator mocks base method.
type MockIstioOperatorReaderMockRecorder ¶
type MockIstioOperatorReaderMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioOperatorReaderMockRecorder is the mock recorder for MockIstioOperatorReader.
func (*MockIstioOperatorReaderMockRecorder) GetIstioOperator ¶
func (mr *MockIstioOperatorReaderMockRecorder) GetIstioOperator(ctx, key interface{}) *gomock.Call
GetIstioOperator indicates an expected call of GetIstioOperator.
func (*MockIstioOperatorReaderMockRecorder) ListIstioOperator ¶
func (mr *MockIstioOperatorReaderMockRecorder) ListIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call
ListIstioOperator indicates an expected call of ListIstioOperator.
type MockIstioOperatorStatusWriter ¶
type MockIstioOperatorStatusWriter struct {
// contains filtered or unexported fields
}
MockIstioOperatorStatusWriter is a mock of IstioOperatorStatusWriter interface.
func NewMockIstioOperatorStatusWriter ¶
func NewMockIstioOperatorStatusWriter(ctrl *gomock.Controller) *MockIstioOperatorStatusWriter
NewMockIstioOperatorStatusWriter creates a new mock instance.
func (*MockIstioOperatorStatusWriter) EXPECT ¶
func (m *MockIstioOperatorStatusWriter) EXPECT() *MockIstioOperatorStatusWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioOperatorStatusWriter) PatchIstioOperatorStatus ¶
func (m *MockIstioOperatorStatusWriter) PatchIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.SubResourcePatchOption) error
PatchIstioOperatorStatus mocks base method.
func (*MockIstioOperatorStatusWriter) UpdateIstioOperatorStatus ¶
func (m *MockIstioOperatorStatusWriter) UpdateIstioOperatorStatus(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.SubResourceUpdateOption) error
UpdateIstioOperatorStatus mocks base method.
type MockIstioOperatorStatusWriterMockRecorder ¶
type MockIstioOperatorStatusWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioOperatorStatusWriterMockRecorder is the mock recorder for MockIstioOperatorStatusWriter.
func (*MockIstioOperatorStatusWriterMockRecorder) PatchIstioOperatorStatus ¶
func (mr *MockIstioOperatorStatusWriterMockRecorder) PatchIstioOperatorStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchIstioOperatorStatus indicates an expected call of PatchIstioOperatorStatus.
func (*MockIstioOperatorStatusWriterMockRecorder) UpdateIstioOperatorStatus ¶
func (mr *MockIstioOperatorStatusWriterMockRecorder) UpdateIstioOperatorStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateIstioOperatorStatus indicates an expected call of UpdateIstioOperatorStatus.
type MockIstioOperatorWriter ¶
type MockIstioOperatorWriter struct {
// contains filtered or unexported fields
}
MockIstioOperatorWriter is a mock of IstioOperatorWriter interface.
func NewMockIstioOperatorWriter ¶
func NewMockIstioOperatorWriter(ctrl *gomock.Controller) *MockIstioOperatorWriter
NewMockIstioOperatorWriter creates a new mock instance.
func (*MockIstioOperatorWriter) CreateIstioOperator ¶
func (m *MockIstioOperatorWriter) CreateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.CreateOption) error
CreateIstioOperator mocks base method.
func (*MockIstioOperatorWriter) DeleteAllOfIstioOperator ¶
func (m *MockIstioOperatorWriter) DeleteAllOfIstioOperator(ctx context.Context, opts ...client.DeleteAllOfOption) error
DeleteAllOfIstioOperator mocks base method.
func (*MockIstioOperatorWriter) DeleteIstioOperator ¶
func (m *MockIstioOperatorWriter) DeleteIstioOperator(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error
DeleteIstioOperator mocks base method.
func (*MockIstioOperatorWriter) EXPECT ¶
func (m *MockIstioOperatorWriter) EXPECT() *MockIstioOperatorWriterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIstioOperatorWriter) PatchIstioOperator ¶
func (m *MockIstioOperatorWriter) PatchIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, patch client.Patch, opts ...client.PatchOption) error
PatchIstioOperator mocks base method.
func (*MockIstioOperatorWriter) UpdateIstioOperator ¶
func (m *MockIstioOperatorWriter) UpdateIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, opts ...client.UpdateOption) error
UpdateIstioOperator mocks base method.
func (*MockIstioOperatorWriter) UpsertIstioOperator ¶
func (m *MockIstioOperatorWriter) UpsertIstioOperator(ctx context.Context, obj *v1alpha10.IstioOperator, transitionFuncs ...v1alpha1.IstioOperatorTransitionFunction) error
UpsertIstioOperator mocks base method.
type MockIstioOperatorWriterMockRecorder ¶
type MockIstioOperatorWriterMockRecorder struct {
// contains filtered or unexported fields
}
MockIstioOperatorWriterMockRecorder is the mock recorder for MockIstioOperatorWriter.
func (*MockIstioOperatorWriterMockRecorder) CreateIstioOperator ¶
func (mr *MockIstioOperatorWriterMockRecorder) CreateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
CreateIstioOperator indicates an expected call of CreateIstioOperator.
func (*MockIstioOperatorWriterMockRecorder) DeleteAllOfIstioOperator ¶
func (mr *MockIstioOperatorWriterMockRecorder) DeleteAllOfIstioOperator(ctx interface{}, opts ...interface{}) *gomock.Call
DeleteAllOfIstioOperator indicates an expected call of DeleteAllOfIstioOperator.
func (*MockIstioOperatorWriterMockRecorder) DeleteIstioOperator ¶
func (mr *MockIstioOperatorWriterMockRecorder) DeleteIstioOperator(ctx, key interface{}, opts ...interface{}) *gomock.Call
DeleteIstioOperator indicates an expected call of DeleteIstioOperator.
func (*MockIstioOperatorWriterMockRecorder) PatchIstioOperator ¶
func (mr *MockIstioOperatorWriterMockRecorder) PatchIstioOperator(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call
PatchIstioOperator indicates an expected call of PatchIstioOperator.
func (*MockIstioOperatorWriterMockRecorder) UpdateIstioOperator ¶
func (mr *MockIstioOperatorWriterMockRecorder) UpdateIstioOperator(ctx, obj interface{}, opts ...interface{}) *gomock.Call
UpdateIstioOperator indicates an expected call of UpdateIstioOperator.
func (*MockIstioOperatorWriterMockRecorder) UpsertIstioOperator ¶
func (mr *MockIstioOperatorWriterMockRecorder) UpsertIstioOperator(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call
UpsertIstioOperator indicates an expected call of UpsertIstioOperator.
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) (v1alpha1.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 MockMulticlusterIstioOperatorClient ¶
type MockMulticlusterIstioOperatorClient struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioOperatorClient is a mock of MulticlusterIstioOperatorClient interface.
func NewMockMulticlusterIstioOperatorClient ¶
func NewMockMulticlusterIstioOperatorClient(ctrl *gomock.Controller) *MockMulticlusterIstioOperatorClient
NewMockMulticlusterIstioOperatorClient creates a new mock instance.
func (*MockMulticlusterIstioOperatorClient) Cluster ¶
func (m *MockMulticlusterIstioOperatorClient) Cluster(cluster string) (v1alpha1.IstioOperatorClient, error)
Cluster mocks base method.
func (*MockMulticlusterIstioOperatorClient) EXPECT ¶
func (m *MockMulticlusterIstioOperatorClient) EXPECT() *MockMulticlusterIstioOperatorClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMulticlusterIstioOperatorClientMockRecorder ¶
type MockMulticlusterIstioOperatorClientMockRecorder struct {
// contains filtered or unexported fields
}
MockMulticlusterIstioOperatorClientMockRecorder is the mock recorder for MockMulticlusterIstioOperatorClient.
func (*MockMulticlusterIstioOperatorClientMockRecorder) Cluster ¶
func (mr *MockMulticlusterIstioOperatorClientMockRecorder) Cluster(cluster interface{}) *gomock.Call
Cluster indicates an expected call of Cluster.