Skip to content

Commit 34b42b5

Browse files
committed
revert back:
1 parent f1de320 commit 34b42b5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

api/v1/inferencepool_types.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@ type InferencePoolSpec struct {
6666
// +kubebuilder:validation:Required
6767
// +kubebuilder:validation:MinItems=1
6868
// +kubebuilder:validation:MaxItems=1
69-
// +listType=set
70-
// +listTypeKey=number
7169
TargetPorts []Port `json:"targetPorts"`
7270

7371
// EndpointPickerConfig specifies the configuration needed by the proxy to discover and connect to the endpoint

config/crd/bases/inference.networking.k8s.io_inferencepools.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ spec:
140140
maxItems: 1
141141
minItems: 1
142142
type: array
143-
x-kubernetes-list-type: set
144143
required:
145144
- extensionRef
146145
- selector

0 commit comments

Comments
 (0)