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) 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.