Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 18 for ttlSecondsAfterFinished (0.44 sec)

  1. pkg/controller/ttlafterfinished/ttlafterfinished_controller.go

    	"k8s.io/utils/clock"
    )
    
    // Controller watches for changes of Jobs API objects. Triggered by Job creation
    // and updates, it enqueues Jobs that have non-nil `.spec.ttlSecondsAfterFinished`
    // to the `queue`. The Controller has workers who consume `queue`, check whether
    // the Job TTL has expired or not; if the Job TTL hasn't expired, it will add the
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 23:59:28 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. pkg/apis/batch/zz_generated.deepcopy.go

    		in, out := &in.ManualSelector, &out.ManualSelector
    		*out = new(bool)
    		**out = **in
    	}
    	in.Template.DeepCopyInto(&out.Template)
    	if in.TTLSecondsAfterFinished != nil {
    		in, out := &in.TTLSecondsAfterFinished, &out.TTLSecondsAfterFinished
    		*out = new(int32)
    		**out = **in
    	}
    	if in.CompletionMode != nil {
    		in, out := &in.CompletionMode, &out.CompletionMode
    		*out = new(CompletionMode)
    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. staging/src/k8s.io/api/batch/v1/zz_generated.deepcopy.go

    		in, out := &in.ManualSelector, &out.ManualSelector
    		*out = new(bool)
    		**out = **in
    	}
    	in.Template.DeepCopyInto(&out.Template)
    	if in.TTLSecondsAfterFinished != nil {
    		in, out := &in.TTLSecondsAfterFinished, &out.TTLSecondsAfterFinished
    		*out = new(int32)
    		**out = **in
    	}
    	if in.CompletionMode != nil {
    		in, out := &in.CompletionMode, &out.CompletionMode
    		*out = new(CompletionMode)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  4. pkg/apis/batch/v1/zz_generated.conversion.go

    	if err := apiscorev1.Convert_v1_PodTemplateSpec_To_core_PodTemplateSpec(&in.Template, &out.Template, s); err != nil {
    		return err
    	}
    	out.TTLSecondsAfterFinished = (*int32)(unsafe.Pointer(in.TTLSecondsAfterFinished))
    	out.CompletionMode = (*batch.CompletionMode)(unsafe.Pointer(in.CompletionMode))
    	out.Suspend = (*bool)(unsafe.Pointer(in.Suspend))
    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

    	// the Job won't be automatically deleted. If this field is set to zero,
    	// the Job becomes eligible to be deleted immediately after it finishes.
    	// +optional
    	TTLSecondsAfterFinished *int32 `json:"ttlSecondsAfterFinished,omitempty" protobuf:"varint,8,opt,name=ttlSecondsAfterFinished"`
    
    	// completionMode specifies how Pod completions are tracked. It can be
    	// `NonIndexed` (default) or `Indexed`.
    	//
    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. common-protos/k8s.io/api/batch/v1/generated.proto

      optional k8s.io.api.core.v1.PodTemplateSpec template = 6;
    
      // ttlSecondsAfterFinished limits the lifetime of a Job that has finished
      // execution (either Complete or Failed). If this field is set,
      // ttlSecondsAfterFinished after the Job finishes, it is eligible to be
      // automatically deleted. When the Job is being deleted, its lifecycle
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    	"ttlSecondsAfterFinished": "ttlSecondsAfterFinished limits the lifetime of a Job that has finished execution (either Complete or Failed). If this field is set, ttlSecondsAfterFinished after the Job finishes, it is eligible to be automatically deleted. When the Job is being deleted, its lifecycle guarantees (e.g. finalizers) will be honored....
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/batch/v1/generated.proto

      optional .k8s.io.api.core.v1.PodTemplateSpec template = 6;
    
      // ttlSecondsAfterFinished limits the lifetime of a Job that has finished
      // execution (either Complete or Failed). If this field is set,
      // ttlSecondsAfterFinished after the Job finishes, it is eligible to be
      // automatically deleted. When the Job is being deleted, its lifecycle
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  9. pkg/apis/batch/types.go

    	// The only allowed template.spec.restartPolicy values are "Never" or "OnFailure".
    	Template api.PodTemplateSpec
    
    	// ttlSecondsAfterFinished limits the lifetime of a Job that has finished
    	// execution (either Complete or Failed). If this field is set,
    	// ttlSecondsAfterFinished after the Job finishes, it is eligible to be
    	// automatically deleted. When the Job is being deleted, its lifecycle
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.yaml

            vsphereVolume:
              fsType: fsTypeValue
              storagePolicyID: storagePolicyIDValue
              storagePolicyName: storagePolicyNameValue
              volumePath: volumePathValue
      ttlSecondsAfterFinished: 8
    status:
      active: 4
      completedIndexes: completedIndexesValue
      completionTime: "2003-01-01T01:01:01Z"
      conditions:
      - lastProbeTime: "2003-01-01T01:01:01Z"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 35.7K bytes
    - Viewed (0)
Back to top