From 12aa8ed3d88e62a8a12c8a09deb0bbc531d823f8 Mon Sep 17 00:00:00 2001 From: Nicolas De loof Date: Thu, 23 Nov 2017 12:37:05 +0100 Subject: [PATCH] `memory` is an int64 (long) Signed-off-by: Nicolas De Loof Upstream-commit: 5ad85b1d4d69806754d1814f019b03b57e40d6da Component: engine --- components/engine/api/swagger.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index a6b5ee5cfd..07ee0674cd 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/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: