remove out-of-date HA content (#9058)
* remove out-of-date HA content * remove files from tests, add redirect
This commit is contained in:
committed by
k8s-ci-robot
parent
f58f8c2fcf
commit
5bfb804e4e
@@ -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{}},
|
||||
|
||||
Reference in New Issue
Block a user