Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for PeerMetadataDiscovery (0.16 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/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