Skip to content

Commit f1141f9

Browse files
authored
fix(cleanup): change spec doc (kubernetes-sigs#1434)
* change spec doc * fixed verify Signed-off-by: Xiyue Yu <[email protected]> --------- Signed-off-by: Xiyue Yu <[email protected]>
1 parent 46b4553 commit f1141f9

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

api/v1/inferencepool_types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,8 @@ type EndpointPickerRef struct {
100100

101101
// Kind is the Kubernetes resource kind of the referent.
102102
//
103+
// Required if the referent is ambiguous(e.g. service with one port is unambiguous).
104+
//
103105
// Defaults to "Service" when not specified.
104106
//
105107
// ExternalName services can refer to CNAME DNS records that may live

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,8 @@ spec:
7070
description: |-
7171
Kind is the Kubernetes resource kind of the referent.
7272
73+
Required if the referent is ambiguous(e.g. service with one port is unambiguous).
74+
7375
Defaults to "Service" when not specified.
7476
7577
ExternalName services can refer to CNAME DNS records that may live

0 commit comments

Comments
 (0)