Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
var ( ErrDomainCreating = errors.New("domain is being created, requeue after delay") ErrInvalidTrafficPolicyConfig = errors.New("invalid TrafficPolicy configuration: both targetRef and inline are set") )
Functions ¶
This section is empty.
Types ¶
type AgentEndpointReconciler ¶
type AgentEndpointReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder TunnelDriver *tunneldriver.TunnelDriver // contains filtered or unexported fields }
AgentEndpointReconciler reconciles an AgentEndpoint object
func (*AgentEndpointReconciler) Reconcile ¶
func (r *AgentEndpointReconciler) 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.1/pkg/reconcile
func (*AgentEndpointReconciler) SetupWithManager ¶
func (r *AgentEndpointReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager
type TunnelReconciler ¶
type TunnelReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Recorder record.EventRecorder TunnelDriver *tunneldriver.TunnelDriver // contains filtered or unexported fields }
TunnelReconciler reconciles a Tunnel object
func (*TunnelReconciler) 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.
For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.13.1/pkg/reconcile
func (*TunnelReconciler) SetupWithManager ¶
func (r *TunnelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager