We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5a2db5 commit 5568521Copy full SHA for 5568521
kustomize/commands/internal/util/configmapSecretFlagsAndArgs_test.go
@@ -1,13 +1,14 @@
1
// Copyright 2019 The Kubernetes Authors.
2
// SPDX-License-Identifier: Apache-2.0
3
4
-package util
+package util_test
5
6
import (
7
"reflect"
8
"testing"
9
10
"github.com/stretchr/testify/require"
11
+ . "sigs.k8s.io/kustomize/kustomize/v5/commands/internal/util"
12
"sigs.k8s.io/kustomize/kyaml/filesys"
13
)
14
0 commit comments