Skip to content

Commit 1f68561

Browse files
committed
feat: implement decision-based routing with plugin architecture
Signed-off-by: bitliu <[email protected]>
1 parent ef099fd commit 1f68561

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

deploy/helm/semantic-router/crds/vllm.ai_intelligentroutes.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ spec:
1717
scope: Namespaced
1818
versions:
1919
- additionalPrinterColumns:
20-
- description: Decision strategy
21-
jsonPath: .spec.strategy
22-
name: Strategy
23-
type: string
2420
- description: Number of decisions
2521
jsonPath: .status.decisionCount
2622
name: Decisions

deploy/kubernetes/crds/vllm.ai_intelligentroutes.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ spec:
1717
scope: Namespaced
1818
versions:
1919
- additionalPrinterColumns:
20-
- description: Decision strategy
21-
jsonPath: .spec.strategy
22-
name: Strategy
23-
type: string
2420
- description: Number of decisions
2521
jsonPath: .status.decisionCount
2622
name: Decisions

src/semantic-router/pkg/apis/vllm.ai/v1alpha1/types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,6 @@ type IntelligentPoolList struct {
129129
// +kubebuilder:object:root=true
130130
// +kubebuilder:subresource:status
131131
// +kubebuilder:resource:scope=Namespaced,shortName=iroute
132-
// +kubebuilder:printcolumn:name="Strategy",type="string",JSONPath=".spec.strategy",description="Decision strategy"
133132
// +kubebuilder:printcolumn:name="Decisions",type="integer",JSONPath=".status.decisionCount",description="Number of decisions"
134133
// +kubebuilder:printcolumn:name="Status",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status",description="Ready status"
135134
// +kubebuilder:printcolumn:name="Age",type="date",JSONPath=".metadata.creationTimestamp"

0 commit comments

Comments
 (0)