Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for maxFailedIndexes (0.23 sec)

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

    					BackoffLimitPerIndex: nil,
    					MaxFailedIndexes:     nil,
    				},
    			},
    			updatedJob: batch.Job{
    				ObjectMeta: getValidObjectMeta(0),
    				Spec: batch.JobSpec{
    					Selector:             validSelector,
    					Template:             validPodTemplateSpec,
    					BackoffLimitPerIndex: ptr.To[int32](1),
    					MaxFailedIndexes:     ptr.To[int32](1),
    				},
    			},
    			wantJob: batch.Job{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 101.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/types.go

    	// This field is beta-level. It can be used when the `JobBackoffLimitPerIndex`
    	// feature gate is enabled (enabled by default).
    	// +optional
    	MaxFailedIndexes *int32 `json:"maxFailedIndexes,omitempty" protobuf:"varint,13,opt,name=maxFailedIndexes"`
    
    	// TODO enabled it when https://github.com/kubernetes/kubernetes/issues/28486 has been fixed
    	// Optional number of failed pods to retain.
    	// +optional
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml

      uid: uidValue
    spec:
      activeDeadlineSeconds: 3
      backoffLimit: 7
      backoffLimitPerIndex: 12
      completionMode: completionModeValue
      completions: 2
      managedBy: managedByValue
      manualSelector: true
      maxFailedIndexes: 13
      parallelism: 1
      podFailurePolicy:
        rules:
        - action: actionValue
          onExitCodes:
            containerName: containerNameValue
            operator: operatorValue
            values:
            - 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.7K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.yaml

          activeDeadlineSeconds: 3
          backoffLimit: 7
          backoffLimitPerIndex: 12
          completionMode: completionModeValue
          completions: 2
          managedBy: managedByValue
          manualSelector: true
          maxFailedIndexes: 13
          parallelism: 1
          podFailurePolicy:
            rules:
            - action: actionValue
              onExitCodes:
                containerName: containerNameValue
                operator: operatorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.yaml

      uid: uidValue
    spec:
      activeDeadlineSeconds: 3
      backoffLimit: 7
      backoffLimitPerIndex: 12
      completionMode: completionModeValue
      completions: 2
      managedBy: managedByValue
      manualSelector: true
      maxFailedIndexes: 13
      parallelism: 1
      podFailurePolicy:
        rules:
        - action: actionValue
          onExitCodes:
            containerName: containerNameValue
            operator: operatorValue
            values:
            - 3
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.yaml

          activeDeadlineSeconds: 3
          backoffLimit: 7
          backoffLimitPerIndex: 12
          completionMode: completionModeValue
          completions: 2
          managedBy: managedByValue
          manualSelector: true
          maxFailedIndexes: 13
          parallelism: 1
          podFailurePolicy:
            rules:
            - action: actionValue
              onExitCodes:
                containerName: containerNameValue
                operator: operatorValue
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 41.3K bytes
    - Viewed (0)
Back to top