Parent issue: #674 The priority in API spec is an [int](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/fb77ef28d7d66ecaedfac033c0dcc746fe62b6d7/apix/v1alpha2/inferenceobjective_types.go#L80) whereas in the EPP flow control is an [unsigned int](https://github.com/kubernetes-sigs/gateway-api-inference-extension/blob/8446c07bf2515206f61da2b467e2e3e652dcf876/pkg/epp/flowcontrol/types/flow.go#L44) This issue is to track the work to make the type in flow control also an int. cc @LukeAVanDrie