Skip to content

Commit bed1689

Browse files
committed
updated it
1 parent 7be957a commit bed1689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/v1/inferencepool_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ type EndpointPickerRef struct {
130130
// unspecified (defaults to "Service").
131131
//
132132
// +optional
133-
//nolint:kubeapilinter // ignore kubeapilinter here as we want to use pointer as zero means all ports
133+
//nolint:kubeapilinter // ignore kubeapilinter here as we want to use pointer as zero means all ports in convention, we don't make to use 0 to indicate not set.
134134
PortNumber *PortNumber `json:"portNumber,omitempty"`
135135

136136
// FailureMode configures how the parent handles the case when the Endpoint Picker extension

0 commit comments

Comments
 (0)