Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    	if !reflect.DeepEqual(expected, s) {
    		t.Errorf("Got different run options than expected.\nDifference detected on:\n%s", cmp.Diff(expected, s))
    	}
    }
    
    func TestApplyTo(t *testing.T) {
    	fs := pflag.NewFlagSet("addflagstest", pflag.ContinueOnError)
    	s, _ := NewKubeControllerManagerOptions()
    	// flag set to parse the args that are required to start the kube controller manager
    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