You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/v1/inferencepool_types.go
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ type EndpointPickerRef struct {
130
130
// unspecified (defaults to "Service").
131
131
//
132
132
// +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.
0 commit comments