Move files out of old user-guide directory. (#7384)
This commit is contained in:
committed by
k8s-ci-robot
parent
ef265d7dcd
commit
e2118a7d5b
@@ -298,10 +298,15 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"counter-pod": {&api.Pod{}},
|
||||
"fluentd-sidecar-config": {&api.ConfigMap{}},
|
||||
"nginx-app": {&api.Service{}, &extensions.Deployment{}},
|
||||
"nginx-deployment": {&extensions.Deployment{}},
|
||||
"two-files-counter-pod": {&api.Pod{}},
|
||||
"two-files-counter-pod-agent-sidecar": {&api.Pod{}},
|
||||
"two-files-counter-pod-streaming-sidecar": {&api.Pod{}},
|
||||
},
|
||||
"../docs/concepts/cluster-administration/nginx": {
|
||||
"nginx-deployment": {&extensions.Deployment{}},
|
||||
"nginx-svc": {&api.Service{}},
|
||||
},
|
||||
"../docs/concepts/configuration": {
|
||||
"commands": {&api.Pod{}},
|
||||
"pod": {&api.Pod{}},
|
||||
@@ -516,7 +521,6 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"multi-pod": {&api.Pod{}, &api.Pod{}},
|
||||
"new-nginx-deployment": {&extensions.Deployment{}},
|
||||
"nginx-app": {&api.Service{}, &extensions.Deployment{}},
|
||||
"nginx-deployment": {&extensions.Deployment{}},
|
||||
"nginx-init-containers": {&api.Pod{}},
|
||||
"nginx-lifecycle-deployment": {&extensions.Deployment{}},
|
||||
"nginx-probe-deployment": {&extensions.Deployment{}},
|
||||
@@ -557,10 +561,6 @@ func TestExampleObjectSchemas(t *testing.T) {
|
||||
"http-liveness": {&api.Pod{}},
|
||||
"http-liveness-named-port": {&api.Pod{}},
|
||||
},
|
||||
"../docs/user-guide/nginx": {
|
||||
"nginx-deployment": {&extensions.Deployment{}},
|
||||
"nginx-svc": {&api.Service{}},
|
||||
},
|
||||
"../docs/user-guide/node-selection": {
|
||||
"pod": {&api.Pod{}},
|
||||
"pod-with-node-affinity": {&api.Pod{}},
|
||||
|
||||
Reference in New Issue
Block a user