mock_v1beta1

package
v1.1.0-beta19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 21, 2021 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_v1beta1 is a generated GoMock package.

Index

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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockClientset) XdsConfigs

func (m *MockClientset) XdsConfigs() v1beta1.XdsConfigClient

XdsConfigs mocks base method.

type MockClientsetMockRecorder

type MockClientsetMockRecorder struct {
	// contains filtered or unexported fields
}

MockClientsetMockRecorder is the mock recorder for MockClientset.

func (*MockClientsetMockRecorder) XdsConfigs

func (mr *MockClientsetMockRecorder) XdsConfigs() *gomock.Call

XdsConfigs indicates an expected call of XdsConfigs.

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) (v1beta1.Clientset, error)

Cluster mocks base method.

func (*MockMulticlusterClientset) EXPECT

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 MockMulticlusterXdsConfigClient

type MockMulticlusterXdsConfigClient struct {
	// contains filtered or unexported fields
}

MockMulticlusterXdsConfigClient is a mock of MulticlusterXdsConfigClient interface.

func NewMockMulticlusterXdsConfigClient

func NewMockMulticlusterXdsConfigClient(ctrl *gomock.Controller) *MockMulticlusterXdsConfigClient

NewMockMulticlusterXdsConfigClient creates a new mock instance.

func (*MockMulticlusterXdsConfigClient) Cluster

Cluster mocks base method.

func (*MockMulticlusterXdsConfigClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

type MockMulticlusterXdsConfigClientMockRecorder

type MockMulticlusterXdsConfigClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockMulticlusterXdsConfigClientMockRecorder is the mock recorder for MockMulticlusterXdsConfigClient.

func (*MockMulticlusterXdsConfigClientMockRecorder) Cluster

func (mr *MockMulticlusterXdsConfigClientMockRecorder) Cluster(cluster interface{}) *gomock.Call

Cluster indicates an expected call of Cluster.

type MockXdsConfigClient

type MockXdsConfigClient struct {
	// contains filtered or unexported fields
}

MockXdsConfigClient is a mock of XdsConfigClient interface.

func NewMockXdsConfigClient

func NewMockXdsConfigClient(ctrl *gomock.Controller) *MockXdsConfigClient

NewMockXdsConfigClient creates a new mock instance.

func (*MockXdsConfigClient) CreateXdsConfig

func (m *MockXdsConfigClient) CreateXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, opts ...client.CreateOption) error

CreateXdsConfig mocks base method.

func (*MockXdsConfigClient) DeleteAllOfXdsConfig

func (m *MockXdsConfigClient) DeleteAllOfXdsConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfXdsConfig mocks base method.

func (*MockXdsConfigClient) DeleteXdsConfig

func (m *MockXdsConfigClient) DeleteXdsConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteXdsConfig mocks base method.

func (*MockXdsConfigClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockXdsConfigClient) GetXdsConfig

func (m *MockXdsConfigClient) GetXdsConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.XdsConfig, error)

GetXdsConfig mocks base method.

func (*MockXdsConfigClient) ListXdsConfig

func (m *MockXdsConfigClient) ListXdsConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.XdsConfigList, error)

ListXdsConfig mocks base method.

func (*MockXdsConfigClient) PatchXdsConfig

func (m *MockXdsConfigClient) PatchXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, patch client.Patch, opts ...client.PatchOption) error

PatchXdsConfig mocks base method.

func (*MockXdsConfigClient) PatchXdsConfigStatus

func (m *MockXdsConfigClient) PatchXdsConfigStatus(ctx context.Context, obj *v1beta1.XdsConfig, patch client.Patch, opts ...client.PatchOption) error

PatchXdsConfigStatus mocks base method.

func (*MockXdsConfigClient) UpdateXdsConfig

func (m *MockXdsConfigClient) UpdateXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, opts ...client.UpdateOption) error

UpdateXdsConfig mocks base method.

func (*MockXdsConfigClient) UpdateXdsConfigStatus

func (m *MockXdsConfigClient) UpdateXdsConfigStatus(ctx context.Context, obj *v1beta1.XdsConfig, opts ...client.UpdateOption) error

UpdateXdsConfigStatus mocks base method.

func (*MockXdsConfigClient) UpsertXdsConfig

func (m *MockXdsConfigClient) UpsertXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, transitionFuncs ...v1beta1.XdsConfigTransitionFunction) error

UpsertXdsConfig mocks base method.

type MockXdsConfigClientMockRecorder

type MockXdsConfigClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockXdsConfigClientMockRecorder is the mock recorder for MockXdsConfigClient.

func (*MockXdsConfigClientMockRecorder) CreateXdsConfig

func (mr *MockXdsConfigClientMockRecorder) CreateXdsConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateXdsConfig indicates an expected call of CreateXdsConfig.

