Skip to content

Commit 68528a8

Browse files
committed
fixed verify
Signed-off-by: Xiyue Yu <[email protected]>
1 parent 9bba695 commit 68528a8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

api/v1/inferencepool_types.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +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-
//
103+
// Required if the referent is ambiguous(e.g. service with one port is unambiguous).
104+
//
105105
// Defaults to "Service" when not specified.
106106
//
107107
// ExternalName services can refer to CNAME DNS records that may live

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ 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)
73+
Required if the referent is ambiguous(e.g. service with one port is unambiguous).
7474
7575
Defaults to "Service" when not specified.
7676

0 commit comments

Comments
 (0)