globalvpn

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Oct 14, 2024 License: AGPL-3.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

View Source
const (
	NSReady                   string = "namespace-ready"
	GWReady                   string = "gateway-ready"
	AgtReady                  string = "agent-ready"
	SpecReady                 string = "spec-ready"
	TrackNodePort             string = "track-node-port"
	TrackLoadBalancer         string = "track-load-balancer"
	UpdateCustomCoreDNSConfig string = "update-custom-coredns-config"
)
View Source
const (
	ResourceNamespace = "kl-global-vpn"
)

Variables

View Source
var ApplyChecklist = []rApi.CheckMeta{
	{Name: NSReady, Title: "GlobalVPN Namespace Ready"},
	{Name: SpecReady, Title: "making sure spec data is ready", Debug: true},
	{Name: GWReady, Title: "GlobalVPN Gateway Ready"},
	{Name: AgtReady, Title: "GlobalVPN Agent Ready"},

	{Name: TrackLoadBalancer, Title: "GlobalVPN Gateway LoadBalancer ready"},
	{Name: UpdateCustomCoreDNSConfig, Title: "CoreDNS config updated"},
}

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	client.Client
	Scheme *runtime.Scheme

	Name string

	Env *env.Env
	// contains filtered or unexported fields
}

func (*Reconciler) GetName

func (r *Reconciler) GetName() string

func (*Reconciler) Reconcile

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

func (*Reconciler) SetupWithManager

func (r *Reconciler) SetupWithManager(mgr ctrl.Manager, logger logging.Logger) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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