Skip to content

Commit 41a6f85

Browse files
capri-xiyuerobscott
andcommitted
Update api/v1/inferencepool_types.go
Co-authored-by: Rob Scott <[email protected]>
1 parent a07f1c9 commit 41a6f85

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
@@ -81,7 +81,7 @@ type Port struct {
8181
// +kubebuilder:validation:Minimum=1
8282
// +kubebuilder:validation:Maximum=65535
8383
// +kubebuilder:validation:Required
84-
PortNumber int32 `json:"portNumber"`
84+
Number int32 `json:"number"`
8585
}
8686

8787
// EndpointPickerConfig specifies the configuration needed by the proxy to discover and connect to the endpoint picker extension.

0 commit comments

Comments
 (0)