internalversion

package
v0.0.22 Latest Latest
Warning

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

Go to latest
Published: Sep 30, 2017 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ServiceBrokerLister added in v0.0.17

type ServiceBrokerLister interface {
	// List lists all ServiceBrokers in the indexer.
	List(selector labels.Selector) (ret []*servicecatalog.ServiceBroker, err error)
	// Get retrieves the ServiceBroker from the index for a given name.
	Get(name string) (*servicecatalog.ServiceBroker, error)
	ServiceBrokerListerExpansion
}

ServiceBrokerLister helps list ServiceBrokers.

func NewServiceBrokerLister added in v0.0.17

func NewServiceBrokerLister(indexer cache.Indexer) ServiceBrokerLister

NewServiceBrokerLister returns a new ServiceBrokerLister.

type ServiceBrokerListerExpansion added in v0.0.17

type ServiceBrokerListerExpansion interface{}

ServiceBrokerListerExpansion allows custom methods to be added to ServiceBrokerLister.

type ServiceClassLister

type ServiceClassLister interface {
	// List lists all ServiceClasses in the indexer.
	List(selector labels.Selector) (ret []*servicecatalog.ServiceClass, err error)
	// Get retrieves the ServiceClass from the index for a given name.
	Get(name string) (*servicecatalog.ServiceClass, error)
	ServiceClassListerExpansion
}

ServiceClassLister helps list ServiceClasses.

func NewServiceClassLister

func NewServiceClassLister(indexer cache.Indexer) ServiceClassLister

NewServiceClassLister returns a new ServiceClassLister.

type ServiceClassListerExpansion

type ServiceClassListerExpansion interface{}

ServiceClassListerExpansion allows custom methods to be added to ServiceClassLister.

type ServiceInstanceCredentialLister added in v0.0.17

type ServiceInstanceCredentialLister interface {
	// List lists all ServiceInstanceCredentials in the indexer.
	List(selector labels.Selector) (ret []*servicecatalog.ServiceInstanceCredential, err error)
	// ServiceInstanceCredentials returns an object that can list and get ServiceInstanceCredentials.
	ServiceInstanceCredentials(namespace string) ServiceInstanceCredentialNamespaceLister
	ServiceInstanceCredentialListerExpansion
}

ServiceInstanceCredentialLister helps list ServiceInstanceCredentials.

func NewServiceInstanceCredentialLister added in v0.0.17

func NewServiceInstanceCredentialLister(indexer cache.Indexer) ServiceInstanceCredentialLister

NewServiceInstanceCredentialLister returns a new ServiceInstanceCredentialLister.

type ServiceInstanceCredentialListerExpansion added in v0.0.17

type ServiceInstanceCredentialListerExpansion interface{}

ServiceInstanceCredentialListerExpansion allows custom methods to be added to ServiceInstanceCredentialLister.

type ServiceInstanceCredentialNamespaceLister added in v0.0.17

type ServiceInstanceCredentialNamespaceLister interface {
	// List lists all ServiceInstanceCredentials in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*servicecatalog.ServiceInstanceCredential, err error)
	// Get retrieves the ServiceInstanceCredential from the indexer for a given namespace and name.
	Get(name string) (*servicecatalog.ServiceInstanceCredential, error)
	ServiceInstanceCredentialNamespaceListerExpansion
}

ServiceInstanceCredentialNamespaceLister helps list and get ServiceInstanceCredentials.

type ServiceInstanceCredentialNamespaceListerExpansion added in v0.0.17

type ServiceInstanceCredentialNamespaceListerExpansion interface{}

ServiceInstanceCredentialNamespaceListerExpansion allows custom methods to be added to ServiceInstanceCredentialNamespaceLister.

type ServiceInstanceLister added in v0.0.17

type ServiceInstanceLister interface {
	// List lists all ServiceInstances in the indexer.
	List(selector labels.Selector) (ret []*servicecatalog.ServiceInstance, err error)
	// ServiceInstances returns an object that can list and get ServiceInstances.
	ServiceInstances(namespace string) ServiceInstanceNamespaceLister
	ServiceInstanceListerExpansion
}

ServiceInstanceLister helps list ServiceInstances.

func NewServiceInstanceLister added in v0.0.17

func NewServiceInstanceLister(indexer cache.Indexer) ServiceInstanceLister

NewServiceInstanceLister returns a new ServiceInstanceLister.

type ServiceInstanceListerExpansion added in v0.0.17

type ServiceInstanceListerExpansion interface{}

ServiceInstanceListerExpansion allows custom methods to be added to ServiceInstanceLister.

type ServiceInstanceNamespaceLister added in v0.0.17

type ServiceInstanceNamespaceLister interface {
	// List lists all ServiceInstances in the indexer for a given namespace.
	List(selector labels.Selector) (ret []*servicecatalog.ServiceInstance, err error)
	// Get retrieves the ServiceInstance from the indexer for a given namespace and name.
	Get(name string) (*servicecatalog.ServiceInstance, error)
	ServiceInstanceNamespaceListerExpansion
}

ServiceInstanceNamespaceLister helps list and get ServiceInstances.

type ServiceInstanceNamespaceListerExpansion added in v0.0.17

type ServiceInstanceNamespaceListerExpansion interface{}

ServiceInstanceNamespaceListerExpansion allows custom methods to be added to ServiceInstanceNamespaceLister.

type ServicePlanLister added in v0.0.22

type ServicePlanLister interface {
	// List lists all ServicePlans in the indexer.
	List(selector labels.Selector) (ret []*servicecatalog.ServicePlan, err error)
	// Get retrieves the ServicePlan from the index for a given name.
	Get(name string) (*servicecatalog.ServicePlan, error)
	ServicePlanListerExpansion
}

ServicePlanLister helps list ServicePlans.

func NewServicePlanLister added in v0.0.22

func NewServicePlanLister(indexer cache.Indexer) ServicePlanLister

NewServicePlanLister returns a new ServicePlanLister.

type ServicePlanListerExpansion added in v0.0.22

type ServicePlanListerExpansion interface{}

ServicePlanListerExpansion allows custom methods to be added to ServicePlanLister.

Jump to

Keyboard shortcuts

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