Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getValidObjectMetaWithAnnotations (0.24 sec)

  1. pkg/registry/batch/job/strategy_test.go

    				},
    			},
    			updatedJob: batch.Job{
    				ObjectMeta: getValidObjectMetaWithAnnotations(0, map[string]string{"hello": "world"}),
    				Spec: batch.JobSpec{
    					Selector: validSelector,
    					Template: validPodTemplateSpec,
    				},
    				Status: batch.JobStatus{
    					Active: 2,
    				},
    			},
    			wantJob: batch.Job{
    				ObjectMeta: getValidObjectMetaWithAnnotations(0, map[string]string{"hello": "world"}),
    				Spec: batch.JobSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
Back to top