Documentation
¶
Overview ¶
Package accesstunnel contains the code associated with the reconciliation process for the accessTunnel resource
Index ¶
- Constants
- type Reconciler
- func (r *Reconciler) GetClient() client.Client
- func (r *Reconciler) GetContext() context.Context
- func (r *Reconciler) GetLog() logr.Logger
- func (r *Reconciler) GetReconciledObject() client.Object
- func (*Reconciler) GetReconcilerName() string
- func (r *Reconciler) GetRecorder() record.EventRecorder
- func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
- func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
Constants ¶
View Source
const CONTAINER_PORT int32 = 8000
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
client.Client
Recorder record.EventRecorder
Scheme *runtime.Scheme
// contains filtered or unexported fields
}
Reconciler reconciles a Access object
func (*Reconciler) GetClient ¶
func (r *Reconciler) GetClient() client.Client
func (*Reconciler) GetContext ¶
func (r *Reconciler) GetContext() context.Context
func (*Reconciler) GetLog ¶
func (r *Reconciler) GetLog() logr.Logger
func (*Reconciler) GetReconciledObject ¶
func (r *Reconciler) GetReconciledObject() client.Object
func (*Reconciler) GetReconcilerName ¶
func (*Reconciler) GetReconcilerName() string
func (*Reconciler) GetRecorder ¶
func (r *Reconciler) GetRecorder() record.EventRecorder
func (*Reconciler) Reconcile ¶
Reconcile the accessTunnel object
nolint:all // this was only checked because it was moved, and I want to avoid editing the logic
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.