We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ede3698 commit f6367c6Copy full SHA for f6367c6
api/v1/inferencepool_types.go
@@ -123,7 +123,7 @@ type Extension struct {
123
// Service.
124
//
125
// +optional
126
- //nolint:kubeapilinter
+ //nolint:kubeapilinter // ignore kubeapilinter here as we want to use pointer here as 0 usually means all ports.
127
PortNumber *PortNumber `json:"portNumber,omitempty"`
128
129
// Configures how the gateway handles the case when the extension is not responsive.
0 commit comments