Fixing from goimports
Signed-off-by: Jason Costello <jason@jsnc.tl>
This commit is contained in:
parent
2e30c87d31
commit
f447eb1876
@ -18,10 +18,11 @@ package v1alpha1
|
|||||||
|
|
||||||
import (
|
import (
|
||||||
"encoding/json"
|
"encoding/json"
|
||||||
"github.com/cert-manager/cert-manager/pkg/apis/config/cainjector/v1alpha1"
|
|
||||||
"os"
|
"os"
|
||||||
"reflect"
|
"reflect"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
|
"github.com/cert-manager/cert-manager/pkg/apis/config/cainjector/v1alpha1"
|
||||||
)
|
)
|
||||||
|
|
||||||
const TestFileLocation = "testdata/defaults.json"
|
const TestFileLocation = "testdata/defaults.json"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user