mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Document several patterns for using Job.
This commit is contained in:
		| @@ -392,6 +392,14 @@ func TestExampleObjectSchemas(t *testing.T) { | ||||
| 			"javaweb":   &api.Pod{}, | ||||
| 			"javaweb-2": &api.Pod{}, | ||||
| 		}, | ||||
| 		"../examples/job/work-queue-1": { | ||||
| 			"job": &extensions.Job{}, | ||||
| 		}, | ||||
| 		"../examples/job/work-queue-2": { | ||||
| 			"redis-pod":     &api.Pod{}, | ||||
| 			"redis-service": &api.Service{}, | ||||
| 			"job":           &extensions.Job{}, | ||||
| 		}, | ||||
| 	} | ||||
|  | ||||
| 	capabilities.SetForTests(capabilities.Capabilities{ | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Eric Tune
					Eric Tune