controller

package
v0.2.1 Latest Latest
Warning

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

Go to latest
Published: Feb 24, 2026 License: MIT Imports: 33 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AIMArtifactReconciler

type AIMArtifactReconciler struct {
	client.Client
	Clientset *kubernetes.Clientset
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	// contains filtered or unexported fields
}

AIMArtifactReconciler reconciles a AIMArtifact object

func (*AIMArtifactReconciler) Reconcile

func (r *AIMArtifactReconciler) 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. TODO(user): Modify the Reconcile function to compare the state specified by the AIMArtifact object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

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

func (*AIMArtifactReconciler) SetupWithManager

func (r *AIMArtifactReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type AIMClusterModelReconciler

type AIMClusterModelReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	Clientset kubernetes.Interface
	// contains filtered or unexported fields
}

AIMClusterModelReconciler reconciles an AIMClusterModel object

func (*AIMClusterModelReconciler) Reconcile

func (*AIMClusterModelReconciler) SetupWithManager

func (r *AIMClusterModelReconciler) SetupWithManager(mgr ctrl.Manager) error

type AIMClusterModelSourceReconciler

type AIMClusterModelSourceReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	Clientset kubernetes.Interface
	// contains filtered or unexported fields
}

AIMClusterModelSourceReconciler reconciles an AIMClusterModelSource object.

func (*AIMClusterModelSourceReconciler) Reconcile

func (*AIMClusterModelSourceReconciler) SetupWithManager

func (r *AIMClusterModelSourceReconciler) SetupWithManager(mgr ctrl.Manager) error

type AIMClusterRuntimeConfigReconciler

type AIMClusterRuntimeConfigReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

AIMClusterRuntimeConfigReconciler reconciles a AIMClusterRuntimeConfig object

func (*AIMClusterRuntimeConfigReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the AIMClusterRuntimeConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

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

func (*AIMClusterRuntimeConfigReconciler) SetupWithManager

func (r *AIMClusterRuntimeConfigReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type AIMClusterServiceTemplateReconciler

type AIMClusterServiceTemplateReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	Clientset kubernetes.Interface
	// contains filtered or unexported fields
}

AIMClusterServiceTemplateReconciler reconciles a AIMClusterServiceTemplate object

func (*AIMClusterServiceTemplateReconciler) Reconcile

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 (*AIMClusterServiceTemplateReconciler) SetupWithManager

func (r *AIMClusterServiceTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type AIMModelReconciler

type AIMModelReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	Clientset kubernetes.Interface
	// contains filtered or unexported fields
}

AIMModelReconciler reconciles an AIMModel object

func (*AIMModelReconciler) Reconcile

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

func (*AIMModelReconciler) SetupWithManager

func (r *AIMModelReconciler) SetupWithManager(mgr ctrl.Manager) error

type AIMRuntimeConfigReconciler

type AIMRuntimeConfigReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

AIMRuntimeConfigReconciler reconciles a AIMRuntimeConfig object

func (*AIMRuntimeConfigReconciler) Reconcile

Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state. TODO(user): Modify the Reconcile function to compare the state specified by the AIMRuntimeConfig object against the actual cluster state, and then perform operations to make the cluster state reflect the state specified by the user.

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

func (*AIMRuntimeConfigReconciler) SetupWithManager

func (r *AIMRuntimeConfigReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type AIMServiceReconciler

type AIMServiceReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	Clientset kubernetes.Interface
	// contains filtered or unexported fields
}

AIMServiceReconciler reconciles a AIMService object

func (*AIMServiceReconciler) Reconcile

func (r *AIMServiceReconciler) 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.

func (*AIMServiceReconciler) SetupWithManager

func (r *AIMServiceReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type AIMServiceTemplateReconciler

type AIMServiceTemplateReconciler struct {
	client.Client
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	Clientset kubernetes.Interface
	// contains filtered or unexported fields
}

AIMServiceTemplateReconciler reconciles a AIMServiceTemplate object

func (*AIMServiceTemplateReconciler) Reconcile

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 (*AIMServiceTemplateReconciler) SetupWithManager

func (r *AIMServiceTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager sets up the controller with the Manager.

type AIMTemplateCacheReconciler

type AIMTemplateCacheReconciler struct {
	client.Client
	Clientset *kubernetes.Clientset
	Scheme    *runtime.Scheme
	Recorder  record.EventRecorder
	// contains filtered or unexported fields
}

AIMTemplateCacheReconciler reconciles a AIMTemplateCache object

func (*AIMTemplateCacheReconciler) Reconcile

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 (*AIMTemplateCacheReconciler) SetupWithManager

func (r *AIMTemplateCacheReconciler) SetupWithManager(mgr ctrl.Manager) 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