tao12345666333 commented on code in PR #1399:
URL:
https://github.com/apache/apisix-ingress-controller/pull/1399#discussion_r1002842015
##########
docs/en/latest/config.json:
##########
@@ -60,10 +60,13 @@
"concepts/apisix_route",
"concepts/apisix_upstream",
"concepts/apisix_tls",
- "concepts/apisix_cluster_config",
- "concepts/annotations"
+ "concepts/apisix_cluster_config"
]
},
+ {
+ "type": "doc",
+ "id": "annotations"
+ },
Review Comment:
Although annotations are a concept in Kubernetes, the configuration items
that users can use are specific to APISIX Ingress.
Users need learn these "concepts" when using this project,
and we don't need to introduce the Ingress resource, because it is an
existing concept in Kubernetes, and there is nothing special in the APISIX
Ingress project,
what do you think?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]