Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupForInvariant (0.14 sec)

  1. pkg/controller/statefulset/stateful_set_control_test.go

    		}
    		sort.Sort(ascendingOrdinal(pods))
    		if !reflect.DeepEqual(pods, originalPods) {
    			t.Fatalf("Expected pods %v, got pods %v", originalPods, pods)
    		}
    	}
    
    }
    
    func setupForInvariant(t *testing.T) (*apps.StatefulSet, *fakeObjectManager, StatefulSetControlInterface, intstr.IntOrString, int32) {
    	var totalPods int32 = 6
    	set := newStatefulSet(totalPods)
    	// update all pods >=3(3,4,5)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 07 19:01:47 UTC 2024
    - 108.7K bytes
    - Viewed (0)
Back to top