Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 586 for tcagent (0.16 sec)

  1. pkg/envoy/agent_test.go

    // limitations under the License.
    
    package envoy
    
    import (
    	"context"
    	"net"
    	"testing"
    
    	"istio.io/istio/pilot/cmd/pilot-agent/status/testserver"
    )
    
    var invalidStats = ""
    
    var downstreamCxPostiveAcStats = "http.admin.downstream_cx_active: 2 \n" +
    	"http.agent.downstream_cx_active: 0 \n" +
    	"http.inbound_0.0.0.0_8080.downstream_cx_active: 0 \n" +
    	"listener.0.0.0.0_15001.downstream_cx_active: 0 \n" +
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 19 20:22:09 UTC 2023
    - 4.3K bytes
    - Viewed (0)
  2. src/net/http/requestwrite_test.go

    				"Keep-Alive":       {"300"},
    				"Proxy-Connection": {"keep-alive"},
    				"User-Agent":       {"Fake"},
    			},
    			Body:  nil,
    			Close: false,
    			Host:  "www.techcrunch.com",
    			Form:  map[string][]string{},
    		},
    
    		WantWrite: "GET / HTTP/1.1\r\n" +
    			"Host: www.techcrunch.com\r\n" +
    			"User-Agent: Fake\r\n" +
    			"Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8\r\n" +
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Sep 07 01:07:32 UTC 2022
    - 23.3K bytes
    - Viewed (0)
  3. platforms/core-runtime/instrumentation-agent-services/src/main/java/org/gradle/internal/instrumentation/agent/AgentUtils.java

     */
    
    package org.gradle.internal.instrumentation.agent;
    
    /**
     * Common utilities used for Gradle's own Java agents.
     */
    public final class AgentUtils {
        private AgentUtils() {}
    
        public static final String AGENT_MODULE_NAME = "gradle-instrumentation-agent";
    
        /**
         * Checks if the command-line argument looks like JVM switch that applies gradle instrumentation agent.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  4. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/configuration/DefaultDaemonServerConfiguration.java

            // The daemon that shouldn't use the agent won't have the agent applied.
            this(daemonUid, daemonBaseDir, idleTimeoutMs, periodicCheckIntervalMs, singleUse, priority, jvmOptions, true, nativeServicesMode);
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 12 12:13:32 UTC 2024
    - 4K bytes
    - Viewed (0)
  5. pilot/cmd/pilot-agent/options/options.go

    	// Ability of istio-agent to retrieve proxyConfig via XDS for dynamic configuration updates
    	enableProxyConfigXdsEnv = env.Register("PROXY_CONFIG_XDS_AGENT", false,
    		"If set to true, agent retrieves dynamic proxy-config updates via xds channel").Get()
    
    	wasmInsecureRegistries = env.Register("WASM_INSECURE_REGISTRIES", "",
    		"allow agent pull wasm plugin from insecure registries or https server, for example: 'localhost:5000,docker-registry:5000'").Get()
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jan 09 19:21:50 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  6. tools/packaging/common/istio-start.sh

          "${ISTIO_BIN_BASE}/pilot-agent" istio-clean-iptables
    
          # Update iptables, based on current config. This is for backward compatibility with the init image mode.
          # The sidecar image can replace the k8s init image, to avoid downloading 2 different images.
          "${ISTIO_BIN_BASE}/pilot-agent" istio-iptables "${@}"
          exit 0
        fi
    
        if [[ ${1-} != "run" ]] ; then
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Mar 06 22:16:26 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  7. platforms/core-runtime/instrumentation-agent/build.gradle.kts

    }
    
    description = "A Java agent implementation that instruments loaded classes"
    
    // Agent's premain is invoked before main(), so it should not cause the startup to fail because of the too new class file format.
    gradlebuildJava.usedForStartup()
    
    tasks.named<Jar>("jar") {
        manifest {
            attributes(mapOf(
                "Premain-Class" to "org.gradle.instrumentation.agent.Agent",
            ))
        }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Oct 02 15:44:14 UTC 2023
    - 468 bytes
    - Viewed (0)
  8. pilot/docker/Dockerfile.proxyv2

    ENV ISTIO_META_ISTIO_PROXY_SHA $proxy_version
    
    ARG TARGETARCH
    COPY ${TARGETARCH:-amd64}/pilot-agent /usr/local/bin/pilot-agent
    
    # The pilot-agent will bootstrap Envoy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 00:17:51 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apiserver/pkg/server/egressselector/config_test.go

                path: /etc/srv/kubernetes/pki/konnectivity-agent
          containers:
            - image: registry.k8s.io/proxy-agent:v0.0.3
              name: proxy-agent
              command: ["/proxy-agent"]
              args: ["--caCert=/etc/srv/kubernetes/pki/proxy-agent/ca.crt", "--agentCert=/etc/srv/kubernetes/pki/proxy-agent/client.crt", "--agentKey=/etc/srv/kubernetes/pki/proxy-agent/client.key", "--proxyServerHost=127.0.0.1", "--proxyServerPort=8132"]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Sep 05 02:24:38 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  10. .teamcity/src/main/kotlin/common/extensions.kt

        // US region agents have name "EC2-XXX"
        doesNotContain("teamcity.agent.name", "EC2")
    }
    
    /**
     * We have some "shared" host where a Linux build agent and a Windows build agent
     * both run on the same bare metal. Some builds require exclusive access to the
     * hardware resources (e.g. performance test).
     */
    fun Requirements.requiresNotSharedHost() {
        doesNotContain("agent.host.type", "shared")
    }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 03 03:39:03 UTC 2024
    - 13.1K bytes
    - Viewed (1)
Back to top