func (*MockXdsConfigClientMockRecorder) DeleteAllOfXdsConfig

func (mr *MockXdsConfigClientMockRecorder) DeleteAllOfXdsConfig(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfXdsConfig indicates an expected call of DeleteAllOfXdsConfig.

func (*MockXdsConfigClientMockRecorder) DeleteXdsConfig

func (mr *MockXdsConfigClientMockRecorder) DeleteXdsConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteXdsConfig indicates an expected call of DeleteXdsConfig.

func (*MockXdsConfigClientMockRecorder) GetXdsConfig

func (mr *MockXdsConfigClientMockRecorder) GetXdsConfig(ctx, key interface{}) *gomock.Call

GetXdsConfig indicates an expected call of GetXdsConfig.

func (*MockXdsConfigClientMockRecorder) ListXdsConfig

func (mr *MockXdsConfigClientMockRecorder) ListXdsConfig(ctx interface{}, opts ...interface{}) *gomock.Call

ListXdsConfig indicates an expected call of ListXdsConfig.

func (*MockXdsConfigClientMockRecorder) PatchXdsConfig

func (mr *MockXdsConfigClientMockRecorder) PatchXdsConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchXdsConfig indicates an expected call of PatchXdsConfig.

func (*MockXdsConfigClientMockRecorder) PatchXdsConfigStatus

func (mr *MockXdsConfigClientMockRecorder) PatchXdsConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchXdsConfigStatus indicates an expected call of PatchXdsConfigStatus.

func (*MockXdsConfigClientMockRecorder) UpdateXdsConfig

func (mr *MockXdsConfigClientMockRecorder) UpdateXdsConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateXdsConfig indicates an expected call of UpdateXdsConfig.

func (*MockXdsConfigClientMockRecorder) UpdateXdsConfigStatus

func (mr *MockXdsConfigClientMockRecorder) UpdateXdsConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateXdsConfigStatus indicates an expected call of UpdateXdsConfigStatus.

func (*MockXdsConfigClientMockRecorder) UpsertXdsConfig

func (mr *MockXdsConfigClientMockRecorder) UpsertXdsConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertXdsConfig indicates an expected call of UpsertXdsConfig.

type MockXdsConfigReader

type MockXdsConfigReader struct {
	// contains filtered or unexported fields
}

MockXdsConfigReader is a mock of XdsConfigReader interface.

func NewMockXdsConfigReader

func NewMockXdsConfigReader(ctrl *gomock.Controller) *MockXdsConfigReader

NewMockXdsConfigReader creates a new mock instance.

func (*MockXdsConfigReader) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockXdsConfigReader) GetXdsConfig

func (m *MockXdsConfigReader) GetXdsConfig(ctx context.Context, key client.ObjectKey) (*v1beta1.XdsConfig, error)

GetXdsConfig mocks base method.

func (*MockXdsConfigReader) ListXdsConfig

func (m *MockXdsConfigReader) ListXdsConfig(ctx context.Context, opts ...client.ListOption) (*v1beta1.XdsConfigList, error)

ListXdsConfig mocks base method.

type MockXdsConfigReaderMockRecorder

type MockXdsConfigReaderMockRecorder struct {
	// contains filtered or unexported fields
}

MockXdsConfigReaderMockRecorder is the mock recorder for MockXdsConfigReader.

func (*MockXdsConfigReaderMockRecorder) GetXdsConfig

func (mr *MockXdsConfigReaderMockRecorder) GetXdsConfig(ctx, key interface{}) *gomock.Call

GetXdsConfig indicates an expected call of GetXdsConfig.

func (*MockXdsConfigReaderMockRecorder) ListXdsConfig

func (mr *MockXdsConfigReaderMockRecorder) ListXdsConfig(ctx interface{}, opts ...interface{}) *gomock.Call

ListXdsConfig indicates an expected call of ListXdsConfig.

type MockXdsConfigStatusWriter

type MockXdsConfigStatusWriter struct {
	// contains filtered or unexported fields
}

MockXdsConfigStatusWriter is a mock of XdsConfigStatusWriter interface.

func NewMockXdsConfigStatusWriter

func NewMockXdsConfigStatusWriter(ctrl *gomock.Controller) *MockXdsConfigStatusWriter

NewMockXdsConfigStatusWriter creates a new mock instance.

func (*MockXdsConfigStatusWriter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockXdsConfigStatusWriter) PatchXdsConfigStatus

func (m *MockXdsConfigStatusWriter) PatchXdsConfigStatus(ctx context.Context, obj *v1beta1.XdsConfig, patch client.Patch, opts ...client.PatchOption) error

PatchXdsConfigStatus mocks base method.

func (*MockXdsConfigStatusWriter) UpdateXdsConfigStatus

func (m *MockXdsConfigStatusWriter) UpdateXdsConfigStatus(ctx context.Context, obj *v1beta1.XdsConfig, opts ...client.UpdateOption) error

