Documentation
¶
Index ¶
- Constants
- type HostReconciler
- func (r *HostReconciler) Reconcile(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) (ctrl.Result, error)
- func (r *HostReconciler) ReconcileClusterRoleBinding(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
- func (r *HostReconciler) ReconcileKubeconfigSecret(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
- func (r *HostReconciler) ReconcileServiceAccount(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
- func (r *HostReconciler) ReconcileServiceAccountSecret(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
Constants ¶
View Source
const (
DEFAULT_KUBE_APISERVER_ENDPOINT = "https://kubernetes.default.svc"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HostReconciler ¶
type HostReconciler struct {
*shared.BaseReconciler
}
HostReconciler reconciles a Host ControlPlane that exposed the hosting cluster with the ControlPlane abstraction
func New ¶
func New(cl client.Client, scheme *runtime.Scheme, version string, clientSet *kubernetes.Clientset, dynamicClient *dynamic.DynamicClient, eventRecorder record.EventRecorder) *HostReconciler
func (*HostReconciler) Reconcile ¶
func (r *HostReconciler) Reconcile(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) (ctrl.Result, error)
func (*HostReconciler) ReconcileClusterRoleBinding ¶
func (r *HostReconciler) ReconcileClusterRoleBinding(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
func (*HostReconciler) ReconcileKubeconfigSecret ¶
func (r *HostReconciler) ReconcileKubeconfigSecret(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
func (*HostReconciler) ReconcileServiceAccount ¶
func (r *HostReconciler) ReconcileServiceAccount(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
func (*HostReconciler) ReconcileServiceAccountSecret ¶
func (r *HostReconciler) ReconcileServiceAccountSecret(ctx context.Context, hcp *tenancyv1alpha1.ControlPlane) error
Click to show internal directories.
Click to hide internal directories.