Hi
Any one out here, who seen any package that wraps around the Kubernetes CLI utility: kubectl?
A package for executing kubectl, and translate the output to structs?
I know the client-go exists (package for go, to interact with kubernetes). But I want to have a wrapper ower kubectl.
If not possible, any one who can point me to kubernetes types (pod, container etc) for go?
// Micke