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 af4da3f commit e15893bCopy full SHA for e15893b
api/v1/inferencepool_types.go
@@ -80,7 +80,7 @@ type Port struct {
80
// +kubebuilder:validation:Minimum=1
81
// +kubebuilder:validation:Maximum=65535
82
// +kubebuilder:validation:Required
83
- PortNumber int32 `json:"portNumber"`
+ Number int32 `json:"number"`
84
}
85
86
// EndpointPickerConfig specifies the configuration needed by the proxy to discover and connect to the endpoint picker extension.
0 commit comments