controllers

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Dec 22, 2025 License: Apache-2.0 Imports: 31 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type SubGraphReconciler

type SubGraphReconciler struct {
	client.Client
	Log      logr.Logger
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
}

SubGraph reconciles a SubGraph object

func (*SubGraphReconciler) Reconcile

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

Reconcile SubGraphs

func (*SubGraphReconciler) SetupWithManager

func (r *SubGraphReconciler) SetupWithManager(mgr ctrl.Manager, opts SubGraphReconcilerOptions) error

SetupWithManager adding controllers

type SubGraphReconcilerOptions

type SubGraphReconcilerOptions struct {
	MaxConcurrentReconciles int
}

type SuperGraphReconciler

type SuperGraphReconciler struct {
	client.Client
	Log      logr.Logger
	Scheme   *runtime.Scheme
	Recorder record.EventRecorder
}

SuperGraph reconciles a SuperGraph object

func (*SuperGraphReconciler) Reconcile

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

Reconcile SuperGraphs

func (*SuperGraphReconciler) SetupWithManager

func (r *SuperGraphReconciler) SetupWithManager(mgr ctrl.Manager, opts SuperGraphReconcilerOptions) error

SetupWithManager adding controllers

type SuperGraphReconcilerOptions

type SuperGraphReconcilerOptions struct {
	MaxConcurrentReconciles int
}

type SuperGraphSchemaReconciler

type SuperGraphSchemaReconciler struct {
	client.Client
	Log                    logr.Logger
	Scheme                 *runtime.Scheme
	Recorder               record.EventRecorder
	DefaultSuperGraphImage string
	DefaultHTTPDImage      string
	HTTPGetter             httpGetter
}

SuperGraphSchema reconciles a SuperGraphSchema object

func (*SuperGraphSchemaReconciler) Reconcile

Reconcile SuperGraphSchemas

func (*SuperGraphSchemaReconciler) SetupWithManager

SetupWithManager adding controllers

type SuperGraphSchemaReconcilerOptions

type SuperGraphSchemaReconcilerOptions struct {
	MaxConcurrentReconciles int
}

Jump to

Keyboard shortcuts

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