Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for runCondition (0.13 sec)

  1. cmd/kubeadm/app/cmd/phases/workflow/runner_test.go

    		},
    	}
    
    	var usecases = []struct {
    		name          string
    		options       RunnerOptions
    		expectedOrder []string
    	}{
    		{
    			name:          "Run respect runCondition",
    			expectedOrder: []string{"foo", "bar", "qux"},
    		},
    		{
    			name:          "Run takes options into account",
    			options:       RunnerOptions{FilterPhases: []string{"foo"}, SkipPhases: []string{"foo/baz"}},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 20 20:03:45 UTC 2023
    - 15.2K bytes
    - Viewed (0)
Back to top