Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for NonIndexed (0.53 sec)

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

      // +optional
      optional int32 ttlSecondsAfterFinished = 8;
    
      // completionMode specifies how Pod completions are tracked. It can be
      // `NonIndexed` (default) or `Indexed`.
      //
      // `NonIndexed` means that the Job is considered complete when there have
      // been .spec.completions successfully completed Pods. Each Pod completion is
      // homologous to each other.
      //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/batch/v1/types.go

    	// completionMode specifies how Pod completions are tracked. It can be
    	// `NonIndexed` (default) or `Indexed`.
    	//
    	// `NonIndexed` means that the Job is considered complete when there have
    	// been .spec.completions successfully completed Pods. Each Pod completion is
    	// homologous to each other.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 40.6K bytes
    - Viewed (0)
  3. pkg/apis/batch/types.go

    	// +optional
    	TTLSecondsAfterFinished *int32
    
    	// completionMode specifies how Pod completions are tracked. It can be
    	// `NonIndexed` (default) or `Indexed`.
    	//
    	// `NonIndexed` means that the Job is considered complete when there have
    	// been .spec.completions successfully completed Pods. Each Pod completion is
    	// homologous to each other.
    	//
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 33K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/batch/v1/generated.proto

      // +optional
      optional int32 ttlSecondsAfterFinished = 8;
    
      // completionMode specifies how Pod completions are tracked. It can be
      // `NonIndexed` (default) or `Indexed`.
      //
      // `NonIndexed` means that the Job is considered complete when there have
      // been .spec.completions successfully completed Pods. Each Pod completion is
      // homologous to each other.
      //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 29.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/batch/v1/types_swagger_doc_generated.go

    	"completionMode":          "completionMode specifies how Pod completions are tracked. It can be `NonIndexed` (default) or `Indexed`.\n\n`NonIndexed` means that the Job is considered complete when there have been .spec.completions successfully completed Pods. Each Pod completion is homologous to each other.\n\n`Indexed` means that the Pods of a Job get an associated completion...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 12:01:28 UTC 2024
    - 27.5K bytes
    - Viewed (0)
Back to top