add default configurations for different transformers

This commit is contained in:
Jingfang Liu
2018-09-20 09:15:51 -07:00
parent 2f47e298d2
commit 13c368a2db
7 changed files with 632 additions and 0 deletions

View File

@@ -26,6 +26,11 @@ import (
func GetDefaultPathConfigs() []byte {
configData := [][]byte{
[]byte(namePrefixPathConfigs),
[]byte(commonLabelPathConfigs),
[]byte(commonAnnotationPathConfigs),
[]byte(namespacePathConfigs),
[]byte(varReferencePathConfigs),
[]byte(nameReferencePathConfigs),
}
return bytes.Join(configData, []byte(`\n`))
}