1
0
Fork 0

Merge branch v2.3 into master

This commit is contained in:
Fernandez Ludovic 2020-08-26 12:22:39 +02:00
commit 483e2c43cf
153 changed files with 2466 additions and 14841 deletions

View file

@ -5,7 +5,7 @@ import (
"reflect"
"github.com/abronan/valkeyrie/store"
"github.com/containous/traefik/v2/pkg/config/parser"
"github.com/traefik/paerser/parser"
)
// Decode decodes the given KV pairs into the given element.

View file

@ -7,7 +7,7 @@ import (
"strings"
"github.com/abronan/valkeyrie/store"
"github.com/containous/traefik/v2/pkg/config/parser"
"github.com/traefik/paerser/parser"
)
// DecodeToNode converts the labels to a tree of nodes.

View file

@ -6,9 +6,9 @@ import (
"testing"
"github.com/abronan/valkeyrie/store"
"github.com/containous/traefik/v2/pkg/config/parser"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/traefik/paerser/parser"
)
func TestDecodeToNode(t *testing.T) {