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) 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 ¶
func (r *SuperGraphSchemaReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile SuperGraphSchemas
func (*SuperGraphSchemaReconciler) SetupWithManager ¶
func (r *SuperGraphSchemaReconciler) SetupWithManager(mgr ctrl.Manager, opts SuperGraphSchemaReconcilerOptions) error
SetupWithManager adding controllers
type SuperGraphSchemaReconcilerOptions ¶
type SuperGraphSchemaReconcilerOptions struct {
MaxConcurrentReconciles int
}
Click to show internal directories.
Click to hide internal directories.