Convert Kubernetes YAML manifests to Go code
Convert Kubernetes YAML to Golang
naml
$ naml -f deployment.yaml
$ cat pod.yaml | naml
$ naml -f service.yaml -p mypackage