Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 19 of 19 for 300m (0.07 sec)

  1. pkg/kubelet/kubelet_node_status_test.go

    						v1.ResourceMemory:           *resource.NewQuantity(9900e6, resource.BinarySI),
    						v1.ResourcePods:             *resource.NewQuantity(0, resource.DecimalSI),
    						v1.ResourceEphemeralStorage: *resource.NewQuantity(3000, resource.BinarySI),
    					},
    					Addresses: []v1.NodeAddress{
    						{Type: v1.NodeInternalIP, Address: "127.0.0.1"},
    						{Type: v1.NodeHostName, Address: testKubeletHostname},
    					},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  2. src/hash/crc32/crc32_table_ppc64le.s

    DATA ·IEEEConst+2984(SB)/8,$0x00000001d0ce46c0
    
    	/* x^69696 mod p(x), x^69632 mod p(x) */
    DATA ·IEEEConst+2992(SB)/8,$0x000000002d01470e
    DATA ·IEEEConst+3000(SB)/8,$0x0000000124c907b4
    
    	/* x^68672 mod p(x), x^68608 mod p(x) */
    DATA ·IEEEConst+3008(SB)/8,$0x0000000158bbc7b0
    DATA ·IEEEConst+3016(SB)/8,$0x0000000018a555ca
    
    	/* x^67648 mod p(x), x^67584 mod p(x) */
    DATA ·IEEEConst+3024(SB)/8,$0x00000000c0a23e8e
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 19 20:44:20 UTC 2024
    - 113.3K bytes
    - Viewed (0)
  3. samples/addons/grafana.yaml

        app.kubernetes.io/instance: grafana
        app.kubernetes.io/version: "11.0.0"
        app.kubernetes.io/managed-by: Helm
    spec:
      type: ClusterIP
      ports:
        - name: service
          port: 3000
          protocol: TCP
          targetPort: 3000
      selector:
        app.kubernetes.io/name: grafana
        app.kubernetes.io/instance: grafana
    ---
    # Source: grafana/templates/deployment.yaml
    apiVersion: apps/v1
    kind: Deployment
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 20:46:28 UTC 2024
    - 242.3K bytes
    - Viewed (0)
  4. src/cmd/cgo/internal/test/callback.go

    func stack2996() { var buf [2996]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3000() { var buf [3000]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3004() { var buf [3004]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3008() { var buf [3008]byte; use(buf[:]); C.callGoStackCheck() }
    func stack3012() { var buf [3012]byte; use(buf[:]); C.callGoStackCheck() }
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 12 12:00:02 UTC 2023
    - 111.5K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                    {{- end }}
                    resources:
                      limits:
                        cpu: "2"
                        memory: 1Gi
                      requests:
                        cpu: 100m
                        memory: 128Mi
                    startupProbe:
                      failureThreshold: 30
                      httpGet:
                        path: /healthz/ready
                        port: 15021
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  6. src/net/http/serve_test.go

    	mux.Handle("example.com/pkg/bar", stringHandler("example.com/pkg/bar"))
    	mux.Handle("example.com/pkg/bar/", stringHandler("example.com/pkg/bar/"))
    	mux.Handle("example.com:3000/pkg/connect/", stringHandler("example.com:3000/pkg/connect/"))
    	mux.Handle("example.com:9000/", stringHandler("example.com:9000/"))
    	mux.Handle("/pkg/baz/", stringHandler("/pkg/baz/"))
    
    	tests := []struct {
    		method string
    		url    string
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
  7. src/cmd/internal/obj/ppc64/asm9.go

    		return OPMD(30, 3, 1) /* rldimi. */
    	case ARLWNM:
    		return OPVCC(21, 0, 0, 0) /* rlwinm */
    	case ARLWNMCC:
    		return OPVCC(21, 0, 0, 1)
    
    	case ARLDCL:
    		return OPMD(30, 0, 0) /* rldicl */
    	case ARLDCLCC:
    		return OPMD(30, 0, 1) /* rldicl. */
    	case ARLDCR:
    		return OPMD(30, 1, 0) /* rldicr */
    	case ARLDCRCC:
    		return OPMD(30, 1, 1) /* rldicr. */
    	case ARLDC:
    		return OPMD(30, 2, 0) /* rldic */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  8. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    operator watch multiple namespaces. watchedNamespaces: istio-system waitForResourcesTime: 300s # Used for helm2 to add the CRDs to templates. enableCRDTemplates: false # revision for the operator resources revision: "" # The number of old ReplicaSets to retain in operator deployment deploymentHistory: 10 # Operator resource defaults operator: monitoring: host: 127.0.0.1 port: 15014 resources: limits: cpu: 200m memory: 256Mi requests: cpu: 50m memory: 128Mi # Set to `type: RuntimeDefault` to use the...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
  9. pkg/controller/podautoscaler/horizontal_test.go

    			},
    			currentReplicas:                     2,
    			prenormalizedDesiredReplicas:        1,
    			expectedStabilizedReplicas:          2,
    			scaleUpStabilizationWindowSeconds:   300,
    			scaleDownStabilizationWindowSeconds: 300,
    		}, {
    			name: "scale up and down stabilization, do not scale down when prenormalized rec goes up",
    			key:  "",
    			recommendations: []timestampedRecommendation{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 199.3K bytes
    - Viewed (0)
Back to top