remove out-of-date HA content (#9058)

* remove out-of-date HA content

* remove files from tests, add redirect
This commit is contained in:
Jennifer Rondeau
2018-06-18 11:01:31 -04:00
committed by k8s-ci-robot
parent f58f8c2fcf
commit 5bfb804e4e
12 changed files with 2 additions and 628 deletions
-7
View File
@@ -267,13 +267,6 @@ func walkConfigFiles(inDir string, fn func(name, path string, data [][]byte)) er
func TestExampleObjectSchemas(t *testing.T) {
// Please help maintain the alphabeta order in the map
cases := map[string]map[string][]runtime.Object{
"docs/admin/high-availability": {
"etcd": {&api.Pod{}},
"kube-apiserver": {&api.Pod{}},
"kube-controller-manager": {&api.Pod{}},
"kube-scheduler": {&api.Pod{}},
"podmaster": {&api.Pod{}},
},
"docs/admin/limitrange": {
"invalid-pod": {&api.Pod{}},
"limits": {&api.LimitRange{}},