Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestSimpleDaemonSetLaunchesPods (0.28 sec)

  1. pkg/controller/daemon/daemon_controller_test.go

    	condition := v1.PodCondition{Type: v1.PodReady, Status: v1.ConditionTrue}
    	podutil.UpdatePodCondition(&pod.Status, &condition)
    }
    
    // DaemonSets without node selectors should launch pods on every node.
    func TestSimpleDaemonSetLaunchesPods(t *testing.T) {
    	for _, strategy := range updateStrategies() {
    		ds := newDaemonSet("foo")
    		ds.Spec.UpdateStrategy = *strategy
    		_, ctx := ktesting.NewTestContext(t)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 111.4K bytes
    - Viewed (0)
Back to top