# Functions
AppValidationCallback is executed to validate App info that requires runtime lookups.
ClusterServiceBrokerValidationCallback validates that an existing ServiceBroker is not part of a ClusterServiceInstance.
RouteValidationCallback is executed to validate Route info that requires runtime lookups.
ServiceBrokerValidationCallback validates that an existing ServiceBroker is not part of a ServiceInstance.
ServiceInstanceBindingValidationCallback validates that the App and ServiceInstance referenced in a ServiceInstanceBinding exist.
ServiceInstanceValidationCallback validates that an existing ServiceInstance is not part of a binding.
# Structs
AppInformerKey is used for associating the AppInformer inside the context.Context.
ServiceInstanceBindingInformerKey is used for associating the ServiceInstanceBindingInformer inside the context.Context.
ServiceInstanceInformerKey is used for associating the ServiceInstanceInformer inside the context.Context.
SpaceInformerKey is used for associating the SpaceInformer inside the context.Context.