Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tracker (0.17 sec)

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

      // the Job becomes eligible to be deleted immediately after it finishes.
      // +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
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  2. common-protos/k8s.io/api/core/v1/generated.proto

      // A collection of filters that must match each object tracked by a quota.
      // If not specified, the quota matches all objects.
      // +optional
      repeated string scopes = 2;
    
      // scopeSelector is also a collection of filters like scopes that must match each object tracked by a quota
      // but expressed using ScopeSelectorOperator in combination with possible values.
    Plain Text
    - Registered: Wed May 01 22:53:12 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 255.8K bytes
    - Viewed (0)
Back to top