Documentation ¶
Index ¶
Constants ¶
View Source
const ( URL = "https://charts.loft.sh" RepoName = "loft" ChartName = "vcluster" ReleaseName = "vcluster" )
View Source
const ( ServiceName = "vcluster" ServicePort = 443 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VClusterReconciler ¶
type VClusterReconciler struct {
*shared.BaseReconciler
}
VClusterReconciler reconciles a OCM ControlPlane
func (*VClusterReconciler) Reconcile ¶
func (r *VClusterReconciler) Reconcile(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) (ctrl.Result, error)
func (*VClusterReconciler) ReconcileChart ¶
func (r *VClusterReconciler) ReconcileChart(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane, cfg *shared.SharedConfig) error
Click to show internal directories.
Click to hide internal directories.