Update knftables, with new sigs.k8s.io module name

This commit is contained in:
Dan Winship
2024-01-22 15:32:28 -05:00
parent a07b1aaa5b
commit 09abfa46be
22 changed files with 577 additions and 130 deletions

View File

@@ -28,13 +28,13 @@ import (
"strings"
"testing"
"github.com/danwinship/knftables"
"github.com/google/go-cmp/cmp"
"github.com/lithammer/dedent"
"k8s.io/api/core/v1"
"k8s.io/apimachinery/pkg/util/sets"
netutils "k8s.io/utils/net"
"sigs.k8s.io/knftables"
)
// getLine returns a string containing the file and line number of the caller, if