소스 검색

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:
         description: "Memory limit in bytes."
         type: "integer"
+        format: "int64"
         default: 0
       # Applicable to UNIX platforms
       CgroupParent: