Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for wantReplicaSets (0.23 sec)

  1. pkg/controller/controller_utils_test.go

    		name            string
    		replicaSets     []*apps.ReplicaSet
    		wantReplicaSets []*apps.ReplicaSet
    	}{
    		{
    			name: "Filters active replica sets",
    			replicaSets: []*apps.ReplicaSet{
    				newReplicaSet("zero", 0, rsUuid),
    				nil,
    				newReplicaSet("foo", 1, rsUuid),
    				newReplicaSet("bar", 2, rsUuid),
    			},
    			wantReplicaSets: []*apps.ReplicaSet{
    				newReplicaSet("foo", 1, rsUuid),
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 39.4K bytes
    - Viewed (0)
Back to top