Skip to content

Commit f6367c6

Browse files
committed
changed comment
1 parent ede3698 commit f6367c6

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
@@ -123,7 +123,7 @@ type Extension struct {
123123
// Service.
124124
//
125125
// +optional
126-
//nolint:kubeapilinter
126+
//nolint:kubeapilinter // ignore kubeapilinter here as we want to use pointer here as 0 usually means all ports.
127127
PortNumber *PortNumber `json:"portNumber,omitempty"`
128128

129129
// Configures how the gateway handles the case when the extension is not responsive.

0 commit comments

Comments
 (0)