Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for suspended (0.2 sec)

  1. common-protos/k8s.io/api/batch/v1/generated.proto

      //
      // +optional
      optional bool suspend = 10;
    }
    
    // JobStatus represents the current state of a Job.
    message JobStatus {
      // The latest available observations of an object's current state. When a Job
      // fails, one of the conditions will have type "Failed" and status true. When
      // a Job is suspended, one of the conditions will have type "Suspended" and
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/batch/v1beta1/generated.proto

      // +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;
    
      // Specifies the job that will be created when executing a CronJob.
      optional JobTemplateSpec jobTemplate = 5;
    
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 5.7K bytes
    - Viewed (0)
Back to top