Merge pull request #4169 from invidian/fix-typo

api/krusty: fix typo fileystem -> filesystem
This commit is contained in:
Kubernetes Prow Robot
2021-09-07 11:41:17 -07:00
committed by GitHub

View File

@@ -26,7 +26,7 @@ import (
// used instead of performing an exec to a kustomize CLI subprocess.
// To use, load a filesystem with kustomization files (any
// number of overlays and bases), then make a Kustomizer
// injected with the given fileystem, then call Run.
// injected with the given filesystem, then call Run.
type Kustomizer struct {
options *Options
depProvider *provider.DepProvider