Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestValidateFeatureGates (0.4 sec)

  1. cmd/kubeadm/app/apis/kubeadm/validation/validation_test.go

    			t.Errorf(
    				"failed ValidateMixedArguments:\n\texpected: %t\n\t  actual: %t testdata: %v",
    				rt.expected,
    				(actual == nil),
    				rt.args,
    			)
    		}
    	}
    }
    
    func TestValidateFeatureGates(t *testing.T) {
    	type featureFlag map[string]bool
    	var tests = []struct {
    		featureGates featureFlag
    		expected     bool
    	}{
    		{featureFlag{"Unknown": true}, false},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 01 16:01:49 UTC 2024
    - 46.1K bytes
    - Viewed (0)
Back to top