Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 700 for tcagent (0.16 sec)

  1. pkg/config/schema/generate.go

    package schema
    
    // Create collection constants.
    // We will generate collections twice. Once is the full collection set.
    // The other includes only Istio types, with build tags set for agent.
    // This allows the agent to use collections without importing all of Kubernetes libraries.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Sep 28 16:55:31 UTC 2023
    - 923 bytes
    - Viewed (0)
  2. src/math/atan.go

    // http://www.netlib.org/cephes/cmath.tgz.
    // The go code is a version of the original C.
    //
    // atan.c
    // Inverse circular tangent (arctangent)
    //
    // SYNOPSIS:
    // double x, y, atan();
    // y = atan( x );
    //
    // DESCRIPTION:
    // Returns radian angle between -pi/2 and +pi/2 whose tangent is x.
    //
    // Range reduction is from three intervals into the interval from zero to 0.66.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:34:30 UTC 2022
    - 3K bytes
    - Viewed (0)
  3. pkg/kube/inject/app_probe.go

    func convertAppProberHTTPGet(probe *corev1.Probe, newURL string, statusPort int) *corev1.Probe {
    	p := probe.DeepCopy()
    	// Change the application container prober config.
    	p.HTTPGet.Port = intstr.FromInt32(int32(statusPort))
    	p.HTTPGet.Path = newURL
    	// For HTTPS prober, we change to HTTP,
    	// and pilot agent uses https to request application prober endpoint.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 04 15:06:24 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  4. pkg/istio-agent/health/health_probers.go

    	"os/exec"
    	"strconv"
    	"time"
    
    	"istio.io/api/networking/v1alpha3"
    	"istio.io/istio/pilot/cmd/pilot-agent/status"
    	"istio.io/istio/pilot/cmd/pilot-agent/status/ready"
    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/test/echo/common/scheme"
    )
    
    var healthCheckLog = log.RegisterScope("healthcheck", "Health Checks performed by Istio-Agent")
    
    type Prober interface {
    	// Probe will healthcheck and return whether or not the target is healthy.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 5.7K bytes
    - Viewed (0)
  5. subprojects/core/src/test/groovy/org/gradle/process/internal/CurrentProcessTest.groovy

     * limitations under the License.
     */
    
    package org.gradle.process.internal
    
    import org.gradle.api.internal.file.FileCollectionFactory
    import org.gradle.internal.instrumentation.agent.AgentUtils
    import org.gradle.internal.jvm.Jvm
    import spock.lang.Specification
    
    import static org.gradle.process.internal.CurrentProcess.inferJvmOptions
    
    class CurrentProcessTest extends Specification {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  6. pkg/bootstrap/testdata/default_golden.json

                    }
                  }
                }]
              }]
            }
          },
          {
            "name": "agent",
            "type": "STATIC",
            "connect_timeout": "0.250s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "agent",
              "endpoints": [{
                "lb_endpoints": [{
                  "endpoint": {
                    "address":{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  7. pkg/bootstrap/testdata/tracing_datadog_golden.json

                    }
                  }
                }]
              }]
            }
          },
          {
            "name": "agent",
            "type": "STATIC",
            "connect_timeout": "0.250s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "agent",
              "endpoints": [{
                "lb_endpoints": [{
                  "endpoint": {
                    "address":{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.8K bytes
    - Viewed (0)
  8. tools/packaging/postinst.sh

    chown istio-proxy.istio-proxy /etc/certs
    
    chown istio-proxy.istio-proxy /var/lib/istio/envoy /var/lib/istio/config /var/log/istio /var/lib/istio/config/mesh /var/lib/istio/proxy
    chmod o+rx /usr/local/bin/{envoy,pilot-agent}
    
    # pilot-agent and envoy may run with effective uid 0 in order to run envoy with
    # CAP_NET_ADMIN, so any iptables rule matching on "-m owner --uid-owner
    # istio-proxy" will not match connections from those processes anymore.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Aug 10 18:31:12 UTC 2021
    - 1.9K bytes
    - Viewed (0)
  9. pilot/cmd/pilot-agent/status/server.go

    	grpcStatus "google.golang.org/grpc/status"
    	"google.golang.org/protobuf/proto"
    	k8sUtilIo "k8s.io/utils/io"
    
    	"istio.io/istio/pilot/cmd/pilot-agent/metrics"
    	"istio.io/istio/pilot/cmd/pilot-agent/status/grpcready"
    	"istio.io/istio/pilot/cmd/pilot-agent/status/ready"
    	dnsProto "istio.io/istio/pkg/dns/proto"
    	"istio.io/istio/pkg/env"
    	commonFeatures "istio.io/istio/pkg/features"
    	"istio.io/istio/pkg/kube/apimirror"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 31.1K bytes
    - Viewed (1)
  10. pkg/bootstrap/testdata/tracing_zipkin_golden.json

                    }
                  }
                }]
              }]
            }
          },
          {
            "name": "agent",
            "type": "STATIC",
            "connect_timeout": "0.250s",
            "lb_policy": "ROUND_ROBIN",
            "load_assignment": {
              "cluster_name": "agent",
              "endpoints": [{
                "lb_endpoints": [{
                  "endpoint": {
                    "address":{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 01 14:41:40 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top