client-go
client-go copied to clipboard
creating resources based on yaml, resource versions are inconsistent
I use client-go to identify yaml and create k8s resources, but the obj object is returned after creation, the resourceVersion I get through obj.GetResourceVersion is different from the resourceVersion of the resource actually created in the cluster.