From 0d451f3d16c623ca5b7025b34723e91e9ac543fc Mon Sep 17 00:00:00 2001 From: Solly Ross Date: Thu, 13 Apr 2017 16:10:44 -0400 Subject: [PATCH] Update README to reflect dep changes This commit updates the README to talk about `glide` and removes mentions of the old special version of some of the vendored kubernetes libraries. --- README.md | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index d46110c83..e179506c8 100644 --- a/README.md +++ b/README.md @@ -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