Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 41 for loser (0.09 sec)

  1. pkg/apis/core/types.go

    type PreemptionPolicy string
    
    const (
    	// PreemptLowerPriority means that pod can preempt other pods with lower priority.
    	PreemptLowerPriority PreemptionPolicy = "PreemptLowerPriority"
    	// PreemptNever means that pod never preempts other pods with lower priority.
    	PreemptNever PreemptionPolicy = "Never"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 268.9K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    		return 0
    	}
    	return (1<<64-1)/uint64(base) + 1
    }
    
    var (
    	http2commonBuildOnce   sync.Once
    	http2commonLowerHeader map[string]string // Go-Canonical-Case -> lower-case
    	http2commonCanonHeader map[string]string // lower-case -> Go-Canonical-Case
    )
    
    func http2buildCommonHeaderMapsOnce() {
    	http2commonBuildOnce.Do(http2buildCommonHeaderMaps)
    }
    
    func http2buildCommonHeaderMaps() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
  3. prow/config/calico.yaml

                    description: 'BPFKubeProxyMinSyncPeriod, in BPF mode, controls the
                      minimum time between updates to the dataplane for Felix''s embedded
                      kube-proxy.  Lower values give reduced set-up latency.  Higher values
                      reduce Felix CPU usage by batching up more work.  [Default: 1s]'
                    pattern: ^([0-9]+(\\.[0-9]+)?(ms|s|m|h))*$
                    type: string
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 21 18:32:01 UTC 2024
    - 246.5K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <!-- XML files can start with a comment but then must not contain processing instructions.
             This should be rare so we assign lower priority here. Priority is also lower than text/html magics
             for them to be preferred for HTML starting with comment.-->
        <magic priority="30">
          <match value="&lt;!--" type="string" offset="0"/>
        </magic>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

          loc, GetI64ElementsAttr({num_elements}, builder));
    
      auto lower = builder->create<mhlo::ConstantOp>(
          loc, builder->getI32IntegerAttr(lower_limit));
      auto upper = builder->create<mhlo::ConstantOp>(
          loc, builder->getI32IntegerAttr(upper_limit));
    
      return builder->create<mhlo::RngOp>(loc, lower, upper, shape_tensor,
                                          ::mlir::mhlo::RngDistribution::UNIFORM);
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/core/v1/types.go

    // +enum
    type PreemptionPolicy string
    
    const (
    	// PreemptLowerPriority means that pod can preempt other pods with lower priority.
    	PreemptLowerPriority PreemptionPolicy = "PreemptLowerPriority"
    	// PreemptNever means that pod never preempts other pods with lower priority.
    	PreemptNever PreemptionPolicy = "Never"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 390.8K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	Ref  uint32
    	Node uint32
    }
    
    type TIPCServiceRange struct {
    	Type  uint32
    	Lower uint32
    	Upper uint32
    }
    
    type TIPCServiceName struct {
    	Type     uint32
    	Instance uint32
    	Domain   uint32
    }
    
    type TIPCEvent struct {
    	Event uint32
    	Lower uint32
    	Upper uint32
    	Port  TIPCSocketAddr
    	S     TIPCSubscr
    }
    
    type TIPCGroupReq struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.29.md

    - Fixed the issue where pod with ordinal number lower than the rolling partitioning number was being deleted. It was coming up with updated image. ([#120731](https://github.com/kubernetes/kubernetes/pull/120731), [@adilGhaffarDev](https://github.com/adilGhaffarDev))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 03:42:38 UTC 2024
    - 324.5K bytes
    - Viewed (0)
  9. common-protos/k8s.io/api/core/v1/generated.proto

      // and passed its startup probe.
      // Initialized as false, becomes true after startupProbe is considered
      // successful. Resets to false when the container is restarted, or if kubelet
      // loses state temporarily. In both cases, startup probes will run again.
      // Is always true when no startupProbe is defined and container is running and
      // has passed the postStart lifecycle hook. The null value must be treated the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 255.8K bytes
    - Viewed (0)
  10. staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 254.8K bytes
    - Viewed (0)
Back to top