Skip to content

Commit e15893b

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

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

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

0 commit comments

Comments
 (0)