Closed xianlubird closed 6 years ago
In this example, we have to use kubectl create the CustomResourceDefinition. But how do we create it through client-go in code ?
It's similar to how they create the deployment resource.
@xianlubird Probably you have already figured it out..If not, check this example:
https://github.com/cloud-ark/labs/tree/master/register-crd-example
In this example, we have to use kubectl create the CustomResourceDefinition. But how do we create it through client-go in code ?