I want to use serving api which is the part of the knative serving repo to create serving application. Since i'm writing a custom controller, i need to make use of Go client. I'm finding it difficult to generate boiler plate code using the code-generator. I'm following the below mentioned blog on how to do it.
- https://insujang.github.io/2020-02-13/programming-kubernetes-crd/#write-template-code
- https://blog.openshift.com/kubernetes-deep-dive-code-generation-customresources/
But i couldn't achieve it. Any help is appreciated.