可以到我的个人主页上面查找文章使用client-go访问k8s中的CRD参考如何使用k8s client-go访问自定义CRD。
安装:
go get github.com/double12gzh/k8s-demo
创建CRD:
kubectl apply -f https://raw.githubusercontent.com/double12gzh/k8s-demo/master/kubernetes/crd.yaml
kubectl apply -f https://raw.githubusercontent.com/double12gzh/k8s-demo/master/kubernetes/project.yaml