mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-11 00:52:55 +00:00
In module lists, handle allowed replacements.
This commit is contained in:
@@ -50,6 +50,9 @@ type LaModule interface {
|
||||
|
||||
// GetReplacements returns a list of replacements.
|
||||
GetReplacements() []string
|
||||
|
||||
// GetDisallowedReplacements returns a list of disallowed replacements.
|
||||
GetDisallowedReplacements([]string) []string
|
||||
}
|
||||
|
||||
// VersionMap holds the versions associated with modules.
|
||||
|
||||
Reference in New Issue
Block a user