Documentation
¶
Index ¶
- type AIMArtifactReconciler
- type AIMClusterModelReconciler
- type AIMClusterModelSourceReconciler
- type AIMClusterRuntimeConfigReconciler
- type AIMClusterServiceTemplateReconciler
- type AIMModelReconciler
- type AIMRuntimeConfigReconciler
- type AIMServiceReconciler
- type AIMServiceTemplateReconciler
- type AIMTemplateCacheReconciler
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) 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) SetupWithManager ¶
func (r *AIMClusterModelSourceReconciler) SetupWithManager(mgr ctrl.Manager) error
type AIMClusterRuntimeConfigReconciler ¶
AIMClusterRuntimeConfigReconciler reconciles a AIMClusterRuntimeConfig object
func (*AIMClusterRuntimeConfigReconciler) Reconcile ¶
func (r *AIMClusterRuntimeConfigReconciler) 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 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 ¶
func (r *AIMClusterServiceTemplateReconciler) 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 (*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) SetupWithManager ¶
func (r *AIMModelReconciler) SetupWithManager(mgr ctrl.Manager) error
type AIMRuntimeConfigReconciler ¶
AIMRuntimeConfigReconciler reconciles a AIMRuntimeConfig object
func (*AIMRuntimeConfigReconciler) Reconcile ¶
func (r *AIMRuntimeConfigReconciler) 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 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 ¶
func (r *AIMServiceTemplateReconciler) 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 (*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 ¶
func (r *AIMTemplateCacheReconciler) 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 (*AIMTemplateCacheReconciler) SetupWithManager ¶
func (r *AIMTemplateCacheReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Source Files
¶
- aimartifact_controller.go
- aimclustermodel_controller.go
- aimclustermodelsource_controller.go
- aimclusterruntimeconfig_controller.go
- aimclusterservicetemplate_controller.go
- aimmodel_controller.go
- aimruntimeconfig_controller.go
- aimservice_controller.go
- aimservicetemplate_controller.go
- aimtemplatecache_controller.go
- namespace_termination.go