Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 40 for activeDeadlineSeconds (0.28 sec)

  1. pkg/controller/job/job_controller.go

    	if util.IsJobFinished(curJob) {
    		jm.cleanupPodFinalizers(curJob)
    	}
    
    	// check if need to add a new rsync for ActiveDeadlineSeconds
    	if curJob.Status.StartTime != nil {
    		curADS := curJob.Spec.ActiveDeadlineSeconds
    		if curADS == nil {
    			return
    		}
    		oldADS := oldJob.Spec.ActiveDeadlineSeconds
    		if oldADS == nil || *oldADS != *curADS {
    			passed := jm.clock.Since(curJob.Status.StartTime.Time)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 23:56:37 UTC 2024
    - 77.6K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/HEAD/batch.v1.Job.json

            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "parallelism": 1,
        "completions": 2,
        "activeDeadlineSeconds": 3,
        "podFailurePolicy": {
          "rules": [
            {
              "action": "actionValue",
              "onExitCodes": {
                "containerName": "containerNameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.CronJob.json

                "fieldsV1": {},
                "subresource": "subresourceValue"
              }
            ]
          },
          "spec": {
            "parallelism": 1,
            "completions": 2,
            "activeDeadlineSeconds": 3,
            "podFailurePolicy": {
              "rules": [
                {
                  "action": "actionValue",
                  "onExitCodes": {
                    "containerName": "containerNameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/HEAD/batch.v1beta1.CronJob.json

                "fieldsV1": {},
                "subresource": "subresourceValue"
              }
            ]
          },
          "spec": {
            "parallelism": 1,
            "completions": 2,
            "activeDeadlineSeconds": 3,
            "podFailurePolicy": {
              "rules": [
                {
                  "action": "actionValue",
                  "onExitCodes": {
                    "containerName": "containerNameValue",
    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.v1beta1.CronJob.json

                "fieldsV1": {},
                "subresource": "subresourceValue"
              }
            ]
          },
          "spec": {
            "parallelism": 1,
            "completions": 2,
            "activeDeadlineSeconds": 3,
            "podFailurePolicy": {
              "rules": [
                {
                  "action": "actionValue",
                  "onExitCodes": {
                    "containerName": "containerNameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1.Job.json

            "fieldsType": "fieldsTypeValue",
            "fieldsV1": {},
            "subresource": "subresourceValue"
          }
        ]
      },
      "spec": {
        "parallelism": 1,
        "completions": 2,
        "activeDeadlineSeconds": 3,
        "podFailurePolicy": {
          "rules": [
            {
              "action": "actionValue",
              "onExitCodes": {
                "containerName": "containerNameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 55.3K bytes
    - Viewed (0)
  7. staging/src/k8s.io/api/testdata/HEAD/batch.v1.CronJob.json

                "fieldsV1": {},
                "subresource": "subresourceValue"
              }
            ]
          },
          "spec": {
            "parallelism": 1,
            "completions": 2,
            "activeDeadlineSeconds": 3,
            "podFailurePolicy": {
              "rules": [
                {
                  "action": "actionValue",
                  "onExitCodes": {
                    "containerName": "containerNameValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 63.5K bytes
    - Viewed (0)
  8. staging/src/k8s.io/api/testdata/HEAD/apps.v1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/api/testdata/HEAD/apps.v1beta1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/testdata/HEAD/extensions.v1beta1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top