You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go mod init mod_name
+ v.0.xx.x depends on your k8s version
$ go get k8s.io/apimachinery@v0.22.3
$ go get k8s.io/client-go@v0.22.3
$ go mod tidy
+ run sample
$ go run xxx.go