Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for 0$ (0.06 sec)

  1. testing/architecture-test/src/changes/archunit-store/public-api-mutable-properties.txt

    Method <org.gradle.api.Project.getBuildDir()> does not have raw return type assignable to org.gradle.api.provider.Property in (Project.java:0)
    Method <org.gradle.api.Project.getBuildFile()> does not have raw return type assignable to org.gradle.api.provider.Provider in (Project.java:0)
    Method <org.gradle.api.Project.getBuildTreePath()> does not have raw return type assignable to org.gradle.api.provider.Provider in (Project.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 22:42:49 UTC 2024
    - 160.5K bytes
    - Viewed (0)
  2. pkg/controller/job/job_controller_test.go

    				startTime: func() *time.Time {
    					now := time.Now()
    					return &now
    				}(),
    			},
    			activePods:         0,
    			succeededPods:      0,
    			expectedCreations:  0,
    			expectedActive:     0,
    			expectedSucceeded:  0,
    			expectedPodPatches: 0,
    			expectedReady:      ptr.To[int32](0),
    			controllerTime:     &referenceTime,
    		},
    		"too few active pods and no back-offs": {
    			parallelism:  1,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 15:36:36 UTC 2024
    - 229.2K bytes
    - Viewed (0)
  3. src/cmd/link/internal/ld/data.go

    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.cutab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.filetab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.pctab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.functab", 0), sect)
    	ldr.SetSymSect(ldr.LookupOrCreateSym("runtime.epclntab", 0), sect)
    	setCarrierSize(sym.SPCLNTAB, int64(sect.Length))
    	if ctxt.HeadType == objabi.Haix {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 12 15:10:50 UTC 2024
    - 100.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

          builder_.CreateVector(results), tflite::BuiltinOptions_NONE,
          /*builtin_options=*/0, /*custom_options=*/0,
          tflite::CustomOptionsFormat_FLEXBUFFERS, /*mutating_variable_inputs=*/0,
          /*intermediates=*/0, /*large_custom_options_offset=*/0,
          /*large_custom_options_size=*/0,
          tflite::BuiltinOptions2_StablehloGatherOptions, gather_option.Union());
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  5. samples/addons/grafana.yaml

    s & Alerts","type":"dashboard"}]},"editable":true,"fiscalYearStartMonth":0,"graphTooltip":0,"links":[],"liveNow":false,"panels":[{"collapsed":false,"datasource":{"type":"prometheus","uid":"${datasource}"},"gridPos":{"h":1,"w":24,"x":0,"y":0},"id":21,"panels":[],"targets":[{"datasource":{"type":"prometheus","uid":"${datasource}"},"refId":"A"}],"title":"Performance Dashboard Notes","type":"row"},{"gridPos":{"h":6,"w":24,"x":0,"y":1},"id":19,"links":[],"options":{"code":{"language":"plaintext","sho...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  6. pkg/kubelet/kubelet_pods_test.go

    				kubelet_working_pods{config="orphan",lifecycle="sync",static=""} 0
    				kubelet_working_pods{config="orphan",lifecycle="sync",static="true"} 0
    				kubelet_working_pods{config="orphan",lifecycle="terminated",static=""} 0
    				kubelet_working_pods{config="orphan",lifecycle="terminated",static="true"} 0
    				kubelet_working_pods{config="orphan",lifecycle="terminating",static=""} 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 00:05:23 UTC 2024
    - 198.8K bytes
    - Viewed (0)
  7. pkg/config/validation/validation.go

    					fromRuleExist = true
    					src := from.Source
    					if len(src.Principals) == 0 && len(src.RequestPrincipals) == 0 && len(src.Namespaces) == 0 && len(src.IpBlocks) == 0 &&
    						len(src.RemoteIpBlocks) == 0 && len(src.NotPrincipals) == 0 && len(src.NotRequestPrincipals) == 0 && len(src.NotNamespaces) == 0 &&
    						len(src.NotIpBlocks) == 0 && len(src.NotRemoteIpBlocks) == 0 {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  8. pkg/printers/internalversion/printers.go

    		podIP := ""
    		if len(pod.Status.PodIPs) > 0 {
    			podIP = pod.Status.PodIPs[0].IP
    		}
    
    		if podIP == "" {
    			podIP = "<none>"
    		}
    		if nodeName == "" {
    			nodeName = "<none>"
    		}
    		if nominatedNodeName == "" {
    			nominatedNodeName = "<none>"
    		}
    
    		readinessGates := "<none>"
    		if len(pod.Spec.ReadinessGates) > 0 {
    			trueConditions := 0
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 128.3K bytes
    - Viewed (0)
  9. pkg/kubelet/kubelet_test.go

    	assert.Len(t, manager.GetPods(), 0, "Expected 0 mirror pods")
    	for i, pod := range orphanPods {
    		name := kubecontainer.GetPodFullName(pod)
    		creates, deletes := manager.GetCounts(name)
    		switch i {
    		case 2:
    			if creates != 0 || deletes != 0 {
    				t.Errorf("expected 0 creation and 0 deletion of %q, got %d, %d", name, creates, deletes)
    			}
    		default:
    			if creates != 0 || deletes != 1 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  10. pilot/pkg/networking/core/cluster_builder_test.go

    	}
    	if ec.CircuitBreakers != nil {
    		if ec.CircuitBreakers.Thresholds[0].MaxRetries.Value != gc.CircuitBreakers.Thresholds[0].MaxRetries.Value {
    			t.Errorf("Unexpected circuit breaker thresholds want %v, got %v", ec.CircuitBreakers.Thresholds[0].MaxRetries, gc.CircuitBreakers.Thresholds[0].MaxRetries)
    		}
    	}
    	if ec.AltStatName != "" {
    		if ec.AltStatName != gc.AltStatName {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 110.4K bytes
    - Viewed (0)
Back to top