Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 398 for 300m (0.09 sec)

  1. operator/pkg/util/common_test.go

    			want: false,
    			err:  nil,
    		},
    		{
    			desc: "http-standard-url",
    			in:   "http://localhost:3000",
    			want: true,
    			err:  nil,
    		},
    		{
    			desc: "https-standard-url",
    			in:   "https://golang.org/",
    			want: true,
    			err:  nil,
    		},
    		{
    			desc: "ftp-url",
    			in:   "ftp://gopher:gopwd@localhost:3000/go",
    			want: false,
    			err:  nil,
    		},
    		{
    			desc: "tcp-discovery-url",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri May 29 20:42:01 UTC 2020
    - 2.2K bytes
    - Viewed (0)
  2. pkg/apis/core/validation/validation_test.go

    					Max:            getResourceList("2", ""),
    					Min:            getResourceList("100m", ""),
    					Default:        getResourceList("500m", ""),
    					DefaultRequest: getResourceList("800m", ""),
    				}},
    			}},
    			"default request value 800m is greater than default limit value 500m",
    		},
    		"invalid spec maxLimitRequestRatio less than 1": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  3. platforms/core-runtime/launcher/src/test/groovy/org/gradle/launcher/daemon/server/health/gc/GarbageCollectionStatsTest.groovy

                    new GarbageCollectionEvent(1000, new MemoryUsage(0, 250, 1000, 1000), 2),
                    new GarbageCollectionEvent(2000, new MemoryUsage(0, 500, 1000, 1000), 3),
                    new GarbageCollectionEvent(3000, new MemoryUsage(0, 750, 1000, 1000), 6),
                    new GarbageCollectionEvent(4000, new MemoryUsage(0, 900, 1000, 1000), 13)
            ]
        }
    
        def getNonHeapEvents() {
            return [
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 3.4K bytes
    - Viewed (0)
  4. pkg/kube/inject/testdata/inject/enable-core-dump.yaml.injected

                port: 15021
              periodSeconds: 15
              timeoutSeconds: 3
            resources:
              limits:
                cpu: "2"
                memory: 1Gi
              requests:
                cpu: 100m
                memory: 128Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                - ALL
              privileged: false
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.3K bytes
    - Viewed (0)
  5. pkg/proxy/nftables/helpers_test.go

    	add element ip testing service-ips { 1.2.3.4 . tcp . 80 : goto external-42NFTM6N-ns2/svc2/tcp/p80 }
    	add element ip testing service-nodeports { tcp . 3001 : goto external-42NFTM6N-ns2/svc2/tcp/p80 }
    
    	add element ip testing no-endpoint-nodeports { tcp . 3001 comment "ns2/svc2:p80" : drop }
    	add element ip testing no-endpoint-services { 1.2.3.4 . tcp . 80 comment "ns2/svc2:p80" : drop }
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Apr 02 09:57:47 UTC 2024
    - 48.5K bytes
    - Viewed (0)
  6. cluster/gce/addons/limit-range/limit-range.yaml

    apiVersion: "v1"
    kind: "LimitRange"
    metadata:
      name: "limits"
      namespace: default
      labels:
        addonmanager.kubernetes.io/mode: EnsureExists
    spec:
      limits:
        - type: "Container"
          defaultRequest:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Feb 06 20:10:12 UTC 2020
    - 226 bytes
    - Viewed (0)
  7. buildscripts/race.sh

    #!/usr/bin/env bash
    
    set -e
    
    export GORACE="history_size=7"
    export MINIO_API_REQUESTS_MAX=10000
    
    for d in $(go list ./...); do
    	CGO_ENABLED=1 go test -v -race --timeout 100m "$d"
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 26 05:07:25 UTC 2023
    - 184 bytes
    - Viewed (0)
  8. plugin/pkg/admission/runtimeclass/admission_test.go

    			Resources: resources,
    			Name:      "foo-" + strconv.Itoa(i),
    		})
    	}
    
    	if setOverhead {
    		pod.Spec.Overhead = core.ResourceList{
    			core.ResourceName(core.ResourceCPU):    resource.MustParse("100m"),
    			core.ResourceName(core.ResourceMemory): resource.MustParse("1"),
    		}
    	}
    	return pod
    }
    
    func newSchedulingValidPod(name string, nodeSelector map[string]string, tolerations []core.Toleration) *core.Pod {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 17 01:30:14 UTC 2022
    - 17.5K bytes
    - Viewed (0)
  9. pkg/api/pod/warnings_test.go

    								Requests: api.ResourceList{api.ResourceStorage: resource.MustParse("200m")}}},
    						},
    					}}}}},
    			},
    			expected: []string{
    				`spec.volumes[0].ephemeral.volumeClaimTemplate.spec.resources.requests[storage]: fractional byte value "200m" is invalid, must be an integer`,
    			},
    		},
    		{
    			name: "terminationGracePeriodSeconds is negative",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 07 17:51:48 UTC 2024
    - 42.1K bytes
    - Viewed (0)
  10. pkg/proxy/ipvs/proxier_test.go

    					},
    					{
    						IP:       "100.101.102.103",
    						Port:     3001,
    						Protocol: "SCTP",
    					}: {
    						Address:   netutils.ParseIPSloppy("100.101.102.103"),
    						Protocol:  "SCTP",
    						Port:      uint16(3001),
    						Scheduler: "rr",
    					},
    					{
    						IP:       "100.101.102.104",
    						Port:     3001,
    						Protocol: "SCTP",
    					}: {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Apr 27 01:31:57 UTC 2024
    - 186.8K bytes
    - Viewed (0)
Back to top