Skip to content

Commit

Permalink
Update README to reflect dep changes
Browse files Browse the repository at this point in the history
This commit updates the README to talk about `glide` and removes
mentions of the old special version of some of the vendored kubernetes
libraries.
  • Loading branch information
DirectXMan12 committed Apr 13, 2017
1 parent 04f8dc2 commit 0d451f3
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,10 @@ A sample implementation of this can be found in the file `sample-main.go`
and `pkg/sample-cmd` directory. You'll want to have the equivalent files
in your project.

### A note on Godeps

The vendored directory currently contains a copy of `k8s.io/apiserver`
with a special patch applied to support the dynamic nature of the custom
metrics API server
([kubernetes/kubernetes#42845](https://github.com/kubernetes/kubernetes/pull/42845)).
Until this functionality lands in the main `k8s.io/apiserver` repository,
you should use the vendored copy here.
### A note on Dependencies

You'll need to `glide install` dependencies before you can use this
project.

## Compatibility

Expand Down

0 comments on commit 0d451f3

Please sign in to comment.