Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for skipWorkloads (0.17 sec)

  1. pkg/test/framework/resource/settings.go

    	result += fmt.Sprintf("StableNamespaces:  						 %v\n", s.StableNamespaces)
    	result += fmt.Sprintf("Revision:          						 %v\n", s.Revision)
    	result += fmt.Sprintf("SkipWorkloads      						 %v\n", s.SkipWorkloadClasses)
    	result += fmt.Sprintf("Compatibility:     						 %v\n", s.Compatibility)
    	result += fmt.Sprintf("Revisions:         						 %v\n", s.Revisions.String())
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  2. pkg/test/framework/resource/flags.go

    	flag.Var(&settingsFromCommandLine.SkipString, "istio.test.skip",
    		"Skip tests matching the regular expression. This follows the semantics of -test.run.")
    
    	flag.Var(&settingsFromCommandLine.SkipWorkloadClasses, "istio.test.skipWorkloads",
    		"Skips deploying and using workloads of the given comma-separated classes (e.g. vm, proxyless, etc.)")
    
    	flag.Var(&settingsFromCommandLine.OnlyWorkloadClasses, "istio.test.onlyWorkloads",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top