Documentation ¶
Index ¶
- func NewClusterServiceBrokerInformer(client clientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewClusterServiceClassInformer(client clientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewClusterServicePlanInformer(client clientset.Interface, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceBindingInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- func NewServiceInstanceInformer(client clientset.Interface, namespace string, resyncPeriod time.Duration, ...) cache.SharedIndexInformer
- type ClusterServiceBrokerInformer
- type ClusterServiceClassInformer
- type ClusterServicePlanInformer
- type Interface
- type ServiceBindingInformer
- type ServiceInstanceInformer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewClusterServiceBrokerInformer ¶ added in v0.0.24
func NewClusterServiceBrokerInformer(client clientset.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 ¶ added in v0.0.24
func NewClusterServiceClassInformer(client clientset.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 ¶ added in v0.0.24
func NewClusterServicePlanInformer(client clientset.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 ¶ added in v0.0.24
func NewServiceBindingInformer(client clientset.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 ¶ added in v0.0.24
func NewServiceInstanceInformer(client clientset.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 ¶ added in v0.0.24
type ClusterServiceBrokerInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ClusterServiceBrokerLister }
ClusterServiceBrokerInformer provides access to a shared informer and lister for ClusterServiceBrokers.
type ClusterServiceClassInformer ¶ added in v0.0.24
type ClusterServiceClassInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ClusterServiceClassLister }
ClusterServiceClassInformer provides access to a shared informer and lister for ClusterServiceClasses.
type ClusterServicePlanInformer ¶ added in v0.0.24
type ClusterServicePlanInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.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 ¶
func New(f internalinterfaces.SharedInformerFactory) Interface
New returns a new Interface.
type ServiceBindingInformer ¶ added in v0.0.24
type ServiceBindingInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceBindingLister }
ServiceBindingInformer provides access to a shared informer and lister for ServiceBindings.
type ServiceInstanceInformer ¶ added in v0.0.17
type ServiceInstanceInformer interface { Informer() cache.SharedIndexInformer Lister() v1alpha1.ServiceInstanceLister }
ServiceInstanceInformer provides access to a shared informer and lister for ServiceInstances.