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