listener

package
v0.0.0-...-a52e8f6 Latest Latest
Warning

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

Go to latest
Published: Jan 30, 2020 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 Binding

type Binding struct {
	// contains filtered or unexported fields
}

func NewBinding

func NewBinding(channel chan<- gqlschema.ServiceBindingEvent, filter func(binding *api.ServiceBinding) bool, converter gqlBindingConverter) *Binding

func (*Binding) OnAdd

func (l *Binding) OnAdd(object interface{})

func (*Binding) OnDelete

func (l *Binding) OnDelete(object interface{})

func (*Binding) OnUpdate

func (l *Binding) OnUpdate(oldObject, newObject interface{})

type ClusterServiceBroker

type ClusterServiceBroker struct {
	// contains filtered or unexported fields
}

func NewClusterServiceBroker

func NewClusterServiceBroker(channel chan<- gqlschema.ClusterServiceBrokerEvent, filter func(entity *api.ClusterServiceBroker) bool, converter gqlClusterServiceBrokerConverter) *ClusterServiceBroker

func (*ClusterServiceBroker) OnAdd

func (l *ClusterServiceBroker) OnAdd(object interface{})

func (*ClusterServiceBroker) OnDelete

func (l *ClusterServiceBroker) OnDelete(object interface{})

func (*ClusterServiceBroker) OnUpdate

func (l *ClusterServiceBroker) OnUpdate(oldObject, newObject interface{})

type Instance

type Instance struct {
	// contains filtered or unexported fields
}

func NewInstance

func NewInstance(channel chan<- gqlschema.ServiceInstanceEvent, filter func(instance *api.ServiceInstance) bool, converter gqlInstanceConverter) *Instance

func (*Instance) OnAdd

func (l *Instance) OnAdd(object interface{})

func (*Instance) OnDelete

func (l *Instance) OnDelete(object interface{})

func (*Instance) OnUpdate

func (l *Instance) OnUpdate(oldObject, newObject interface{})

type ServiceBroker

type ServiceBroker struct {
	// contains filtered or unexported fields
}

func NewServiceBroker

func NewServiceBroker(channel chan<- gqlschema.ServiceBrokerEvent, filter func(entity *api.ServiceBroker) bool, converter gqlServiceBrokerConverter) *ServiceBroker

func (*ServiceBroker) OnAdd

func (l *ServiceBroker) OnAdd(object interface{})

func (*ServiceBroker) OnDelete

func (l *ServiceBroker) OnDelete(object interface{})

func (*ServiceBroker) OnUpdate

func (l *ServiceBroker) OnUpdate(oldObject, newObject interface{})

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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