Skip to content

Commit e89080e

Browse files
committed
revert back:
1 parent 23498e7 commit e89080e

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
@@ -67,8 +67,6 @@ type InferencePoolSpec struct {
6767
// +kubebuilder:validation:Required
6868
// +kubebuilder:validation:MinItems=1
6969
// +kubebuilder:validation:MaxItems=1
70-
// +listType=set
71-
// +listTypeKey=number
7270
TargetPorts []Port `json:"targetPorts"`
7371

7472
// 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
@@ -150,7 +150,6 @@ spec:
150150
maxItems: 1
151151
minItems: 1
152152
type: array
153-
x-kubernetes-list-type: set
154153
required:
155154
- selector
156155
- targetPorts

0 commit comments

Comments
 (0)