上传者: 42121725
|
上传时间: 2021-12-17 14:38:24
|
文件大小: 5.32MB
|
文件类型: -
客户去例子
我创建此仓库是因为我想学习使用client-go库访问Kubernetes API
使用说明
安装
go get github.com/reetasingh/client-go-examples
列出豆荚
reetasingh:practice-client-go reetasingh$ go run cmd/list_pods/main.go
列出命名空间
reetasingh:practice-client-go reetasingh$ go run cmd/list_namespaces/main.go
有关其他操作,请检查cmd目录