Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for phaseBuilder1 (0.47 sec)

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

    	return false, nil
    }
    
    func TestRunOrderAndConditions(t *testing.T) {
    	var w = Runner{
    		Phases: []Phase{
    			phaseBuilder1("foo", nil,
    				phaseBuilder1("bar", runConditionTrue),
    				phaseBuilder1("baz", runConditionFalse),
    			),
    			phaseBuilder1("qux", runConditionTrue),
    		},
    	}
    
    	var usecases = []struct {
    		name          string
    		options       RunnerOptions
    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