浏览代码

Merge pull request #35586 from ndeloof/patch-1

`memory` is an int64 (long)
Sebastiaan van Stijn 7 年之前
父节点
当前提交
9243c28ba5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      api/swagger.yaml

+ 1 - 0
api/swagger.yaml

@@ -332,6 +332,7 @@ definitions:
       Memory:
       Memory:
         description: "Memory limit in bytes."
         description: "Memory limit in bytes."
         type: "integer"
         type: "integer"
+        format: "int64"
         default: 0
         default: 0
       # Applicable to UNIX platforms
       # Applicable to UNIX platforms
       CgroupParent:
       CgroupParent: