accesstunnel

package
v0.13.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 8, 2025 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Overview

Package accesstunnel contains the code associated with the reconciliation process for the accessTunnel resource

Index

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

func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL