Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 119 for requestKind (0.17 sec)

  1. tests/integration/pilot/headers_test.go

    				Subsets: []echo.SubsetConfig{
    					{
    						Annotations: map[string]string{annotation.ProxyConfig.Name: `
    tracing: {}
    proxyHeaders:
      forwardedClientCert: SANITIZE
      server:
        disabled: true
      requestId:
        disabled: true
      attemptCount:
        disabled: true
      envoyDebugHeaders:
        disabled: true
      metadataExchangeHeaders:
        mode: IN_MESH`},
    					},
    				},
    			}
    			instances := deployment.New(t).
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 20 16:01:31 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  2. platforms/core-execution/execution/src/main/java/org/gradle/internal/execution/timeout/impl/DefaultTimeoutHandler.java

            private void onTimeout() {
                synchronized (lock) {
                    if (!stopped) {
                        interrupted = true;
                        doAsPartOfBuildOperation(() -> LOGGER.warn("Requesting stop of {} as it has exceeded its configured timeout of {}.", workUnitDescription.getDisplayName(), TimeFormatting.formatDurationTerse(timeout.toMillis())));
                        thread.interrupt();
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:46:15 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ReadOnlyArtifactCacheLockingAccessCoordinator.java

     * cache first. If the operation is not successful in the readonly cache OR if it's a write
     * operation, the 2nd level writable cache is used.
     *
     * Operations use in-process locking for the read-only cache (even when requesting file locking) and
     * write operations use the regular locking mechanism (file or in-process).
     */
    public class ReadOnlyArtifactCacheLockingAccessCoordinator implements ArtifactCacheLockingAccessCoordinator, Closeable {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:49:50 UTC 2024
    - 6K bytes
    - Viewed (0)
  4. RELEASE_BRANCHES.md

        * In the event that a bug cannot be automatically backported, the istio-testing bot creates an issue for a failed
        attempt and assigns it to the developer. This issue **is not** sufficient for requesting approval.
    * For manual cherry-picks:
        * Large fixes, where the LOC>100 not withstanding unit tests changes, require subject-matter expert approval.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Nov 12 23:27:43 UTC 2021
    - 3.9K bytes
    - Viewed (0)
  5. operator/pkg/metrics/monitoring.go

    	Version = monitoring.NewGauge(
    		"version",
    		"Version of operator binary",
    	)
    
    	ReconcileRequestTotal = monitoring.NewSum(
    		"reconcile_request_total",
    		"Number of times requesting Reconcile",
    	)
    
    	// GetCRErrorTotal counts the number of times fetching
    	// CR fails from API server.
    	GetCRErrorTotal = monitoring.NewSum(
    		"get_cr_error_total",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 7K bytes
    - Viewed (0)
  6. pilot/pkg/model/credentials/resource.go

    )
    
    const (
    	// KubernetesSecretType is the name of a SDS secret stored in Kubernetes. Secrets here take the form
    	// kubernetes://secret-name. They will be pulled from the same namespace and cluster as the requesting proxy lives in.
    	KubernetesSecretType    = "kubernetes"
    	KubernetesSecretTypeURI = KubernetesSecretType + "://"
    	// KubernetesGatewaySecretType is the name of a SDS secret stored in Kubernetes, used by the gateway-api. Secrets here
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 28 20:33:15 UTC 2023
    - 5.1K bytes
    - Viewed (0)
  7. platforms/jvm/language-java/src/integTest/groovy/org/gradle/jvm/toolchain/JavaToolchainIntegrationTest.groovy

                        implementation = JvmImplementation.J9
                    }
                }
            """
    
            when:
            executer.expectDocumentedDeprecationWarning "Requesting JVM vendor IBM_SEMERU. " +
                "This behavior has been deprecated. This behavior is scheduled to be removed in Gradle 9.0. " +
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 01 15:18:26 UTC 2023
    - 7.8K bytes
    - Viewed (0)
  8. internal/http/transports.go

    	// 		// if a response to Ping is not received.
    	// 		trhttp2.PingTimeout = dialTimeout
    	// 		// DisableCompression, if true, prevents the Transport from
    	// 		// requesting compression with an "Accept-Encoding: gzip"
    	// 		trhttp2.DisableCompression = true
    	// 	}
    	// }
    
    	return tr
    }
    
    // NewInternodeHTTPTransport returns transport for internode MinIO connections.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 6K bytes
    - Viewed (0)
  9. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r25/BuildProgressCrossVersionSpec.groovy

    import org.gradle.tooling.model.gradle.BuildInvocations
    
    class BuildProgressCrossVersionSpec extends ToolingApiSpecification implements WithOldConfigurationsSupport {
    
        def "receive build progress events when requesting a model"() {
            given:
            goodCode()
    
            when: "asking for a model and specifying some task(s) to run first"
            def events = ProgressEvents.create()
            withConnection {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 7.7K bytes
    - Viewed (0)
  10. pilot/pkg/xds/xdsgen.go

    	if w == nil {
    		return nil
    	}
    	gen := s.findGenerator(w.TypeUrl, con)
    	if gen == nil {
    		return nil
    	}
    
    	t0 := time.Now()
    
    	// If delta is set, client is requesting new resources or removing old ones. We should just generate the
    	// new resources it needs, rather than the entire set of known resources.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 20:55:20 UTC 2024
    - 6.3K bytes
    - Viewed (0)
Back to top