qaskx.template/default/generator/gateway/kong_plugin.yml

12 lines
160 B
YAML

# Condition entry
#Before:{{if .ServiceName}}
Conditioned text{{end}}
#After
# Loop through entries{{range .Redi.Apis}}
API: {{.Format}}{{end}}
#------