Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for individual (0.26 sec)

  1. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    description: A list of namespaces to which this destination rule is exported. items: type: string type: array host: description: The name of a service from the service registry. type: string subsets: description: One or more named sets that represent individual versions of a service. items: properties: labels: additionalProperties: type: string description: Labels apply a filter over the endpoints of a service in the service registry. type: object name: description: Name of the subset. type: string trafficPolicy:...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  2. doc/go1.17_spec.html

    <code>\"</code> is legal), with the same restrictions.
    The three-digit octal (<code>\</code><i>nnn</i>)
    and two-digit hexadecimal (<code>\x</code><i>nn</i>) escapes represent individual
    <i>bytes</i> of the resulting string; all other escapes represent
    the (possibly multi-byte) UTF-8 encoding of individual <i>characters</i>.
    Thus inside a string literal <code>\377</code> and <code>\xFF</code> represent
    a single byte of value <code>0xFF</code>=255, while <code>ΓΏ</code>,
    HTML
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Apr 11 20:22:45 GMT 2024
    - 211.6K bytes
    - Viewed (0)
  3. cmd/site-replication.go

    	errs := make(map[string]error, len(state.Peers))
    	var wg sync.WaitGroup
    
    	for dID, v := range state.Peers {
    		if v.DeploymentID == globalDeploymentID() {
    			continue
    		}
    		// if individual deployment change like mode, endpoint, default bandwidth
    		// send it to all sites. Else send the current node details to all sites
    		// for ILM expiry flag update
    		var p madmin.PeerInfo
    		if peer.DeploymentID != "" {
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 04 12:04:40 GMT 2024
    - 182.7K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.30.md

    - resource.k8s.io/ResourceClaim (alpha API): The strategic merge patch strategy for the `status.reservedFor` array was changed so that a strategic-merge-patch can now add individual entries. This change may break clients using strategic merge patch to update status, which rely on the previous behavior (replacing the entire array).
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Wed Apr 17 17:56:15 GMT 2024
    - 227.9K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/URLConnectionTest.kt

        // If we're working correctly, this should be greater than 100ms, but less than double that.
        // Previously we had a bug where we would download the entire response body as long as no
        // individual read took longer than 100ms.
        assertThat(elapsedMillis).isLessThan(500L)
    
        // Do another request to confirm that the discarded connection was not pooled.
        assertContent("A", getResponse(newRequest("/")))
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Sat Jan 20 10:30:28 GMT 2024
    - 131.7K bytes
    - Viewed (0)
  6. cmd/metrics-v2.go

    	lambdaSubsystem           MetricSubsystem = "lambda"
    	auditSubsystem            MetricSubsystem = "audit"
    	webhookSubsystem          MetricSubsystem = "webhook"
    )
    
    // MetricName are the individual names for the metric.
    type MetricName string
    
    const (
    	authTotal         MetricName = "auth_total"
    	canceledTotal     MetricName = "canceled_total"
    	errorsTotal       MetricName = "errors_total"
    Go
    - Registered: Sun Apr 21 19:28:08 GMT 2024
    - Last Modified: Thu Apr 11 21:22:15 GMT 2024
    - 132.1K bytes
    - Viewed (0)
  7. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    impertrix.com
    
    // Incsub, LLC: https://incsub.com/
    // Submitted by Aaron Edwards <******@****.***>
    smushcdn.com
    wphostedmail.com
    wpmucdn.com
    tempurl.host
    wpmudev.host
    
    // Individual Network Berlin e.V. : https://www.in-berlin.de/
    // Submitted by Christian Seitz <******@****.***>
    dyn-berlin.de
    in-berlin.de
    in-brb.de
    in-butter.de
    in-dsl.de
    in-dsl.net
    in-dsl.org
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
  8. src/main/java/jcifs/smb1/smb1/SmbFile.java

            /* JCIFS will build a composite list of shares if the target host has
             * multiple IP addresses such as when domain-based DFS is in play. Because
             * of this, to ensure that we query each IP individually without re-resolving
             * the hostname and getting a different IP, we must use the current addresses
             * IP rather than just url.getHost() like we were using prior to 1.2.16.
             */
    
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
Back to top