Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 218 for tcagent (0.18 sec)

  1. subprojects/core/src/test/groovy/org/gradle/internal/classpath/transforms/ClasspathElementTransformTest.groovy

            where:
            factory << [AGENT, LEGACY]
        }
    
        def "agent instrumentation removes resources from transformed jar"() {
            given:
            def testFile = jar(testDir.file("thing.jar")) {
                manifest {}
    
                entry("Foo.class", classOne())
                entry("resource.txt", "")
            }
    
            expect:
            with(transformJar(AGENT, testFile)) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Feb 14 09:24:02 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  2. platforms/jvm/jacoco/src/main/java/org/gradle/testing/jacoco/plugins/JacocoTaskExtension.java

        /**
         * Creates a Jacoco task extension.
         *
         * @param objects the object factory
         * @param agent the agent JAR to use for analysis
         * @param task the task we extend
         */
        @Inject
        public JacocoTaskExtension(ObjectFactory objects, JacocoAgentJar agent, JavaForkOptions task) {
            this.agent = agent;
            this.task = task;
            destinationFile = objects.property(File.class);
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 22 14:04:39 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apimachinery/pkg/util/net/http.go

    }
    
    func NewWarningHeader(code int, agent, text string) (string, error) {
    	if code < 0 || code > 999 {
    		return "", errors.New("code must be between 0 and 999")
    	}
    	if len(agent) == 0 {
    		agent = "-"
    	} else if !utf8.ValidString(agent) || strings.ContainsAny(agent, `\"`) || hasAnyRunes(agent, unicode.IsSpace, unicode.IsControl) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 05 00:08:58 UTC 2022
    - 20.8K bytes
    - Viewed (0)
  4. pilot/cmd/pilot-agent/app/cmd.go

    	"istio.io/istio/pilot/cmd/pilot-agent/config"
    	"istio.io/istio/pilot/cmd/pilot-agent/options"
    	"istio.io/istio/pilot/cmd/pilot-agent/status"
    	"istio.io/istio/pilot/pkg/util/network"
    	"istio.io/istio/pkg/bootstrap"
    	"istio.io/istio/pkg/cmd"
    	"istio.io/istio/pkg/collateral"
    	"istio.io/istio/pkg/config/constants"
    	"istio.io/istio/pkg/envoy"
    	istioagent "istio.io/istio/pkg/istio-agent"
    	"istio.io/istio/pkg/log"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  5. 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)
  6. 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)
  7. .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)
  8. samples/security/spire/spire-quickstart.yaml

    # Binds above cluster role to spire-agent service account.
    kind: ClusterRoleBinding
    apiVersion: rbac.authorization.k8s.io/v1
    metadata:
      name: spire-agent-cluster-role-binding
    subjects:
    - kind: ServiceAccount
      name: spire-agent
      namespace: spire
    roleRef:
      kind: ClusterRole
      name: spire-agent-cluster-role
      apiGroup: rbac.authorization.k8s.io
    
    ---
    # ConfigMap for the SPIRE agent featuring:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Oct 12 16:12:42 UTC 2023
    - 32.2K bytes
    - Viewed (0)
  9. pkg/config/validation/agent/extensionprovider_test.go

    			config: &meshconfig.MeshConfig_ExtensionProvider_DatadogTracingProvider{
    				Service: "datadog-agent.com",
    				Port:    8126,
    			},
    			valid: true,
    		},
    		{
    			name: "datadog service with namespace",
    			config: &meshconfig.MeshConfig_ExtensionProvider_DatadogTracingProvider{
    				Service: "namespace/datadog-agent.com",
    				Port:    8126,
    			},
    			valid: true,
    		},
    		{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 17 20:06:41 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  10. pkg/istio-agent/xds_proxy.go

    func (p *XdsProxy) getTLSOptions(agent *Agent) (*istiogrpc.TLSOptions, error) {
    	if agent.proxyConfig.ControlPlaneAuthPolicy == meshconfig.AuthenticationPolicy_NONE {
    		return nil, nil
    	}
    	xdsCACertPath, err := agent.FindRootCAForXDS()
    	if err != nil {
    		return nil, fmt.Errorf("failed to find root CA cert for XDS: %v", err)
    	}
    	key, cert := agent.GetKeyCertsForXDS()
    	return &istiogrpc.TLSOptions{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 22:12:28 UTC 2024
    - 27.9K bytes
    - Viewed (0)
Back to top