Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for 5300m (0.17 sec)

  1. pkg/api/pod/util_test.go

    						Resources: &api.ResourceRequirements{
    							Requests: api.ResourceList{api.ResourceCPU: resource.MustParse("200m")},
    							Limits:   api.ResourceList{api.ResourceCPU: resource.MustParse("300m")},
    						},
    					},
    				},
    			},
    		}
    	}
    	podWithoutInPlaceVerticalScaling := func() *api.Pod {
    		return &api.Pod{
    			Spec: api.PodSpec{
    				Containers: []api.Container{
    					{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 108.8K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_test.go

    	kubelet := testKubelet.kubelet
    	kubelet.statusManager = status.NewFakeManager()
    
    	cpu500m := resource.MustParse("500m")
    	cpu1000m := resource.MustParse("1")
    	cpu1500m := resource.MustParse("1500m")
    	cpu2500m := resource.MustParse("2500m")
    	cpu5000m := resource.MustParse("5000m")
    	mem500M := resource.MustParse("500Mi")
    	mem1000M := resource.MustParse("1Gi")
    	mem1500M := resource.MustParse("1500Mi")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 14 16:09:17 UTC 2024
    - 106.9K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/pilot_default.golden.yaml

                path: /ready
                port: 8080
              initialDelaySeconds: 1
              periodSeconds: 3
              timeoutSeconds: 5
            resources:
              requests:
                cpu: 500m
                memory: 2048Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                drop:
                - ALL
              readOnlyRootFilesystem: true
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 102.6K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/ppc64/asm9.go

    		OPVCC(38, 0, 0, 0), // stb
    		OPVCC(39, 0, 0, 0), // stbu
    		OPVCC(44, 0, 0, 0), // sth
    		OPVCC(45, 0, 0, 0), // sthu
    		OPVCC(47, 0, 0, 0), // stmw
    		OPVCC(52, 0, 0, 0), // stfs
    		OPVCC(53, 0, 0, 0), // stfsu
    		OPVCC(54, 0, 0, 0), // stfd
    		OPVCC(55, 0, 0, 0): // stfdu
    		return D_FORM
    	}
    	return 0
    }
    
    // Encode instructions and create relocation for accessing s+d according to the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  5. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    are required for scraping prometheus (in most environments). podAnnotations: prometheus.io/port: "15020" prometheus.io/scrape: "true" # Additional labels to apply on the pod level podLabels: {} # Pod resource configuration resources: requests: cpu: 500m memory: 2048Mi # List of secret names to add to the service account as image pull secrets imagePullSecrets: [] # A `key: value` mapping of environment variables to add to the pod env: {} # Override for the pod imagePullPolicy imagePullPolicy: "" #...
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 10 05:10:03 UTC 2024
    - 198.1K bytes
    - Viewed (0)
Back to top