Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModelConfig ¶ added in v0.6.0
type ModelConfig struct { config.CacheProfile config.ResourceProfile Image string Source modelSource }
type ModelReconciler ¶
type ModelReconciler struct { client.Client Scheme *runtime.Scheme Namespace string AllowPodAddressOverride bool HuggingfaceSecretName string ResourceProfiles map[string]config.ResourceProfile CacheProfiles map[string]config.CacheProfile ModelServers config.ModelServers ModelServerPods config.ModelServerPods ModelLoaders config.ModelLoaders ModelRollouts config.ModelRollouts }
ModelReconciler reconciles a Model object
func (*ModelReconciler) SetupWithManager ¶
func (r *ModelReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type PVCModelAnnotationValue ¶ added in v0.9.0
Click to show internal directories.
Click to hide internal directories.