-
Notifications
You must be signed in to change notification settings - Fork 345
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
docs: API specification for CRDs #151
Conversation
Codecov Report
@@ Coverage Diff @@
## master #151 +/- ##
==========================================
+ Coverage 36.27% 36.59% +0.31%
==========================================
Files 28 28
Lines 1257 1257
==========================================
+ Hits 456 460 +4
+ Misses 771 767 -4
Partials 30 30
Continue to review full report at Codecov.
|
docs/CRD-specification.md
Outdated
|
||
# CRD specification | ||
|
||
Use the following CRDs to define your routing rules. Normally, you only need to use ApisixRoute to complete a simple route definition. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not only routing rules, may be "Use the following CRDs to control the behavior of your ingress apisix instances".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@gxthrj @tokers
How about this description?
"In order to control the behavior of the proxy (Apache APISIX), the following CRDs should be defined. Normally, you only need to use ApisixRoute to complete a simple route definition."
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK , now we have ApisixTls, which is not belong to route. you can remove Normally, you only need to use ApisixRoute to complete a simple route definition.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done.
close #69