Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 140 for 3$ (0.05 sec)

  1. staging/src/k8s.io/api/admissionregistration/v1/generated.pb.go

    func (m *MatchResources) Reset()      { *m = MatchResources{} }
    func (*MatchResources) ProtoMessage() {}
    func (*MatchResources) Descriptor() ([]byte, []int) {
    	return fileDescriptor_3205c7dc5bf0c9bf, []int{3}
    }
    func (m *MatchResources) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *MatchResources) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 200.5K bytes
    - Viewed (0)
  2. cmd/storage-datatypes_gen.go

    func (z *RenameDataHandlerParams) Msgsize() (s int) {
    	s = 1 + 3 + msgp.StringPrefixSize + len(z.DiskID) + 3 + msgp.StringPrefixSize + len(z.SrcVolume) + 3 + msgp.StringPrefixSize + len(z.SrcPath) + 3 + msgp.StringPrefixSize + len(z.DstVolume) + 3 + msgp.StringPrefixSize + len(z.DstPath) + 3 + z.FI.Msgsize() + 3 + 1 + 12 + 1
    	return
    }
    
    // DecodeMsg implements msgp.Decodable
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jun 10 15:51:27 UTC 2024
    - 130.6K bytes
    - Viewed (0)
  3. pkg/scheduler/framework/runtime/framework_test.go

    						{
    							Name:  scorePlugin1,
    							Score: 3,
    						},
    					},
    					TotalScore: 3,
    				},
    				{
    					Name: "node2",
    					Scores: []framework.PluginScore{
    						{
    							Name:  scorePlugin1,
    							Score: 3,
    						},
    					},
    					TotalScore: 3,
    				},
    			},
    		},
    		{
    			name:    "one success plugin, one skip plugin",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri May 17 09:07:27 UTC 2024
    - 103K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/CacheTest.kt

        assertThat(get(server.url("/")).body.string()).isEqualTo("B")
        assertThat(get(server.url("/")).body.string()).isEqualTo("C")
        assertThat(cache.requestCount()).isEqualTo(3)
        assertThat(cache.networkCount()).isEqualTo(3)
        assertThat(cache.hitCount()).isEqualTo(0)
      }
    
      @Test
      fun statisticsConditionalCacheHit() {
        server.enqueue(
          MockResponse.Builder()
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 108.6K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/batch/v1/generated.pb.go

    func (m *CronJobStatus) Reset()      { *m = CronJobStatus{} }
    func (*CronJobStatus) ProtoMessage() {}
    func (*CronJobStatus) Descriptor() ([]byte, []int) {
    	return fileDescriptor_79228dc2c4001a22, []int{3}
    }
    func (m *CronJobStatus) XXX_Unmarshal(b []byte) error {
    	return m.Unmarshal(b)
    }
    func (m *CronJobStatus) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
    	b = b[:cap(b)]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 20:49:09 UTC 2024
    - 133K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods.go

    	klog.V(3).InfoS("Clean up probes for terminated pods")
    	kl.probeManager.CleanupPods(possiblyRunningPods)
    
    	// Remove orphaned pod statuses not in the total list of known config pods
    	klog.V(3).InfoS("Clean up orphaned pod statuses")
    	kl.removeOrphanedPodStatuses(allPods, mirrorPods)
    
    	// Remove orphaned pod user namespace allocations (if any).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 101.2K bytes
    - Viewed (0)
  7. samples/addons/grafana.yaml

    193)","mode":"fixed"},"mappings":[{"options":{"match":"null","result":{"text":"N/A"}},"type":"special"}],"thresholds":{"mode":"absolute","steps":[{"color":"green","value":null},{"color":"red","value":80}]},"unit":"ops"},"overrides":[]},"gridPos":{"h":3,"w":6,"x":0,"y":3},"id":20,"links":[],"maxDataPoints":100,"options":{"colorMode":"none","graphMode":"area","justifyMode":"auto","orientation":"horizontal","reduceOptions":{"calcs":["mean"],"fields":"","values":false},"textMode":"auto"},"pluginVersion":"10.1....
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  8. cluster/gce/gci/configure-helper.sh

    #
    # $1 is the command flag (-I or -D).
    # $2 is the firewall action (LOG or REJECT).
    # $3 is the prefix for log output.
    # $4 is "!" to optionally invert the uid range.
    function gce-metadata-fw-helper {
      local -r command="$1"
      local action="$2"
      local -r prefix="$3"
      local -r invert="${4:-}"
    
      # Expand rule action to include relevant option flags.
      case "${action}" in
        LOG)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jun 10 22:07:47 UTC 2024
    - 141.1K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"set": listType(&integerType),
    			}),
    			valid: []string{
    				"3 in self.set",
    				"self.set.all(e, e > 0)",
    				"self.set.exists(e, e > 3)",
    				"self.set.exists_one(e, e == 3)",
    				"!self.set.all(e, e < 3)",
    				"!self.set.exists(e, e < 0)",
    				"!self.set.exists_one(e, e > 3)",
    				"self.set.all(e, e < 10)",
    				"size(self.set.filter(e, e%2 == 0)) == 2",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_test.go

    			Http1MaxPendingRequests:  1,
    			Http2MaxRequests:         2,
    			MaxRequestsPerConnection: 3,
    			MaxRetries:               4,
    		},
    		Tcp: &networking.ConnectionPoolSettings_TCPSettings{
    			MaxConnections: 1,
    			ConnectTimeout: durationpb.New(2 * time.Second),
    			TcpKeepalive: &networking.ConnectionPoolSettings_TCPSettings_TcpKeepalive{
    				Probes:   3,
    				Time:     durationpb.New(4 * time.Second),
    				Interval: durationpb.New(5 * time.Second),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 108.8K bytes
    - Viewed (0)
Back to top