mirror of
https://github.com/kubernetes/client-go.git
synced 2025-09-24 04:29:36 +00:00
@@ -63,7 +63,7 @@ To install `client-go` and place its dependencies in your `$GOPATH`:
|
|||||||
```sh
|
```sh
|
||||||
go get k8s.io/client-go/...
|
go get k8s.io/client-go/...
|
||||||
cd $GOPATH/src/k8s.io/client-go
|
cd $GOPATH/src/k8s.io/client-go
|
||||||
git checkout v2.0.0
|
git checkout v5.0.0
|
||||||
# cd 1.5 # only necessary with 1.5 and 1.4 clients.
|
# cd 1.5 # only necessary with 1.5 and 1.4 clients.
|
||||||
godep restore ./...
|
godep restore ./...
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user