Skip to content

Commit 6830074

Browse files
committed
test
1 parent fd799bd commit 6830074

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apix/v1alpha2/inferencemodelrewrite_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ type InferenceModelRewriteRule struct {
8787
// +optional
8888
// +kubebuilder:validation:MinItems=1
8989
//
90-
Targets []TargetModel `json:"split,omitempty"`
90+
Targets []TargetModel `json:"targets,omitempty"`
9191
}
9292

9393
// TargetModel defines a weighted model destination for traffic distribution.

client-go/applyconfiguration/apix/v1alpha2/inferencemodelrewriterule.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/crd/bases/inference.networking.x-k8s.io_inferencemodelrewrites.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ spec:
110110
- model
111111
type: object
112112
type: array
113-
split:
113+
targets:
114114
items:
115115
description: TargetModel defines a weighted model destination
116116
for traffic distribution.

0 commit comments

Comments
 (0)