Skip to content

Commit fd1bed9

Browse files
committed
add(eva): Volcengine metadata endpoint
1 parent f664f39 commit fd1bed9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

conf/evaluate_conf.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ type cloudAPIS struct {
115115
}
116116

117117
var CloudAPI = []cloudAPIS{
118+
{
119+
CloudProvider: "Volcano Engine (Volcengine)",
120+
API: "http://100.96.0.96/latest",
121+
ResponseMatch: "instance",
122+
DocURL: "https://www.volcengine.com/docs/6396/113780",
123+
},
118124
{
119125
CloudProvider: "Alibaba Cloud",
120126
API: "http://100.100.100.200/latest/meta-data/",

0 commit comments

Comments
 (0)