Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cpu_exist (1.29 sec)

  1. pkg/scheduler/util/pod_resources_test.go

    			v1.ResourceCPU,
    			DefaultMilliCPURequest,
    			true,
    		},
    		{
    			"memory_not_found",
    			v1.ResourceList{},
    			v1.ResourceMemory,
    			DefaultMemoryRequest,
    			true,
    		},
    		{
    			"cpu_exist",
    			v1.ResourceList{
    				v1.ResourceCPU: resource.MustParse("200m"),
    			},
    			v1.ResourceCPU,
    			200,
    			true,
    		},
    		{
    			"memory_exist",
    			v1.ResourceList{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 09 23:15:53 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/ztypes_linux.go

    	BPF_F_KPROBE_MULTI_RETURN                  = 0x1
    	BPF_F_UPROBE_MULTI_RETURN                  = 0x1
    	BPF_ANY                                    = 0x0
    	BPF_NOEXIST                                = 0x1
    	BPF_EXIST                                  = 0x2
    	BPF_F_LOCK                                 = 0x4
    	BPF_F_NO_PREALLOC                          = 0x1
    	BPF_F_NO_COMMON_LRU                        = 0x2
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 251K bytes
    - Viewed (0)
Back to top