# Packages
Package commands holds the CLI glue mapping textual commands/args to method calls.
Package constants holds global constants for the kustomize tool.
Package expansion provides functions find and replace $(FOO) style variables in strings.
Copyright 2018 The Kubernetes Authors.
Package fs provides a file system abstraction layer.
No description provided by the author
Package ifc holds miscellaneous interfaces used by kustomize.
Package loader has a data loading interface and various implementations.
No description provided by the author
No description provided by the author
Package resmap implements a map from ResId to Resource that tracks all resources in a kustomization.
Package resource implements representations of k8s API resources as "unstructured" objects.
Package target implements state for the set of all resources being customized.
Package transformers has implementations of resmap.ResMap transformers.
Package types holds struct definitions that should find a better home.
Package validators defines a FakeValidator that can be used in tests.