mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-06-13 10:00:56 +00:00
Add support for CRDs
This commit is contained in:
@@ -733,3 +733,8 @@ var defaultNameReferencePathConfigs = []referencePathConfig{
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
// AddNameReferencePathConfigs adds extra reference path configs to the default one
|
||||
func AddNameReferencePathConfigs(r []referencePathConfig) {
|
||||
defaultNameReferencePathConfigs = append(defaultNameReferencePathConfigs, r...)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user