Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for maxFailedIndexes (0.5 sec)

  1. pkg/apis/batch/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.BackoffLimitPerIndex != nil {
    		in, out := &in.BackoffLimitPerIndex, &out.BackoffLimitPerIndex
    		*out = new(int32)
    		**out = **in
    	}
    	if in.MaxFailedIndexes != nil {
    		in, out := &in.MaxFailedIndexes, &out.MaxFailedIndexes
    		*out = new(int32)
    		**out = **in
    	}
    	if in.Selector != nil {
    		in, out := &in.Selector, &out.Selector
    		*out = new(v1.LabelSelector)
    		(*in).DeepCopyInto(*out)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/zz_generated.deepcopy.go

    		**out = **in
    	}
    	if in.BackoffLimitPerIndex != nil {
    		in, out := &in.BackoffLimitPerIndex, &out.BackoffLimitPerIndex
    		*out = new(int32)
    		**out = **in
    	}
    	if in.MaxFailedIndexes != nil {
    		in, out := &in.MaxFailedIndexes, &out.MaxFailedIndexes
    		*out = new(int32)
    		**out = **in
    	}
    	if in.Selector != nil {
    		in, out := &in.Selector, &out.Selector
    		*out = new(metav1.LabelSelector)
    		(*in).DeepCopyInto(*out)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  3. pkg/registry/batch/job/strategy.go

    	if !utilfeature.DefaultFeatureGate.Enabled(features.JobBackoffLimitPerIndex) {
    		if oldJob.Spec.BackoffLimitPerIndex == nil {
    			newJob.Spec.BackoffLimitPerIndex = nil
    		}
    		if oldJob.Spec.MaxFailedIndexes == nil {
    			newJob.Spec.MaxFailedIndexes = nil
    		}
    		// We keep pod failure policy rules with FailIndex actions (is any),
    		// since the pod failure policy is immutable. Note that, if the old job
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 08 16:43:24 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  4. pkg/apis/batch/v1/zz_generated.conversion.go

    	out.BackoffLimit = (*int32)(unsafe.Pointer(in.BackoffLimit))
    	out.BackoffLimitPerIndex = (*int32)(unsafe.Pointer(in.BackoffLimitPerIndex))
    	out.MaxFailedIndexes = (*int32)(unsafe.Pointer(in.MaxFailedIndexes))
    	out.Selector = (*metav1.LabelSelector)(unsafe.Pointer(in.Selector))
    	out.ManualSelector = (*bool)(unsafe.Pointer(in.ManualSelector))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 36.6K bytes
    - Viewed (0)
  5. 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)
  6. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.Job.yaml

      selfLink: selfLinkValue
      uid: uidValue
    spec:
      activeDeadlineSeconds: 3
      backoffLimit: 7
      backoffLimitPerIndex: 12
      completionMode: completionModeValue
      completions: 2
      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: Fri Dec 15 04:12:07 UTC 2023
    - 35K bytes
    - Viewed (0)
  7. 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)
  8. staging/src/k8s.io/api/testdata/v1.29.0/batch.v1.CronJob.yaml

          uid: uidValue
        spec:
          activeDeadlineSeconds: 3
          backoffLimit: 7
          backoffLimitPerIndex: 12
          completionMode: completionModeValue
          completions: 2
          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: Fri Dec 15 04:12:07 UTC 2023
    - 40.5K bytes
    - Viewed (0)
  9. 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)
  10. 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)
Back to top