智能边缘平台 IEF-更新应用模板版本:请求示例

时间:2024-04-15 09:12:47

请求示例

更新应用模板版本,修改环境变量配置,更新卷类型为“hostPath”。

{
  "version" : {
    "resources" : {
      "limits" : {
        "cpu" : 0.1,
        "memory" : 1024,
        "gpu" : 3.9
      },
      "requests" : {
        "cpu" : 0.1,
        "memory" : 1024,
        "gpu" : 3.9
      }
    },
    "envs" : [ {
      "name" : "key",
      "value" : "name"
    } ],
    "volumes" : [ {
      "name" : "test",
      "type" : "hostPath",
      "source" : "/tmp",
      "destination" : "/tmp0",
      "read_only" : true
    } ],
    "configs" : {
      "privileged" : true,
      "host_network" : true,
      "restart_policy" : "Always"
    }
  }
}
support.huaweicloud.com/api-ief/UpdateAppVersion.html