Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ApiSpecGetter ¶
ApiSpecGetter is an autogenerated mock type for the ApiSpecGetter type
type ApplicationLister ¶
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 ¶
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 AsyncApiSpecGetter ¶
AsyncApiSpecGetter is an autogenerated mock type for the AsyncApiSpecGetter type
func (*AsyncApiSpecGetter) Find ¶
func (_m *AsyncApiSpecGetter) Find(kind string, id string) (*storage.AsyncApiSpec, error)
Find provides a mock function with given fields: kind, id
type ContentGetter ¶
ContentGetter is an autogenerated mock type for the ContentGetter type
type ContentRetriever ¶
ContentRetriever is an autogenerated mock type for the ContentRetriever type
func (*ContentRetriever) ApiSpec ¶
func (_m *ContentRetriever) ApiSpec() shared.ApiSpecGetter
ApiSpec provides a mock function with given fields:
func (*ContentRetriever) AsyncApiSpec ¶
func (_m *ContentRetriever) AsyncApiSpec() shared.AsyncApiSpecGetter
AsyncApiSpec provides a mock function with given fields:
func (*ContentRetriever) Content ¶
func (_m *ContentRetriever) Content() shared.ContentGetter
Content provides a mock function with given fields:
type ServiceBindingFinderLister ¶
ServiceBindingFinderLister is an autogenerated mock type for the ServiceBindingFinderLister type
func (*ServiceBindingFinderLister) Find ¶
func (_m *ServiceBindingFinderLister) Find(ns string, name string) (*v1beta1.ServiceBinding, error)
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 ¶
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 ¶
ServiceCatalogAddonsRetriever is an autogenerated mock type for the ServiceCatalogAddonsRetriever type
func (*ServiceCatalogAddonsRetriever) ServiceBindingUsage ¶
func (_m *ServiceCatalogAddonsRetriever) ServiceBindingUsage() shared.ServiceBindingUsageLister
ServiceBindingUsage provides a mock function with given fields:
type ServiceCatalogRetriever ¶
ServiceCatalogRetriever is an autogenerated mock type for the ServiceCatalogRetriever type
func (*ServiceCatalogRetriever) ServiceBinding ¶
func (_m *ServiceCatalogRetriever) ServiceBinding() shared.ServiceBindingFinderLister
ServiceBinding provides a mock function with given fields: