Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for rate_limits (0.1 sec)

  1. pilot/pkg/networking/core/envoyfilter/rc_patch_test.go

    	}
    	replacedSidecarInboundRC := &route.RouteConfiguration{
    		Name: "inbound|http|80",
    		VirtualHosts: []*route.VirtualHost{
    			{
    				Name:    "replaced",
    				Domains: []string{"replaced.com"},
    				RateLimits: []*route.RateLimit{
    					{
    						Actions: []*route.RateLimit_Action{
    							{
    								ActionSpecifier: &route.RateLimit_Action_RequestHeaders_{
    									RequestHeaders: &route.RateLimit_Action_RequestHeaders{
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 32.4K bytes
    - Viewed (0)
  2. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/envoy/type/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/watchdog/v3"
    	_ "github.com/envoyproxy/go-control-plane/ratelimit/config/ratelimit/v3"
    	_ "github.com/envoyproxy/go-control-plane/ratelimit/service/ratelimit/v3"
    
    	// Istio-specific Envoy filters
    	_ "istio.io/api/envoy/config/filter/http/alpn/v2alpha1"
    	_ "istio.io/api/envoy/config/filter/http/authn/v2alpha1"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
  3. go.mod

    	github.com/jcmturner/rpc/v2 v2.0.3 // indirect
    	github.com/jedib0t/go-pretty/v6 v6.5.9 // indirect
    	github.com/jessevdk/go-flags v1.5.0 // indirect
    	github.com/josharian/intern v1.0.0 // indirect
    	github.com/juju/ratelimit v1.0.2 // indirect
    	github.com/kr/fs v0.1.0 // indirect
    	github.com/lestrrat-go/backoff/v2 v2.0.8 // indirect
    	github.com/lestrrat-go/blackmagic v1.0.2 // indirect
    	github.com/lestrrat-go/httpcc v1.0.1 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top