Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for DefaultSettings (0.23 sec)

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

    	"fmt"
    	"os"
    	"strings"
    
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/test/env"
    	"istio.io/istio/pkg/test/framework/config"
    	"istio.io/istio/pkg/test/framework/label"
    )
    
    var settingsFromCommandLine = DefaultSettings()
    
    // SettingsFromCommandLine returns settings obtained from command-line flags. config.Parse must be called before
    // calling this function.
    func SettingsFromCommandLine(testID string) (*Settings, error) {
    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