Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for failedJobsHistoryLimit (0.27 sec)

  1. staging/src/k8s.io/api/batch/v1/generated.pb.go

    		i -= len(*m.TimeZone)
    		copy(dAtA[i:], *m.TimeZone)
    		i = encodeVarintGenerated(dAtA, i, uint64(len(*m.TimeZone)))
    		i--
    		dAtA[i] = 0x42
    	}
    	if m.FailedJobsHistoryLimit != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.FailedJobsHistoryLimit))
    		i--
    		dAtA[i] = 0x38
    	}
    	if m.SuccessfulJobsHistoryLimit != nil {
    		i = encodeVarintGenerated(dAtA, i, uint64(*m.SuccessfulJobsHistoryLimit))
    		i--
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 133K bytes
    - Viewed (0)
  2. pkg/apis/batch/validation/validation_test.go

    				SuccessfulJobsHistoryLimit: &negative,
    				JobTemplate: batch.JobTemplateSpec{
    					Spec: batch.JobSpec{
    						Template: validPodTemplateSpec,
    					},
    				},
    			},
    		},
    		"spec.failedJobsHistoryLimit: must be greater than or equal to 0": {
    			ObjectMeta: metav1.ObjectMeta{
    				Name:      "mycronjob",
    				Namespace: metav1.NamespaceDefault,
    				UID:       types.UID("1a2b3c"),
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 124.3K bytes
    - Viewed (0)
Back to top