Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Shell32-Natsu committed Jun 1, 2021
1 parent b1fda3d commit 23544e0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions api/resource/factory.go
Expand Up @@ -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
}

Expand Down

0 comments on commit 23544e0

Please sign in to comment.