mirror of
https://github.com/kubevela/kubevela.git
synced 2026-02-14 18:10:21 +00:00
Fix: fix apiserver snake case (#2944)
Signed-off-by: FogDong <dongtianxin.tx@alibaba-inc.com>
This commit is contained in:
@@ -22,6 +22,10 @@
|
||||
|
||||
- Command-line flags should use dashes, not underscores
|
||||
|
||||
- API
|
||||
- According to RFC3986, URLs are "case sensitive". KubeVela uses snake_case for API URLs.
|
||||
- e.g.: `POST /v1/cloud_clusters`
|
||||
|
||||
- Naming
|
||||
- Please consider package name when selecting an interface name, and avoid
|
||||
redundancy.
|
||||
|
||||
Reference in New Issue
Block a user