Skip to content

Commit

Permalink
remove no longer needed ServerImages (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
samos123 committed Sep 3, 2024
1 parent ba9e037 commit 3f38a81
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions internal/modelcontroller/model_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ type ModelReconciler struct {
ModelServers config.ModelServers
}

type ServerImages struct {
Ollama string
VLLMCPU string
VLLMGPU string
}

// +kubebuilder:rbac:groups=kubeai.org,resources=models,verbs=get;list;watch;create;update;patch;delete
// +kubebuilder:rbac:groups=kubeai.org,resources=models/status,verbs=get;update;patch
// +kubebuilder:rbac:groups=kubeai.org,resources=models/scale,verbs=get;update;patch
Expand Down

0 comments on commit 3f38a81

Please sign in to comment.