From 9ba16367196d1f017f0cf9b3e61b200feb3f7ccf Mon Sep 17 00:00:00 2001 From: Andrew Cornies Date: Sun, 27 Jan 2019 20:50:46 -0500 Subject: [PATCH] Updated terminology: Made description changes to be more succinct Signed-off-by: Andrew Cornies --- api-docs/swagger.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api-docs/swagger.yml b/api-docs/swagger.yml index 681c6a23..c7d2c92b 100644 --- a/api-docs/swagger.yml +++ b/api-docs/swagger.yml @@ -444,14 +444,14 @@ definitions: description: Constraints are specific to OpenFaaS Provider example: "node.platform.os == linux" labels: - description: A dictionary/hashmap used by the back-end for making scheduling or routing decisions + description: A map of labels for making scheduling or routing decisions type: object additionalProperties: type: string example: foo: bar annotations: - description: A dictionary/hashmap of annotations used by the back-end for management, orchestration, events and build tasks + description: A map of annotations for management, orchestration, events and build tasks type: object additionalProperties: type: string @@ -490,7 +490,7 @@ definitions: example: "0.01" readOnlyRootFilesystem: type: boolean - description: Removes write-access from the root filesystem + description: Make the root filesystem of the function read-only required: - service - image @@ -526,14 +526,14 @@ definitions: type: string example: node main.js labels: - description: A dictionary/hashmap used by the back-end for making scheduling or routing decisions + description: A map of labels for making scheduling or routing decisions type: object additionalProperties: type: string example: foo: bar annotations: - description: A dictionary/hashmap of annotations used by the back-end for management, orchestration, events and build tasks + description: A map of annotations for management, orchestration, events and build tasks type: object additionalProperties: type: string