Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SetupWithManager ¶
SetupWithManager registers all AIM controllers with the manager
Types ¶
type AIMClusterServiceTemplateReconciler ¶
type AIMClusterServiceTemplateReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
Clientset kubernetes.Interface
}
AIMClusterServiceTemplateReconciler reconciles a AIMClusterServiceTemplate object
func (*AIMClusterServiceTemplateReconciler) SetupWithManager ¶
func (r *AIMClusterServiceTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error
type AIMModelCacheReconciler ¶
type AIMModelCacheReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
Clientset kubernetes.Interface
}
AIMModelCacheReconciler reconciles a AIMModelCache object
func (*AIMModelCacheReconciler) SetupWithManager ¶
func (r *AIMModelCacheReconciler) SetupWithManager(mgr ctrl.Manager) error
type AIMServiceReconciler ¶
type AIMServiceReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
}
AIMServiceReconciler reconciles AIMService resources into KServe InferenceServices.
func (*AIMServiceReconciler) SetupWithManager ¶
func (r *AIMServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
type AIMServiceTemplateReconciler ¶
type AIMServiceTemplateReconciler struct {
client.Client
Scheme *runtime.Scheme
Recorder record.EventRecorder
Clientset kubernetes.Interface
}
AIMServiceTemplateReconciler reconciles a AIMServiceTemplate object
func (*AIMServiceTemplateReconciler) SetupWithManager ¶
func (r *AIMServiceTemplateReconciler) SetupWithManager(mgr ctrl.Manager) error
Source Files
¶
Click to show internal directories.
Click to hide internal directories.