Remove examples moved to docs site

Part of https://github.com/kubernetes/kubernetes/issues/23511
Left redirect in md files and deleted files intended for download.
This commit is contained in:
Eric Tune
2016-03-25 16:41:56 -07:00
parent d08a722647
commit bbfda4be90
15 changed files with 6 additions and 1161 deletions

View File

@@ -401,14 +401,6 @@ func TestExampleObjectSchemas(t *testing.T) {
"javaweb": &api.Pod{},
"javaweb-2": &api.Pod{},
},
"../examples/job/work-queue-1": {
"job": &batch.Job{},
},
"../examples/job/work-queue-2": {
"redis-pod": &api.Pod{},
"redis-service": &api.Service{},
"job": &batch.Job{},
},
"../examples/volumes/azure_file": {
"azure": &api.Pod{},
},