Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for ConcurrencyPolicy (0.47 sec)

  1. staging/src/k8s.io/api/batch/v1/generated.proto

      // - "Forbid": forbids concurrent runs, skipping next run if previous run hasn't finished yet;
      // - "Replace": cancels currently running job and replaces it with a new one
      // +optional
      optional string concurrencyPolicy = 3;
    
      // This flag tells the controller to suspend subsequent executions, it does
      // not apply to already started executions.  Defaults to false.
      // +optional
      optional bool suspend = 4;
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__batch__v1_openapi.json

            ]
          },
          "io.k8s.api.batch.v1.CronJobSpec": {
            "description": "CronJobSpec describes how the job execution will look like and when it will actually run.",
            "properties": {
              "concurrencyPolicy": {
    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

    							Type:        []string{"integer"},
    							Format:      "int64",
    						},
    					},
    					"concurrencyPolicy": {
    						SchemaProps: spec.SchemaProps{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  4. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger-with-shared-parameters.json

          ]
        },
        "io.k8s.api.batch.v1.CronJobSpec": {
          "description": "CronJobSpec describes how the job execution will look like and when it will actually run.",
          "properties": {
            "concurrencyPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 2.3M bytes
    - Viewed (0)
  5. staging/src/k8s.io/cli-runtime/artifacts/openapi/swagger.json

          ]
        },
        "io.k8s.api.batch.v1.CronJobSpec": {
          "description": "CronJobSpec describes how the job execution will look like and when it will actually run.",
          "properties": {
            "concurrencyPolicy": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 4.5M bytes
    - Viewed (0)
  6. api/openapi-spec/swagger.json

          ]
        },
        "io.k8s.api.batch.v1.CronJobSpec": {
          "description": "CronJobSpec describes how the job execution will look like and when it will actually run.",
          "properties": {
            "concurrencyPolicy": {
    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