Skip to content

Commit a13a60e

Browse files
committed
Break GIE api validation to test
1 parent 384a5f7 commit a13a60e

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

api/v1/inferencepool_types.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ type InferencePoolSpec struct {
6363
// with Kubernetes Service selectors, as some implementations may translate
6464
// this configuration into a Service resource.
6565
//
66-
// +required
6766
Selector LabelSelector `json:"selector,omitempty,omitzero"`
6867

6968
// TargetPortNumber defines the port number to access the selected model server Pods.

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,6 @@ spec:
141141
minimum: 1
142142
type: integer
143143
required:
144-
- selector
145144
- targetPortNumber
146145
type: object
147146
status:

0 commit comments

Comments
 (0)