Right now, we only use the [`queue.sidecar.serving.knative.dev/resourcePercentage`](https://github.com/gojek/merlin/blob/main/api/cluster/resource.go#L34) annotation to configure the autoscaling and its value is configured globally per [environment](https://github.com/gojek/merlin/blob/main/api/config/environment.go#L42). As described [here](https://github.com/gojek/merlin/pull/15#discussion_r514116881), we also cannot specify autoscaling policy for predictor (the model) and transformer specifically. This issue tracks how to enables the user to specify autoscaling configuration for their model.