Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 64 of 64 for strnames (0.63 sec)

  1. src/net/http/transport_test.go

    		// let the foo response finish so we can use its connection for /bar.
    
    		if mode == http2Mode {
    			// In HTTP/2 mode, the second Dial won't happen because the protocol
    			// multiplexes the streams by default. Just sleep for an arbitrary time;
    			// the test should pass regardless of how far the bar request gets by this
    			// point.
    			select {
    			case <-dialing:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jun 06 21:59:21 UTC 2024
    - 192.6K bytes
    - Viewed (0)
  2. pkg/generated/openapi/zz_generated.openapi.go

    				Type:        []string{"object"},
    				Properties: map[string]spec.Schema{
    					"name": {
    						SchemaProps: spec.SchemaProps{
    							Description: "`name` is the username that matches, or \"*\" to match all usernames. Required.",
    							Default:     "",
    							Type:        []string{"string"},
    							Format:      "",
    						},
    					},
    				},
    				Required: []string{"name"},
    			},
    		},
    	}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3M bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

            description: |-
              The TLSRoute resource is similar to TCPRoute, but can be configured
              to match against TLS-specific metadata. This allows more flexibility
              in matching streams for a given TLS listener.
    
    
              If you need to forward traffic to a single target for a TLS listener, you
              could choose to use a TCPRoute with a TLS listener.
            properties:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. api/openapi-spec/swagger.json

          "description": "UserSubject holds detailed information for user-kind subject.",
          "properties": {
            "name": {
              "description": "`name` is the username that matches, or \"*\" to match all usernames. Required.",
              "type": "string"
            }
          },
          "required": [
            "name"
          ],
          "type": "object"
        },
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 05 18:37:07 UTC 2024
    - 3.1M bytes
    - Viewed (0)
Back to top