After the kubernetes/code-generator#163 issue in Kubernetes code-gen has a PR that is likely to be merged, we should set up an interim fork of that repo.
Such fork would be tracking the Kubernetes code-gen until the said PR be available in Kantive.
The fork should be automatically updated with a CI, to apply our modification on top of the K8s code-gen for each of the release branches.
Our interim drift of K8s code-gen may contain just an embedding of K8s scripts, similar to knative/hack#222
Here are some references which may help set up such a fork:
After the kubernetes/code-generator#163 issue in Kubernetes code-gen has a PR that is likely to be merged, we should set up an interim fork of that repo.
Such fork would be tracking the Kubernetes code-gen until the said PR be available in Kantive.
The fork should be automatically updated with a CI, to apply our modification on top of the K8s code-gen for each of the release branches.
Our interim drift of K8s code-gen may contain just an embedding of K8s scripts, similar to knative/hack#222
Here are some references which may help set up such a fork: