-
Notifications
You must be signed in to change notification settings - Fork 352
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
discuss: the design of yaml for APISIX #3
Comments
建议增加 rewrite annotation
|
@binlaniua ok,get it |
希望支持grpc |
ApisixPlugins has been reomved , plugins are value objects in route and service.
|
@gxthrj we need a English version |
ok, will change to english next week |
I have a question, why we create a new set of CRDs for implementing the ingress class, why not just use the official |
The offical |
Totally understood. BTW, I found we have one word in README mentioned about: |
1. revert ApisixPluginConfigList structure 2. re-run codegen
This issue is too old, and its content has been implemented. I will close it. Thanks! |
为了能够在k8s中使用yaml定义出apisix需要的对象,定义了以下结构。
如果存在没有覆盖到的功能可以增加 & 修改,欢迎大家一起讨论。
结构示例
1、ApisixRoute基础路由 结构上与ingress类似,方便迁移原生ingress yaml
支持
不兼容
2、定义ApisixService 对应apisix中的service对象
支持
校验
3、定义ApisixUpstream
支持
4、定义ApisixPlugin
5、ApisixSSL定义
6、admission webhook
The text was updated successfully, but these errors were encountered: