Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestControllerManagerAliases (0.29 sec)

  1. cmd/kube-controller-manager/app/options/options_test.go

    	if err := opts.Validate([]string{"*"}, []string{""}, nil); err == nil {
    		t.Error("expected error, no error found")
    	}
    }
    
    func TestControllerManagerAliases(t *testing.T) {
    	opts, err := NewKubeControllerManagerOptions()
    	if err != nil {
    		t.Errorf("expected no error, error found %+v", err)
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 27 02:59:09 UTC 2024
    - 55.1K bytes
    - Viewed (0)
Back to top