internalversion

package
v3.9.0-alpha.4+incompa... Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClusterServiceBrokerInformer

func NewClusterServiceBrokerInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewClusterServiceBrokerInformer constructs a new informer for ClusterServiceBroker type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewClusterServiceClassInformer

func NewClusterServiceClassInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewClusterServiceClassInformer constructs a new informer for ClusterServiceClass type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewClusterServicePlanInformer

func NewClusterServicePlanInformer(client internalclientset.Interface, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewClusterServicePlanInformer constructs a new informer for ClusterServicePlan type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewServiceBindingInformer

func NewServiceBindingInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewServiceBindingInformer constructs a new informer for ServiceBinding type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

func NewServiceInstanceInformer

func NewServiceInstanceInformer(client internalclientset.Interface, namespace string, resyncPeriod time.Duration, indexers cache.Indexers) cache.SharedIndexInformer

NewServiceInstanceInformer constructs a new informer for ServiceInstance type. Always prefer using an informer factory to get a shared informer instead of getting an independent one. This reduces memory footprint and number of connections to the server.

Types

type ClusterServiceBrokerInformer

type ClusterServiceBrokerInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.ClusterServiceBrokerLister
}

ClusterServiceBrokerInformer provides access to a shared informer and lister for ClusterServiceBrokers.

type ClusterServiceClassInformer

type ClusterServiceClassInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.ClusterServiceClassLister
}

ClusterServiceClassInformer provides access to a shared informer and lister for ClusterServiceClasses.

type ClusterServicePlanInformer

type ClusterServicePlanInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.ClusterServicePlanLister
}

ClusterServicePlanInformer provides access to a shared informer and lister for ClusterServicePlans.

type Interface

type Interface interface {
	// ClusterServiceBrokers returns a ClusterServiceBrokerInformer.
	ClusterServiceBrokers() ClusterServiceBrokerInformer
	// ClusterServiceClasses returns a ClusterServiceClassInformer.
	ClusterServiceClasses() ClusterServiceClassInformer
	// ClusterServicePlans returns a ClusterServicePlanInformer.
	ClusterServicePlans() ClusterServicePlanInformer
	// ServiceBindings returns a ServiceBindingInformer.
	ServiceBindings() ServiceBindingInformer
	// ServiceInstances returns a ServiceInstanceInformer.
	ServiceInstances() ServiceInstanceInformer
}

Interface provides access to all the informers in this group version.

func New

New returns a new Interface.

type ServiceBindingInformer

type ServiceBindingInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.ServiceBindingLister
}

ServiceBindingInformer provides access to a shared informer and lister for ServiceBindings.

type ServiceInstanceInformer

type ServiceInstanceInformer interface {
	Informer() cache.SharedIndexInformer
	Lister() internalversion.ServiceInstanceLister
}

ServiceInstanceInformer provides access to a shared informer and lister for ServiceInstances.

Jump to

Keyboard shortcuts

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