accessapplication

package
v0.27.0 Latest Latest
Warning

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

Go to latest
Published: Jan 19, 2026 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Overview

Package accessapplication provides the L2 controller for AccessApplication CRD. This controller handles the reconciliation of AccessApplication resources, resolving policy references and registering configurations with the Core Service.

Index

Constants

View Source
const (
	FinalizerName = "cloudflare.com/accessapplication-finalizer"
	// StateActive indicates the resource is actively synced with Cloudflare
	StateActive = "active"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type Reconciler

type Reconciler struct {
	client.Client
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
	// contains filtered or unexported fields
}

Reconciler reconciles an AccessApplication object

func (*Reconciler) Reconcile

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

Reconcile implements the reconciliation loop for AccessApplication resources.

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