Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ServiceBindingReconciler ¶
type ServiceBindingReconciler struct { client.Client Scheme *runtime.Scheme ClusterResourceNamespace string EnableBindingMetadata bool ClientBuilder facade.SpaceClientBuilder }
ServiceBindingReconciler reconciles a ServiceBinding object
func (*ServiceBindingReconciler) SetupWithManager ¶
func (r *ServiceBindingReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ServiceInstanceReconciler ¶
type ServiceInstanceReconciler struct { client.Client Scheme *runtime.Scheme ClusterResourceNamespace string ClientBuilder facade.SpaceClientBuilder }
ServiceInstanceReconciler reconciles a ServiceInstance object
func (*ServiceInstanceReconciler) SetupWithManager ¶
func (r *ServiceInstanceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SpaceReconciler ¶
type SpaceReconciler struct { Kind string client.Client Scheme *runtime.Scheme ClusterResourceNamespace string ClientBuilder facade.OrganizationClientBuilder HealthCheckerBuilder facade.SpaceHealthCheckerBuilder }
SpaceReconciler reconciles a (Cluster)Space object
func (*SpaceReconciler) SetupWithManager ¶
func (r *SpaceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.