How to create kubernetes objects by passing a yaml file like kubectl apply in golang
7/30/2019
I am creating a tool that will create kubernetes object using a yaml file. I am writing it in golang. The tool would like to achieve same behaviour as kubectl apply -f test.yaml