Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 37 of 37 for jobSpec (0.49 sec)

  1. pkg/printers/internalversion/printers.go

    		{Name: "Images", Type: "string", Priority: 1, Description: "Images referenced by each container in the template."},
    		{Name: "Selector", Type: "string", Priority: 1, Description: batchv1.JobSpec{}.SwaggerDoc()["selector"]},
    	}
    	_ = h.TableHandler(jobColumnDefinitions, printJob)
    	_ = h.TableHandler(jobColumnDefinitions, printJobList)
    
    	cronJobColumnDefinitions := []metav1.TableColumnDefinition{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

              {
                "group": "batch",
                "kind": "JobList",
                "version": "v1"
              }
            ]
          },
          "io.k8s.api.batch.v1.JobSpec": {
            "description": "JobSpec describes how the job execution will look like.",
            "properties": {
              "activeDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  3. pkg/generated/openapi/zz_generated.openapi.go

    							Default:     map[string]interface{}{},
    							Ref:         ref("k8s.io/api/batch/v1.JobSpec"),
    						},
    					},
    				},
    			},
    		},
    		Dependencies: []string{
    			"k8s.io/api/batch/v1.JobSpec", "k8s.io/apimachinery/pkg/apis/meta/v1.ObjectMeta"},
    	}
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.10.md

    * Fix kube-controller-manager panic while provisioning Azure security group rules ([#64739](https://github.com/kubernetes/kubernetes/pull/64739), [@feiskyer](https://github.com/feiskyer))
    * Fix regression in `v1.JobSpec.backoffLimit` that caused failed Jobs to be restarted indefinitely. ([#63650](https://github.com/kubernetes/kubernetes/pull/63650), [@soltysh](https://github.com/soltysh))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 05 13:44:43 UTC 2022
    - 341.8K bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

            {
              "group": "batch",
              "kind": "JobList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.batch.v1.JobSpec": {
          "description": "JobSpec describes how the job execution will look like.",
          "properties": {
            "activeDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

            {
              "group": "batch",
              "kind": "JobList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.batch.v1.JobSpec": {
          "description": "JobSpec describes how the job execution will look like.",
          "properties": {
            "activeDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
  7. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

            {
              "group": "batch",
              "kind": "JobList",
              "version": "v1"
            }
          ]
        },
        "io.k8s.api.batch.v1.JobSpec": {
          "description": "JobSpec describes how the job execution will look like.",
          "properties": {
            "activeDeadlineSeconds": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
Back to top