Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for previouspriorities (0.15 sec)

  1. pilot/pkg/networking/core/route/retry/retry.go

    // buildPreviousPrioritiesConfig builds a PreviousPrioritiesConfig with a default
    // value for UpdateFrequency which indicated how often to update the priority.
    func buildPreviousPrioritiesConfig() *previouspriorities.PreviousPrioritiesConfig {
    	return &previouspriorities.PreviousPrioritiesConfig{
    		UpdateFrequency: int32(2),
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/route/retry/retry_test.go

    package retry_test
    
    import (
    	"reflect"
    	"testing"
    	"time"
    
    	envoyroute "github.com/envoyproxy/go-control-plane/envoy/config/route/v3"
    	previouspriorities "github.com/envoyproxy/go-control-plane/envoy/extensions/retry/priority/previous_priorities/v3"
    	. "github.com/onsi/gomega"
    	"google.golang.org/protobuf/types/known/durationpb"
    	wrappers "google.golang.org/protobuf/types/known/wrapperspb"
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 7.7K bytes
    - Viewed (0)
  3. pkg/config/xds/filter_types.gen.go

    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/retry/host/previous_hosts/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/retry/priority/previous_priorities/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/router/cluster_specifiers/lua/v3"
    	_ "github.com/envoyproxy/go-control-plane/envoy/extensions/stat_sinks/graphite_statsd/v3"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Jun 02 02:48:23 UTC 2024
    - 26.9K bytes
    - Viewed (0)
Back to top