Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for labelFor (0.13 sec)

  1. pkg/controller/nodelifecycle/node_lifecycle_controller_test.go

    					Labels: map[string]string{
    						kubeletapis.LabelOS:   "windows",
    						kubeletapis.LabelArch: "arm",
    						v1.LabelOSStable:      "linux",
    						v1.LabelArchStable:    "amd64",
    					},
    				},
    			},
    			ExpectedLabels: map[string]string{
    				kubeletapis.LabelOS:   "linux",
    				kubeletapis.LabelArch: "amd64",
    				v1.LabelOSStable:      "linux",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Feb 26 03:26:45 UTC 2024
    - 119K bytes
    - Viewed (0)
  2. pkg/kubelet/kubelet_node_status_test.go

    				Labels: map[string]string{
    					v1.LabelHostname:      testKubeletHostname,
    					v1.LabelOSStable:      goruntime.GOOS,
    					v1.LabelArchStable:    goruntime.GOARCH,
    					kubeletapis.LabelOS:   goruntime.GOOS,
    					kubeletapis.LabelArch: goruntime.GOARCH,
    				},
    			},
    		}, nil
    	})
    
    	kubeClient.AddReactor("patch", "nodes", func(action core.Action) (bool, runtime.Object, error) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 08 19:23:19 UTC 2024
    - 115.8K bytes
    - Viewed (0)
  3. pkg/scheduler/internal/queue/scheduling_queue_test.go

    	affinityPod := st.MakePod().Name("afp").Namespace("ns1").UID("afp").Annotation("annot2", "val2").Priority(mediumPriority).NominatedNodeName("node1").PodAffinityExists("service", "region", st.PodAffinityWithRequiredReq).Obj()
    	labelPod := st.MakePod().Name("lbp").Namespace(affinityPod.Namespace).Label("service", "securityscan").Node("node1").Obj()
    
    	c := testingclock.NewFakeClock(time.Now())
    	m := makeEmptyQueueingHintMapPerProfile()
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 12 13:26:09 UTC 2024
    - 146.9K bytes
    - Viewed (0)
Back to top