accessapplication

package
v0.34.1 Latest Latest
Warning

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

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

Documentation

Overview

Package accessapplication provides the controller for AccessApplication CRD. It directly manages Access Applications in Cloudflare Zero Trust.

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
	APIFactory *common.APIClientFactory
}

Reconciler reconciles an AccessApplication object. It directly calls Cloudflare API and writes status back to the CRD.

func (*Reconciler) Reconcile

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

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