mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-05-17 18:25:26 +00:00
code review
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user