code review

This commit is contained in:
Donny Xia
2021-06-01 16:25:41 -07:00
parent b1fda3d62e
commit 23544e0431

View File

@@ -23,9 +23,10 @@ import (
type Factory struct {
hasher ifc.KustHasher
// IncludeLocalConfigs indicates should resource factory ignore
// the resources which have annotation 'config.kubernetes.io/local-config'.
// By default it's false.
// When set to true, IncludeLocalConfigs indicates
// that Factory should include resources with the
// annotation 'config.kubernetes.io/local-config'.
// By default these resources are ignored.
IncludeLocalConfigs bool
}