Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 62 of 62 for responses (0.11 sec)

  1. pilot/pkg/networking/grpcgen/grpcgen_test.go

    	// Test the xdsresolver - query LDS and RDS for a specific service, wait for the update.
    	// Should be very fast (~20ms) and validate bootstrap and basic XDS connection.
    	// Unfortunately we have no way to look at the response except using the logs from XDS.
    	// This does not attempt to resolve CDS or EDS.
    	t.Run("gRPC-resolve", func(t *testing.T) {
    		rb := xdsresolver
    		stateCh := make(chan resolver.State, 1)
    		errorCh := make(chan error, 1)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 09:04:02 UTC 2024
    - 16.9K bytes
    - Viewed (0)
  2. istioctl/pkg/tag/tag.go

    )
    
    const (
    
    	// help strings and long formatted user outputs
    	skipConfirmationFlagHelpStr = `The skipConfirmation determines whether the user is prompted for confirmation.
    If set to true, the user is not prompted and a Yes response is assumed in all cases.`
    	overrideHelpStr = `If true, allow revision tags to be overwritten, otherwise reject revision tag updates that
    overwrite existing revision tags.`
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 08:32:06 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top