mocks

package
v1.2.5 Latest Latest
Warning

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

Go to latest
Published: Oct 29, 2019 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ArgoDB

type ArgoDB struct {
	mock.Mock
}

ArgoDB is an autogenerated mock type for the ArgoDB type

func (*ArgoDB) CreateCluster

func (_m *ArgoDB) CreateCluster(ctx context.Context, c *v1alpha1.Cluster) (*v1alpha1.Cluster, error)

CreateCluster provides a mock function with given fields: ctx, c

func (*ArgoDB) CreateRepository

func (_m *ArgoDB) CreateRepository(ctx context.Context, r *v1alpha1.Repository) (*v1alpha1.Repository, error)

CreateRepository provides a mock function with given fields: ctx, r

func (*ArgoDB) DeleteCluster

func (_m *ArgoDB) DeleteCluster(ctx context.Context, name string) error

DeleteCluster provides a mock function with given fields: ctx, name

func (*ArgoDB) DeleteRepository

func (_m *ArgoDB) DeleteRepository(ctx context.Context, name string) error

DeleteRepository provides a mock function with given fields: ctx, name

func (*ArgoDB) GetCluster

func (_m *ArgoDB) GetCluster(ctx context.Context, name string) (*v1alpha1.Cluster, error)

GetCluster provides a mock function with given fields: ctx, name

func (*ArgoDB) GetRepository

func (_m *ArgoDB) GetRepository(ctx context.Context, repoURL string) (*v1alpha1.Repository, error)

GetRepository provides a mock function with given fields: ctx, repoURL

func (*ArgoDB) ListClusters

func (_m *ArgoDB) ListClusters(ctx context.Context) (*v1alpha1.ClusterList, error)

ListClusters provides a mock function with given fields: ctx

func (*ArgoDB) ListHelmRepos

func (_m *ArgoDB) ListHelmRepos(ctx context.Context) ([]*v1alpha1.HelmRepository, error)

ListHelmRepos provides a mock function with given fields: ctx

func (*ArgoDB) ListRepoURLs

func (_m *ArgoDB) ListRepoURLs(ctx context.Context) ([]string, error)

ListRepoURLs provides a mock function with given fields: ctx

func (*ArgoDB) UpdateCluster

func (_m *ArgoDB) UpdateCluster(ctx context.Context, c *v1alpha1.Cluster) (*v1alpha1.Cluster, error)

UpdateCluster provides a mock function with given fields: ctx, c

func (*ArgoDB) UpdateRepository

func (_m *ArgoDB) UpdateRepository(ctx context.Context, r *v1alpha1.Repository) (*v1alpha1.Repository, error)

UpdateRepository provides a mock function with given fields: ctx, r

func (*ArgoDB) WatchClusters

func (_m *ArgoDB) WatchClusters(ctx context.Context, callback func(*db.ClusterEvent)) error

WatchClusters provides a mock function with given fields: ctx, callback

Jump to

Keyboard shortcuts

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