Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 256 for 3$ (0.06 sec)

  1. staging/src/k8s.io/api/testdata/v1.30.0/extensions.v1beta1.Deployment.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.5K bytes
    - Viewed (0)
  2. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.DaemonSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.4K bytes
    - Viewed (0)
  3. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.ReplicaSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 54.1K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/testdata/v1.30.0/batch.v1beta1.CronJob.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 63.4K bytes
    - Viewed (0)
  5. staging/src/k8s.io/api/testdata/v1.30.0/apps.v1.StatefulSet.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 58.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/api/testdata/v1.30.0/core.v1.Pod.json

                  "mode": 3
                }
              ],
              "defaultMode": 3,
              "optional": true
            },
            "nfs": {
              "server": "serverValue",
              "path": "pathValue",
              "readOnly": true
            },
            "iscsi": {
              "targetPortal": "targetPortalValue",
              "iqn": "iqnValue",
              "lun": 3,
              "iscsiInterface": "iscsiInterfaceValue",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 08:52:25 UTC 2024
    - 52K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/lift_quantizable_spots_as_functions.mlir

      %2 = stablehlo.dot_general %arg0, %0, contracting_dims = [1] x [0], precision = [DEFAULT, DEFAULT] : (tensor<1x2xf32>, tensor<2x3xf32>) -> tensor<1x3xf32>
      %3 = stablehlo.add %2, %1 : tensor<1x3xf32>
      func.return %3: tensor<1x3xf32>
    }
    // CHECK: %[[CONST_0:.*]] = stablehlo.constant dense<2.000000e+00>
    // CHECK: %[[CONST_1:.*]] = stablehlo.constant dense<2.000000e+00>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  8. src/time/format.go

    		case 'J': // January, Jan
    			if len(layout) >= i+3 && layout[i:i+3] == "Jan" {
    				if len(layout) >= i+7 && layout[i:i+7] == "January" {
    					return layout[0:i], stdLongMonth, layout[i+7:]
    				}
    				if !startsWithLowerCase(layout[i+3:]) {
    					return layout[0:i], stdMonth, layout[i+3:]
    				}
    			}
    
    		case 'M': // Monday, Mon, MST
    			if len(layout) >= i+3 {
    				if layout[i:i+3] == "Mon" {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 17:09:28 UTC 2024
    - 49.3K bytes
    - Viewed (0)
  9. pkg/proxy/winkernel/proxier.go

    		}
    	}
    	countStaleLB = len(proxier.mapStaleLoadbalancers)
    	if countStaleLB > 0 {
    		klog.V(3).InfoS("Stale loadbalancers still remaining", "LB Count", countStaleLB, "stale_lb_ids", proxier.mapStaleLoadbalancers)
    	}
    }
    
    func getNetworkName(hnsNetworkName string) (string, error) {
    	if len(hnsNetworkName) == 0 {
    		klog.V(3).InfoS("Flag --network-name not set, checking environment variable")
    		hnsNetworkName = os.Getenv("KUBE_NETWORK")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 13:25:06 UTC 2024
    - 59K bytes
    - Viewed (0)
  10. plugin/pkg/admission/resourcequota/admission_test.go

    				corev1.ResourceCPU:    resource.MustParse("3"),
    				corev1.ResourceMemory: resource.MustParse("100Gi"),
    				corev1.ResourcePods:   resource.MustParse("5"),
    			},
    			Used: corev1.ResourceList{
    				corev1.ResourceCPU:    resource.MustParse("1"),
    				corev1.ResourceMemory: resource.MustParse("50Gi"),
    				corev1.ResourcePods:   resource.MustParse("3"),
    			},
    		},
    	}
    	stopCh := make(chan struct{})
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 29 21:28:42 UTC 2024
    - 84.1K bytes
    - Viewed (0)
Back to top