change: remove notifications in .asf.yaml (#19)

1 file changed
tree: 2ef300cb4b8c132cc20379574c9fe633559c301d
  1. .github/
  2. doc/
  3. pkg/
  4. .asf.yaml
  5. .gitignore
  6. apisix_control_plane_suite_test.go
  7. go.mod
  8. go.sum
  9. README.md
README.md

apisix-control-plane

what is apisix-control-plane?

apisix-control-plane provide APISIX with a yml configuration capability, We can use yml to define the proxy behavior of APISIX

Why do you want to do this?

  1. In order to facilitate the integration of k8s, use yml to define APISIX;
  2. For easier synchronization across clusters;
  3. Can be better adapted to multiple platforms (k8s, vm);

DISCUSS

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.