Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for PeerMetadataDiscovery (0.26 sec)

  1. pkg/test/framework/components/istio/installer.go

    		Revision:      args.Revision,
    	}
    	if i.ctx.Settings().Ambient {
    		iArgs.InFilenames = append(iArgs.InFilenames, filepath.Join(testenv.IstioSrc, IntegrationTestAmbientDefaultsIOP))
    	}
    	if i.ctx.Settings().PeerMetadataDiscovery && len(args.ComponentName) == 0 {
    		iArgs.InFilenames = append(iArgs.InFilenames, filepath.Join(testenv.IstioSrc, IntegrationTestPeerMetadataDiscoveryDefaultsIOP))
    	}
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  2. pkg/test/framework/resource/flags.go

    	flag.BoolVar(&settingsFromCommandLine.Ambient, "istio.test.ambient", settingsFromCommandLine.Ambient,
    		"Indicate the use of ambient mesh.")
    
    	flag.BoolVar(&settingsFromCommandLine.PeerMetadataDiscovery, "istio.test.peer_metadata_discovery", settingsFromCommandLine.PeerMetadataDiscovery,
    		"Force the use of peer metadata discovery fallback for metadata exchange")
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 14K bytes
    - Viewed (0)
  3. pkg/test/framework/resource/settings.go

    	EnableDualStack bool
    
    	// Helm repo to be used for tests
    	HelmRepo string
    
    	DisableDefaultExternalServiceConnectivity bool
    
    	PeerMetadataDiscovery bool
    
    	// GatewayConformanceStandardOnly indicates that only the standard gateway conformance tests should be run.
    	GatewayConformanceStandardOnly bool
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 19:04:51 UTC 2024
    - 9.2K bytes
    - Viewed (0)
Back to top