automock

package
v0.0.0-...-affaa53 Latest Latest
Warning

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

Go to latest
Published: Jun 28, 2019 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Overview

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Code generated by mockery v1.0.0

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationLister

type ApplicationLister struct {
	mock.Mock
}

ApplicationLister is an autogenerated mock type for the ApplicationLister type

func (*ApplicationLister) ListInNamespace

func (_m *ApplicationLister) ListInNamespace(namespace string) ([]*v1alpha1.Application, error)

ListInNamespace provides a mock function with given fields: namespace

func (*ApplicationLister) ListNamespacesFor

func (_m *ApplicationLister) ListNamespacesFor(appName string) ([]string, error)

ListNamespacesFor provides a mock function with given fields: appName

type ApplicationRetriever

type ApplicationRetriever struct {
	mock.Mock
}

ApplicationRetriever is an autogenerated mock type for the ApplicationRetriever type

func (*ApplicationRetriever) Application

func (_m *ApplicationRetriever) Application() shared.ApplicationLister

Application provides a mock function with given fields:

type AssetGetter

type AssetGetter struct {
	mock.Mock
}

AssetGetter is an autogenerated mock type for the AssetGetter type

func (*AssetGetter) ListForDocsTopicByType

func (_m *AssetGetter) ListForDocsTopicByType(namespace string, docsTopicName string, types []string) ([]*v1alpha2.Asset, error)

ListForDocsTopicByType provides a mock function with given fields: namespace, docsTopicName, types

type AssetStoreRetriever

type AssetStoreRetriever struct {
	mock.Mock
}

AssetStoreRetriever is an autogenerated mock type for the AssetStoreRetriever type

func (*AssetStoreRetriever) Asset

Asset provides a mock function with given fields:

func (*AssetStoreRetriever) AssetConverter

func (_m *AssetStoreRetriever) AssetConverter() shared.GqlAssetConverter

AssetConverter provides a mock function with given fields:

func (*AssetStoreRetriever) ClusterAsset

func (_m *AssetStoreRetriever) ClusterAsset() shared.ClusterAssetGetter

ClusterAsset provides a mock function with given fields:

func (*AssetStoreRetriever) ClusterAssetConverter

func (_m *AssetStoreRetriever) ClusterAssetConverter() shared.GqlClusterAssetConverter

ClusterAssetConverter provides a mock function with given fields:

func (*AssetStoreRetriever) Specification

func (_m *AssetStoreRetriever) Specification() shared.SpecificationGetter

Specification provides a mock function with given fields:

type ClusterAssetGetter

type ClusterAssetGetter struct {
	mock.Mock
}

ClusterAssetGetter is an autogenerated mock type for the ClusterAssetGetter type

func (*ClusterAssetGetter) ListForDocsTopicByType

func (_m *ClusterAssetGetter) ListForDocsTopicByType(docsTopicName string, types []string) ([]*v1alpha2.ClusterAsset, error)

ListForDocsTopicByType provides a mock function with given fields: docsTopicName, types

type ClusterDocsTopicGetter

type ClusterDocsTopicGetter struct {
	mock.Mock
}

ClusterDocsTopicGetter is an autogenerated mock type for the ClusterDocsTopicGetter type

func (*ClusterDocsTopicGetter) Find

Find provides a mock function with given fields: name

type CmsRetriever

type CmsRetriever struct {
	mock.Mock
}

CmsRetriever is an autogenerated mock type for the CmsRetriever type

func (*CmsRetriever) ClusterDocsTopic

func (_m *CmsRetriever) ClusterDocsTopic() shared.ClusterDocsTopicGetter

ClusterDocsTopic provides a mock function with given fields:

func (*CmsRetriever) ClusterDocsTopicConverter

func (_m *CmsRetriever) ClusterDocsTopicConverter() shared.GqlClusterDocsTopicConverter

ClusterDocsTopicConverter provides a mock function with given fields:

func (*CmsRetriever) DocsTopic

func (_m *CmsRetriever) DocsTopic() shared.DocsTopicGetter

DocsTopic provides a mock function with given fields:

func (*CmsRetriever) DocsTopicConverter

func (_m *CmsRetriever) DocsTopicConverter() shared.GqlDocsTopicConverter

DocsTopicConverter provides a mock function with given fields:

type DocsTopicGetter

type DocsTopicGetter struct {
	mock.Mock
}

