1
0
mirror of synced 2026-02-06 10:55:56 +00:00

misc: address kustomize/api/filesys deprecation

Signed-off-by: Hidde Beydals <hidde@hhh.computer>
This commit is contained in:
Hidde Beydals
2023-10-13 10:14:45 +02:00
parent 3278a0782f
commit 5b22207c98

View File

@@ -16,7 +16,7 @@ limitations under the License.
package kustomization
import "sigs.k8s.io/kustomize/api/filesys"
import "sigs.k8s.io/kustomize/kyaml/filesys"
type Options struct {
FileSystem filesys.FileSystem