Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getAlias (0.15 sec)

  1. operator/cmd/mesh/manifest-generate_test.go

    	if err != nil {
    		t.Fatal(err)
    	}
    	gotAlias, err := runManifestGenerate([]string{inPath}, "--revision=foo", snapshotCharts, []string{"templates/deployment.yaml"})
    	if err != nil {
    		t.Fatal(err)
    	}
    
    	if gotAlias != gotSet {
    		t.Errorf("Flag aliases not producing same output: with --set: \n\n%s\n\nWith alias:\n\n%s\nDiff:\n\n%s\n",
    			gotSet, gotAlias, util.YAMLDiff(gotSet, gotAlias))
    	}
    }
    
    Go
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Thu Apr 18 18:16:49 GMT 2024
    - 43.5K bytes
    - Viewed (0)
Back to top