Delete --enable_kyaml flag.

This commit is contained in:
monopole
2021-02-12 09:20:44 -08:00
parent 2d7b6a57ca
commit 003b4946a2
4 changed files with 3 additions and 26 deletions

View File

@@ -34,6 +34,7 @@ type Options struct {
// Options related to kustomize plugins.
PluginConfig *types.PluginConfig
// TODO(#3588): Delete this field (it's always true).
// When true, use kyaml/ packages to manipulate KRM yaml.
// When false, use k8sdeps/ instead (uses k8s.io/api* packages).
UseKyaml bool