Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 398 for 300m (0.04 sec)

  1. pkg/scheduler/framework/types_test.go

    								v1.ResourceCPU: resource.MustParse("200m"),
    							},
    						},
    						Ports: []v1.ContainerPort{
    							{
    								HostIP:   "127.0.0.1",
    								HostPort: 8080,
    								Protocol: "TCP",
    							},
    						},
    					},
    				},
    				NodeName: nodeName,
    				Overhead: v1.ResourceList{
    					v1.ResourceCPU:    resource.MustParse("500m"),
    					v1.ResourceMemory: resource.MustParse("500"),
    				},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 45.9K bytes
    - Viewed (0)
  2. pkg/controller/endpointslicemirroring/reconciler_test.go

    				Hostname: "pod-2",
    				NodeName: pointer.String("node-2"),
    			}},
    		}, {
    			Ports: []corev1.EndpointPort{{
    				Name:     "http",
    				Port:     3000,
    				Protocol: corev1.ProtocolTCP,
    			}, {
    				Name:     "https",
    				Port:     3001,
    				Protocol: corev1.ProtocolUDP,
    			}},
    			Addresses: []corev1.EndpointAddress{{
    				IP:       "10.0.1.1",
    				Hostname: "pod-11",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 06:51:56 UTC 2024
    - 42.7K bytes
    - Viewed (0)
  3. operator/cmd/mesh/testdata/manifest-generate/output/ztunnel.golden.yaml

              protocol: TCP
            readinessProbe:
              httpGet:
                path: /healthz/ready
                port: 15021
            resources:
              limits:
                cpu: 200m
                memory: 200Mi
              requests:
                cpu: 100m
                memory: 100Mi
            securityContext:
              allowPrivilegeEscalation: false
              capabilities:
                add:
                - NET_ADMIN
                drop:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jan 31 23:49:40 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. pkg/proxy/winkernel/proxier_test.go

    		t.Error()
    	}
    
    	svcIP1 := "10.20.30.41"
    	svcPort1 := 80
    	svcNodePort1 := 3001
    	svcPortName1 := proxy.ServicePortName{
    		NamespacedName: makeNSN("ns1", "svc1"),
    		Port:           "p80",
    		Protocol:       v1.ProtocolTCP,
    	}
    
    	svcIP2 := "10.20.30.42"
    	svcPort2 := 80
    	svcNodePort2 := 3002
    	svcPortName2 := proxy.ServicePortName{
    		NamespacedName: makeNSN("ns1", "svc2"),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jan 28 14:30:51 UTC 2024
    - 30.2K bytes
    - Viewed (0)
  5. plugin/pkg/admission/limitranger/admission_test.go

    	// pod with all resources enumerated should not merge anything
    	input = getResourceRequirements(getComputeResourceList("100m", "512Mi"), getComputeResourceList("200m", "1G"))
    	initInputs := []api.ResourceRequirements{getResourceRequirements(getComputeResourceList("200m", "1G"), getComputeResourceList("400m", "2G"))}
    	pod = validPodInit(validPod("limit-memory", 1, input), initInputs...)
    	expected = input
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Mar 06 00:00:21 UTC 2024
    - 51.5K bytes
    - Viewed (0)
  6. pkg/scheduler/internal/cache/cache_test.go

    			Effect: v1.TaintEffectPreferNoSchedule,
    		},
    	}
    	imageStatus1 := map[string]int64{
    		"gcr.io/80:latest":  80 * mb,
    		"gcr.io/80:v1":      80 * mb,
    		"gcr.io/300:latest": 300 * mb,
    		"gcr.io/300:v1":     300 * mb,
    	}
    	imageStatus2 := map[string]int64{
    		"gcr.io/600:latest": 600 * mb,
    		"gcr.io/80:latest":  80 * mb,
    		"gcr.io/900:latest": 900 * mb,
    	}
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 17 01:38:03 UTC 2023
    - 63.8K bytes
    - Viewed (0)
  7. helm-releases/minio-3.0.0.tgz

    minio-3.0.0.tar minio/Chart.yaml apiVersion: v1 appVersion: RELEASE.2021-08-31T05-46-54Z description: Multi-Cloud Object Storage home: https://min.io icon: https://min.io/resources/img/logo/MINIO_wordmark.png keywords: - minio - storage - object-storage - s3 - cluster maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio version: 3.0.0 minio/values.yaml ## Provide a name in place of minio for `app:` labels ## nameOverride: "" ## Provide a name...
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Sep 02 01:47:43 UTC 2021
    - 13.8K bytes
    - Viewed (0)
  8. pkg/controller/resourcequota/resource_quota_controller_test.go

    			Status:     v1.PodStatus{Phase: v1.PodRunning},
    			Spec: v1.PodSpec{
    				Volumes:    []v1.Volume{{Name: "vol"}},
    				Containers: []v1.Container{{Name: "ctr", Image: "image", Resources: getResourceRequirements(getResourceList("100m", "1Gi"), getResourceList("", ""))}},
    			},
    		},
    		&v1.Pod{
    			ObjectMeta: metav1.ObjectMeta{Name: "pod-running-2", Namespace: "testing"},
    			Status:     v1.PodStatus{Phase: v1.PodRunning},
    			Spec: v1.PodSpec{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 12 16:29:33 UTC 2023
    - 42.6K bytes
    - Viewed (0)
  9. pkg/proxy/iptables/proxier_test.go

    		-A KUBE-MARK-MASQ -j MARK --or-mark 0x4000
    		-A KUBE-NODEPORTS -m comment --comment ns2/svc2:p80 -m tcp -p tcp --dport 3001 -j KUBE-EXT-GNZBNJ2PO5MGZ6GT
    		-A KUBE-NODEPORTS -m comment --comment ns3/svc3:p80 -m tcp -p tcp --dport 3003 -j KUBE-EXT-X27LE4BHSL4DOUIK
    		-A KUBE-NODEPORTS -m comment --comment ns5/svc5:p80 -m tcp -p tcp --dport 3002 -j KUBE-EXT-NUKIZ6OKUXPJNT4C
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 14:39:54 UTC 2024
    - 249.9K bytes
    - Viewed (0)
  10. pkg/api/persistentvolumeclaim/util_test.go

    			expected: nil,
    		},
    		{
    			name: "200m warning",
    			template: &core.PersistentVolumeClaim{
    				Spec: core.PersistentVolumeClaimSpec{
    					Resources: core.VolumeResourceRequirements{
    						Requests: core.ResourceList{
    							core.ResourceStorage: resource.MustParse("200m"),
    						},
    						Limits: core.ResourceList{
    							core.ResourceStorage: resource.MustParse("100m"),
    						},
    					},
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top