UpdateXdsConfigStatus mocks base method.

type MockXdsConfigStatusWriterMockRecorder

type MockXdsConfigStatusWriterMockRecorder struct {
	// contains filtered or unexported fields
}

MockXdsConfigStatusWriterMockRecorder is the mock recorder for MockXdsConfigStatusWriter.

func (*MockXdsConfigStatusWriterMockRecorder) PatchXdsConfigStatus

func (mr *MockXdsConfigStatusWriterMockRecorder) PatchXdsConfigStatus(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchXdsConfigStatus indicates an expected call of PatchXdsConfigStatus.

func (*MockXdsConfigStatusWriterMockRecorder) UpdateXdsConfigStatus

func (mr *MockXdsConfigStatusWriterMockRecorder) UpdateXdsConfigStatus(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateXdsConfigStatus indicates an expected call of UpdateXdsConfigStatus.

type MockXdsConfigWriter

type MockXdsConfigWriter struct {
	// contains filtered or unexported fields
}

MockXdsConfigWriter is a mock of XdsConfigWriter interface.

func NewMockXdsConfigWriter

func NewMockXdsConfigWriter(ctrl *gomock.Controller) *MockXdsConfigWriter

NewMockXdsConfigWriter creates a new mock instance.

func (*MockXdsConfigWriter) CreateXdsConfig

func (m *MockXdsConfigWriter) CreateXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, opts ...client.CreateOption) error

CreateXdsConfig mocks base method.

func (*MockXdsConfigWriter) DeleteAllOfXdsConfig

func (m *MockXdsConfigWriter) DeleteAllOfXdsConfig(ctx context.Context, opts ...client.DeleteAllOfOption) error

DeleteAllOfXdsConfig mocks base method.

func (*MockXdsConfigWriter) DeleteXdsConfig

func (m *MockXdsConfigWriter) DeleteXdsConfig(ctx context.Context, key client.ObjectKey, opts ...client.DeleteOption) error

DeleteXdsConfig mocks base method.

func (*MockXdsConfigWriter) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockXdsConfigWriter) PatchXdsConfig

func (m *MockXdsConfigWriter) PatchXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, patch client.Patch, opts ...client.PatchOption) error

PatchXdsConfig mocks base method.

func (*MockXdsConfigWriter) UpdateXdsConfig

func (m *MockXdsConfigWriter) UpdateXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, opts ...client.UpdateOption) error

UpdateXdsConfig mocks base method.

func (*MockXdsConfigWriter) UpsertXdsConfig

func (m *MockXdsConfigWriter) UpsertXdsConfig(ctx context.Context, obj *v1beta1.XdsConfig, transitionFuncs ...v1beta1.XdsConfigTransitionFunction) error

UpsertXdsConfig mocks base method.

type MockXdsConfigWriterMockRecorder

type MockXdsConfigWriterMockRecorder struct {
	// contains filtered or unexported fields
}

MockXdsConfigWriterMockRecorder is the mock recorder for MockXdsConfigWriter.

func (*MockXdsConfigWriterMockRecorder) CreateXdsConfig

func (mr *MockXdsConfigWriterMockRecorder) CreateXdsConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call

CreateXdsConfig indicates an expected call of CreateXdsConfig.

func (*MockXdsConfigWriterMockRecorder) DeleteAllOfXdsConfig

func (mr *MockXdsConfigWriterMockRecorder) DeleteAllOfXdsConfig(ctx interface{}, opts ...interface{}) *gomock.Call

DeleteAllOfXdsConfig indicates an expected call of DeleteAllOfXdsConfig.

func (*MockXdsConfigWriterMockRecorder) DeleteXdsConfig

func (mr *MockXdsConfigWriterMockRecorder) DeleteXdsConfig(ctx, key interface{}, opts ...interface{}) *gomock.Call

DeleteXdsConfig indicates an expected call of DeleteXdsConfig.

func (*MockXdsConfigWriterMockRecorder) PatchXdsConfig

func (mr *MockXdsConfigWriterMockRecorder) PatchXdsConfig(ctx, obj, patch interface{}, opts ...interface{}) *gomock.Call

PatchXdsConfig indicates an expected call of PatchXdsConfig.

func (*MockXdsConfigWriterMockRecorder) UpdateXdsConfig

func (mr *MockXdsConfigWriterMockRecorder) UpdateXdsConfig(ctx, obj interface{}, opts ...interface{}) *gomock.Call

UpdateXdsConfig indicates an expected call of UpdateXdsConfig.

func (*MockXdsConfigWriterMockRecorder) UpsertXdsConfig

func (mr *MockXdsConfigWriterMockRecorder) UpsertXdsConfig(ctx, obj interface{}, transitionFuncs ...interface{}) *gomock.Call

UpsertXdsConfig indicates an expected call of UpsertXdsConfig.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL