Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
CRDNotFound = fmt.Errorf("CRDNotFound")
)
Functions ¶
This section is empty.
Types ¶
type CustomResourceDiscoveryReconciler ¶
type CustomResourceDiscoveryReconciler struct { Log logr.Logger ManagementClient client.Client ManagementScheme *runtime.Scheme ServiceClient client.Client ServiceCache cache.Cache ServiceClusterName string }
CustomResourceDiscoveryReconciler reconciles a CustomResourceDiscovery object
func (*CustomResourceDiscoveryReconciler) SetupWithManager ¶
func (r *CustomResourceDiscoveryReconciler) SetupWithManager(managementMgr ctrl.Manager) error
type ServerVersionInfo ¶
type ServiceClusterAssignmentReconciler ¶
type ServiceClusterAssignmentReconciler struct { Log logr.Logger ManagementClient client.Client ServiceClient client.Client ServiceCache cache.Cache ManagementScheme *runtime.Scheme ServiceClusterName string }
ServiceClusterAssignmentReconciler reconciles a ServiceClusterAssignment object
func (*ServiceClusterAssignmentReconciler) SetupWithManager ¶
func (r *ServiceClusterAssignmentReconciler) SetupWithManager(mgr ctrl.Manager) error
type ServiceClusterReconciler ¶
type ServiceClusterReconciler struct { Log logr.Logger ManagementClient client.Client ServiceClusterVersionInfo ServerVersionInfo ProviderNamespace string ServiceClusterName string StatusUpdatePeriod time.Duration }
ServiceClusterReconciler sends a heartbeat to KubeCarrier to signal its readyness.
func (*ServiceClusterReconciler) SetupWithManager ¶
func (r *ServiceClusterReconciler) SetupWithManager(managementMgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.