commit | 3334b28433188d727aa8a8f653873b08663fcf5d | [log] [tgz] |
---|---|---|
author | kv <gxthrj@163.com> | Thu Aug 13 12:28:31 2020 +0800 |
committer | GitHub <noreply@github.com> | Thu Aug 13 12:28:31 2020 +0800 |
tree | d15d86ecb05932e33f5e2f0d2564cc4e6f1b05a0 | |
parent | f8ce5a064b620563338109695ca108a1c8a49d01 [diff] |
feat: add gateway yaml struct transform && refactor pkg yaml -> yml (#7) * feat: add gateway yaml struct transform && refactor pkg yaml -> yml * fix: Gateway yaml struct do not need ID field
apisix-control-plane provide APISIX with a yml
configuration capability, We can use yml
to define the proxy behavior of APISIX
yml
to define APISIX;Here are some examples of yml
and we can add comments here. https://github.com/apache/apisix-control-plane/issues/3 We can also submit a PR to modify this document.