Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for expectedTaintsToRemove (0.21 sec)

  1. pkg/util/taints/taints_test.go

    			t.Errorf("[%s] expected returen taints as %v, but got: %v", c.name, c.expectedTaints, taints)
    		}
    		if !reflect.DeepEqual(c.expectedTaintsToRemove, taintsToRemove) {
    			t.Errorf("[%s] expected return taints to be removed as %v, but got: %v", c.name, c.expectedTaintsToRemove, taintsToRemove)
    		}
    	}
    }
    
    func TestValidateTaint(t *testing.T) {
    	cases := []struct {
    		name          string
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Sep 16 09:23:35 UTC 2022
    - 22.6K bytes
    - Viewed (0)
Back to top