DocsTopicGetter is an autogenerated mock type for the DocsTopicGetter type

func (*DocsTopicGetter) Find

func (_m *DocsTopicGetter) Find(namespace string, name string) (*v1alpha1.DocsTopic, error)

Find provides a mock function with given fields: namespace, name

type GqlAssetConverter

type GqlAssetConverter struct {
	mock.Mock
}

GqlAssetConverter is an autogenerated mock type for the GqlAssetConverter type

func (*GqlAssetConverter) ToGQL

func (_m *GqlAssetConverter) ToGQL(item *v1alpha2.Asset) (*gqlschema.Asset, error)

ToGQL provides a mock function with given fields: item

func (*GqlAssetConverter) ToGQLs

func (_m *GqlAssetConverter) ToGQLs(in []*v1alpha2.Asset) ([]gqlschema.Asset, error)

ToGQLs provides a mock function with given fields: in

type GqlClusterAssetConverter

type GqlClusterAssetConverter struct {
	mock.Mock
}

GqlClusterAssetConverter is an autogenerated mock type for the GqlClusterAssetConverter type

func (*GqlClusterAssetConverter) ToGQL

ToGQL provides a mock function with given fields: item

func (*GqlClusterAssetConverter) ToGQLs

ToGQLs provides a mock function with given fields: in

type GqlClusterDocsTopicConverter

type GqlClusterDocsTopicConverter struct {
	mock.Mock
}

GqlClusterDocsTopicConverter is an autogenerated mock type for the GqlClusterDocsTopicConverter type

func (*GqlClusterDocsTopicConverter) ToGQL

ToGQL provides a mock function with given fields: item

func (*GqlClusterDocsTopicConverter) ToGQLs

ToGQLs provides a mock function with given fields: in

type GqlDocsTopicConverter

type GqlDocsTopicConverter struct {
	mock.Mock
}

GqlDocsTopicConverter is an autogenerated mock type for the GqlDocsTopicConverter type

func (*GqlDocsTopicConverter) ToGQL

ToGQL provides a mock function with given fields: item

func (*GqlDocsTopicConverter) ToGQLs

ToGQLs provides a mock function with given fields: in

type ServiceBindingFinderLister

type ServiceBindingFinderLister struct {
	mock.Mock
}

ServiceBindingFinderLister is an autogenerated mock type for the ServiceBindingFinderLister type

func (*ServiceBindingFinderLister) Find

Find provides a mock function with given fields: ns, name

func (*ServiceBindingFinderLister) ListForServiceInstance

func (_m *ServiceBindingFinderLister) ListForServiceInstance(ns string, instanceName string) ([]*v1beta1.ServiceBinding, error)

ListForServiceInstance provides a mock function with given fields: ns, instanceName

type ServiceBindingUsageLister

type ServiceBindingUsageLister struct {
	mock.Mock
}

ServiceBindingUsageLister is an autogenerated mock type for the ServiceBindingUsageLister type

func (*ServiceBindingUsageLister) ListForDeployment

func (_m *ServiceBindingUsageLister) ListForDeployment(ns string, kind string, deploymentName string) ([]*v1alpha1.ServiceBindingUsage, error)

ListForDeployment provides a mock function with given fields: ns, kind, deploymentName

type ServiceCatalogAddonsRetriever

type ServiceCatalogAddonsRetriever struct {
	mock.Mock
}

ServiceCatalogAddonsRetriever is an autogenerated mock type for the ServiceCatalogAddonsRetriever type

func (*ServiceCatalogAddonsRetriever) ServiceBindingUsage

ServiceBindingUsage provides a mock function with given fields:

type ServiceCatalogRetriever

type ServiceCatalogRetriever struct {
	mock.Mock
}

ServiceCatalogRetriever is an autogenerated mock type for the ServiceCatalogRetriever type

func (*ServiceCatalogRetriever) ServiceBinding

ServiceBinding provides a mock function with given fields:

type SpecificationGetter

type SpecificationGetter struct {
	mock.Mock
}

SpecificationGetter is an autogenerated mock type for the SpecificationGetter type

func (*SpecificationGetter) AsyncAPI

func (_m *SpecificationGetter) AsyncAPI(baseURL string, name string) (*spec.AsyncAPISpec, error)

AsyncAPI provides a mock function with given fields: baseURL, name

Jump to

Keyboard shortcuts

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