Change where transformers are called.

Kubernetes-commit: e76dff38cf74c3c8ad9ed4d3bc6e3641d9b64565
This commit is contained in:
Daniel Smith
2023-03-14 23:05:20 +00:00
committed by Kubernetes Publisher
parent 308e6b1055
commit c3b84f0438
6 changed files with 135 additions and 30 deletions

View File

@@ -23,7 +23,7 @@ import (
"testing"
"time"
"k8s.io/api/core/v1"
v1 "k8s.io/api/core/v1"
apiequality "k8s.io/apimachinery/pkg/api/equality"
metav1 "k8s.io/apimachinery/pkg/apis/meta/v1"
"k8s.io/apimachinery/pkg/runtime"
@@ -32,7 +32,7 @@ import (
"k8s.io/apimachinery/pkg/watch"
fcache "k8s.io/client-go/tools/cache/testing"
"github.com/google/gofuzz"
fuzz "github.com/google/gofuzz"
)
func Example() {