controller

package
v0.1.3 Latest Latest
Warning

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

Go to latest
Published: Nov 3, 2025 License: Apache-2.0 Imports: 35 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// RealtimeEngramFinalizer is the finalizer for Engrams in deployment/statefulset mode.
	RealtimeEngramFinalizer = "engram.bubustack.io/realtime-finalizer"
)
View Source
const (
	// StoryFinalizer is the name of the finalizer used by the Story controller.
	StoryFinalizer = "story.bubustack.io/finalizer"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type EngramReconciler

type EngramReconciler struct {
	config.ControllerDependencies
	Recorder record.EventRecorder
}

EngramReconciler reconciles an Engram object

func (*EngramReconciler) Reconcile

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

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.22.1/pkg/reconcile

func (*EngramReconciler) SetupWithManager

func (r *EngramReconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error

SetupWithManager sets up the controller with the Manager.

type ImpulseReconciler

type ImpulseReconciler struct {
	config.ControllerDependencies
	Recorder record.EventRecorder
}

ImpulseReconciler reconciles a Impulse object

func (*ImpulseReconciler) Reconcile

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

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

For more details, check Reconcile and its Result here: - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.18.2/pkg/reconcile

func (*ImpulseReconciler) SetupWithManager

func (r *ImpulseReconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error

SetupWithManager sets up the controller with the Manager.

type RealtimeEngramReconciler

type RealtimeEngramReconciler struct {
	config.ControllerDependencies
}

RealtimeEngramReconciler reconciles an Engram object for real-time workloads

func (*RealtimeEngramReconciler) Reconcile

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

func (*RealtimeEngramReconciler) SetupWithManager

func (r *RealtimeEngramReconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error

SetupWithManager sets up the controller with the Manager.

type StoryReconciler

type StoryReconciler struct {
	config.ControllerDependencies
	Recorder record.EventRecorder
}

StoryReconciler reconciles a Story object

func (*StoryReconciler) Reconcile

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

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.

func (*StoryReconciler) SetupWithManager

func (r *StoryReconciler) SetupWithManager(mgr ctrl.Manager, opts controller.Options) error

SetupWithManager sets up the controller with the Manager.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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