Closed erlisb closed 1 year ago
following these discussions : https://github.com/kubernetes/gengo/issues/138 https://github.com/kubernetes-sigs/controller-tools/issues/287
the data type map[string]interface{} is not allowed by controller-tools, therefore, I had to use apiextensionsv1.JSON instead.
following these discussions : https://github.com/kubernetes/gengo/issues/138 https://github.com/kubernetes-sigs/controller-tools/issues/287
the data type map[string]interface{} is not allowed by controller-tools, therefore, I had to use apiextensionsv1.JSON instead.