Remove dangling yamls not referenced anywhere (#8127)

The 'user-guide' subdirectory is almost empty now after the contents
are migrated to either concepts or tasks. This PR removes the contents
left over in this path.
This commit is contained in:
Qiming
2018-04-21 00:36:00 +08:00
committed by k8s-ci-robot
parent 47bea91221
commit ebdb9da901
44 changed files with 0 additions and 1086 deletions
-57
View File
@@ -515,62 +515,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"redis-slave-deployment": {&extensions.Deployment{}},
"redis-slave-service": {&api.Service{}},
},
"../docs/user-guide": {
"bad-nginx-deployment": {&extensions.Deployment{}},
"curlpod": {&extensions.Deployment{}},
"deployment": {&extensions.Deployment{}},
"ingress": {&extensions.Ingress{}},
"job": {&batch.Job{}},
"multi-pod": {&api.Pod{}, &api.Pod{}},
"new-nginx-deployment": {&extensions.Deployment{}},
"nginx-app": {&api.Service{}, &extensions.Deployment{}},
"nginx-init-containers": {&api.Pod{}},
"nginx-lifecycle-deployment": {&extensions.Deployment{}},
"nginx-probe-deployment": {&extensions.Deployment{}},
"nginx-secure-app": {&api.Service{}, &extensions.Deployment{}},
"nginx-svc": {&api.Service{}},
"pod": {&api.Pod{}},
"pod-w-message": {&api.Pod{}},
"redis-deployment": {&extensions.Deployment{}},
"redis-resource-deployment": {&extensions.Deployment{}},
"redis-secret-deployment": {&extensions.Deployment{}},
"run-my-nginx": {&extensions.Deployment{}},
},
"../docs/user-guide/configmap": {
"command-pod": {&api.Pod{}},
"configmap": {&api.ConfigMap{}},
"env-pod": {&api.Pod{}},
"mount-file-pod": {&api.Pod{}},
"volume-pod": {&api.Pod{}},
},
"../docs/user-guide/liveness": {
"exec-liveness": {&api.Pod{}},
"http-liveness": {&api.Pod{}},
"http-liveness-named-port": {&api.Pod{}},
},
"../docs/user-guide/node-selection": {
"pod": {&api.Pod{}},
"pod-with-node-affinity": {&api.Pod{}},
"pod-with-pod-affinity": {&api.Pod{}},
},
"../docs/user-guide/replicasets": {
"frontend": {&extensions.ReplicaSet{}},
"hpa-rs": {&autoscaling.HorizontalPodAutoscaler{}},
"redis-slave": {&extensions.ReplicaSet{}},
},
"../docs/user-guide/secrets": {
"secret": {&api.Secret{}},
"secret-env-pod": {&api.Pod{}},
"secret-pod": {&api.Pod{}},
},
"../docs/user-guide/services": {
"load-balancer-sample": {&api.Service{}},
"service-sample": {&api.Service{}},
},
"../docs/user-guide/update-demo": {
"kitten-rc": {&api.ReplicationController{}},
"nautilus-rc": {&api.ReplicationController{}},
},
"../docs/user-guide/walkthrough": {
"deployment": {&extensions.Deployment{}},
"deployment-update": {&extensions.Deployment{}},
@@ -579,7 +523,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"pod-redis": {&api.Pod{}},
"pod-with-http-healthcheck": {&api.Pod{}},
"pod-with-tcp-socket-healthcheck": {&api.Pod{}},
"podtemplate": {&api.PodTemplate{}},
"service": {&api.Service{}},
},
}