Search Options

Results per page
Sort
Preferred Languages
Advance

Results 151 - 160 of 308 for Proxier (0.14 sec)

  1. CHANGELOG/CHANGELOG-1.23.md

    ## Changes by Kind
    
    ### Deprecation
    
    - A deprecation notice has been added when using the kube-proxy userspace proxier, which will be removed in v1.25. (#103860) ([#104631](https://github.com/kubernetes/kubernetes/pull/104631), [@perithompson](https://github.com/perithompson))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 28 21:06:52 UTC 2023
    - 424.5K bytes
    - Viewed (0)
  2. okhttp-testing-support/src/main/kotlin/okhttp3/RecordingEventListener.kt

        call: Call,
        url: HttpUrl,
      ) = logEvent(ProxySelectStart(System.nanoTime(), call, url))
    
      override fun proxySelectEnd(
        call: Call,
        url: HttpUrl,
        proxies: List<Proxy>,
      ) = logEvent(ProxySelectEnd(System.nanoTime(), call, url, proxies))
    
      override fun dnsStart(
        call: Call,
        domainName: String,
      ) = logEvent(DnsStart(System.nanoTime(), call, domainName))
    
      override fun dnsEnd(
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 9K bytes
    - Viewed (0)
  3. tests/integration/pilot/cross_revision_test.go

    spec:
      workloadSelector:
        labels:
          app: a
      egress:
      - hosts:
        - "*/*"`).ApplyOrFail(t)
    			// create an echo instance in each revisioned namespace, all these echo
    			// instances will be injected with proxies from their respective versions
    			builder := deployment.New(t).WithClusters(t.Clusters()...)
    			for _, ns := range namespaces {
    				builder = builder.WithConfig(echo.Config{
    					Service:   ns.revision,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 08 22:02:59 UTC 2024
    - 3K bytes
    - Viewed (0)
  4. src/cmd/go/testdata/script/mod_sumdb_proxy.txt

    cp go.mod.orig go.mod
    env GOSUMDB=$sumdb
    env GOPROXY=$proxy/sumdb-404,$proxy/sumdb-503
    ! go get rsc.io/fortune@v1.0.0
    stderr '503 Service Unavailable'
    rm $GOPATH/pkg/mod/cache/download/sumdb
    rm go.sum
    
    # if proxies are separated with '|', fallback is allowed on any error.
    cp go.mod.orig go.mod
    env GOSUMDB=$sumdb
    env GOPROXY=$proxy/sumdb-503|https://0.0.0.0|$proxy
    go get rsc.io/fortune@v1.0.0
    rm $GOPATH/pkg/mod/cache/download/sumdb
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 28 17:19:14 UTC 2021
    - 1.8K bytes
    - Viewed (0)
  5. pkg/structured/structured.go

    type Error struct {
    	// MoreInfo is additional information about the error e.g. a link to context describing the context for the error.
    	MoreInfo string
    	// Impact is the likely impact of the error on system function e.g. "Proxies are unable to communicate with Istiod."
    	Impact string
    	// Action is the next step the user should take e.g. "Open an issue or bug report."
    	Action string
    	// LikelyCause is the likely cause for the error e.g. "Software bug."
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jul 15 23:58:50 UTC 2023
    - 2.5K bytes
    - Viewed (0)
  6. cmd/site-replication-metrics.go

    	ReplicaSize int64 `json:"replicaSize"`
    
    	// Total number of replica received
    	ReplicaCount int64 `json:"replicaCount"`
    	// Queued operations
    	Queued InQueueMetric `json:"queued"`
    	// Proxy stats
    	Proxied ProxyMetric `json:"proxied"`
    	// replication metrics summary for each site replication peer
    	Metrics map[string]SRMetric `json:"replMetrics"`
    	// uptime of node being queried for site replication metrics
    	Uptime int64 `json:"uptime"`
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Tue Feb 06 06:00:45 UTC 2024
    - 8.2K bytes
    - Viewed (0)
  7. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/TestProxyServer.groovy

    import org.littleshoot.proxy.ProxyAuthenticator
    import org.littleshoot.proxy.impl.DefaultHttpProxyServer
    
    import java.util.concurrent.atomic.AtomicInteger
    
    /**
     * A Proxy Server used for testing that proxies are correctly supported.
     */
    class TestProxyServer extends ExternalResource {
        private PortAllocator portFinder = FixedAvailablePortAllocator.getInstance()
        private HttpProxyServer proxyServer
        private int port
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 4K bytes
    - Viewed (0)
  8. pilot/pkg/features/security.go

    				"Node authentication allows an identity to create CSRs on behalf of other identities, but only if there is a pod "+
    				"running on the same node with that identity. "+
    				"This is intended for use with node proxies.",
    		).Get()
    		res := sets.New[types.NamespacedName]()
    		if accounts == "" {
    			return res
    		}
    		for _, v := range strings.Split(accounts, ",") {
    			ns, sa, valid := strings.Cut(v, "/")
    			if !valid {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sat Jan 13 03:50:59 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  9. pilot/pkg/xds/lds.go

    	if req == nil {
    		return true
    	}
    	switch proxy.Type {
    	case model.Waypoint:
    		if model.HasConfigsOfKind(req.ConfigsUpdated, kind.Address) {
    			// Waypoint proxies have a matcher against pod IPs in them. Historically, any LDS change would do a full
    			// push, recomputing push context. Doing that on every IP change doesn't scale, so we need these to remain
    			// incremental pushes.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 02 15:58:06 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  10. pilot/pkg/security/authz/matcher/header.go

    		Name: k,
    		HeaderMatchSpecifier: &routepb.HeaderMatcher_StringMatch{
    			StringMatch: StringMatcherExact(v, false),
    		},
    	}
    }
    
    // HostMatcherWithRegex creates a host matcher for a host using regex for proxies before 1.11.
    func HostMatcherWithRegex(k, v string) *routepb.HeaderMatcher {
    	var regex string
    	if v == "*" {
    		return &routepb.HeaderMatcher{
    			Name: k,
    			HeaderMatchSpecifier: &routepb.HeaderMatcher_PresentMatch{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 17 22:42:11 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top