Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 55 of 55 for jobTemplate (0.56 sec)

  1. api/openapi-spec/v3/apis__batch__v1_openapi.json

                "description": "The number of failed finished jobs to retain. Value must be non-negative integer. Defaults to 1.",
                "format": "int32",
                "type": "integer"
              },
              "jobTemplate": {
                "allOf": [
                  {
                    "$ref": "#/components/schemas/io.k8s.api.batch.v1.JobTemplateSpec"
                  }
                ],
                "default": {},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 485.4K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    							Type:        []string{"boolean"},
    							Format:      "",
    						},
    					},
    					"jobTemplate": {
    						SchemaProps: spec.SchemaProps{
    							Description: "Specifies the job that will be created when executing a CronJob.",
    							Default:     map[string]interface{}{},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

              "description": "The number of failed finished jobs to retain. Value must be non-negative integer. Defaults to 1.",
              "format": "int32",
              "type": "integer"
            },
            "jobTemplate": {
              "$ref": "#/definitions/io.k8s.api.batch.v1.JobTemplateSpec",
              "description": "Specifies the job that will be created when executing a CronJob."
            },
            "schedule": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

              "description": "The number of failed finished jobs to retain. Value must be non-negative integer. Defaults to 1.",
              "format": "int32",
              "type": "integer"
            },
            "jobTemplate": {
              "$ref": "#/definitions/io.k8s.api.batch.v1.JobTemplateSpec",
              "description": "Specifies the job that will be created when executing a CronJob."
            },
            "schedule": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  5. api/openapi-spec/swagger.json

              "description": "The number of failed finished jobs to retain. Value must be non-negative integer. Defaults to 1.",
              "format": "int32",
              "type": "integer"
            },
            "jobTemplate": {
              "$ref": "#/definitions/io.k8s.api.batch.v1.JobTemplateSpec",
              "description": "Specifies the job that will be created when executing a CronJob."
            },
            "schedule": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top