Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HeadscaleAutoApproverReconciler ¶ added in v0.5.0
HeadscaleAutoApproverReconciler reconciles a HeadscaleAutoApprover object
func (*HeadscaleAutoApproverReconciler) Reconcile ¶ added in v0.5.0
func (r *HeadscaleAutoApproverReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile renders the merged ACL policy for the parent Headscale and pushes it via the gRPC SetPolicy API. It is triggered by changes to any HeadscaleAutoApprover and (via SetupWithManager) to the parent Headscale.
func (*HeadscaleAutoApproverReconciler) SetupWithManager ¶ added in v0.5.0
func (r *HeadscaleAutoApproverReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type HeadscalePreAuthKeyReconciler ¶
HeadscalePreAuthKeyReconciler reconciles a HeadscalePreAuthKey object
func (*HeadscalePreAuthKeyReconciler) Reconcile ¶
func (r *HeadscalePreAuthKeyReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*HeadscalePreAuthKeyReconciler) SetupWithManager ¶
func (r *HeadscalePreAuthKeyReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type HeadscaleReconciler ¶
HeadscaleReconciler reconciles a Headscale object
func (*HeadscaleReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*HeadscaleReconciler) SetupWithManager ¶
func (r *HeadscaleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type HeadscaleUserReconciler ¶
HeadscaleUserReconciler reconciles a HeadscaleUser object
func (*HeadscaleUserReconciler) Reconcile ¶
func (r *HeadscaleUserReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*HeadscaleUserReconciler) SetupWithManager ¶
func (r *HeadscaleUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.