Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOperatorInit (3.56 sec)

  1. operator/cmd/mesh/operator_test.go

    		t.Fatal(err)
    	}
    
    	if diff := util.YAMLDiff(string(want), string(got)); diff != "" {
    		t.Fatalf("diff: %s", diff)
    	}
    }
    
    // TODO: rewrite this with running the actual top level command.
    func TestOperatorInit(t *testing.T) {
    	goldenFilepath := filepath.Join(operatorRootDir, "cmd/mesh/testdata/operator/output/operator-init.yaml")
    	rootArgs := &RootArgs{}
    	oiArgs := &operatorInitArgs{
    		common: operatorCommonArgs{
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Tue Aug 29 14:15:33 GMT 2023
    - 6.4K bytes
    - Viewed (0)
Back to top