From f0e93c44daa20ed229ec4aed502108f3d9088d39 Mon Sep 17 00:00:00 2001 From: Evan Hazlett Date: Tue, 11 Apr 2017 13:49:36 -0400 Subject: [PATCH] updated swagger with new fields for task spec Signed-off-by: Evan Hazlett Upstream-commit: d6bb4ae434b9737fc392f98130b0be3d632d6bdc Component: engine --- components/engine/api/swagger.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/engine/api/swagger.yaml b/components/engine/api/swagger.yaml index 36927b5a04..dafd6ae661 100644 --- a/components/engine/api/swagger.yaml +++ b/components/engine/api/swagger.yaml @@ -2096,6 +2096,12 @@ definitions: ForceUpdate: description: "A counter that triggers an update even if no relevant parameters have been changed." type: "integer" + Runtime: + description: "Runtime is the type of runtime specified for the task executor." + type: "string" + RuntimeData: + description: "RuntimeData is the payload sent to be used with the runtime for the executor." + type: "array" Networks: type: "array" items: