Updated terminology:

Made description changes to be more succinct

Signed-off-by: Andrew Cornies <acornies@gmail.com>
This commit is contained in:
Andrew Cornies
2019-01-27 20:50:46 -05:00
committed by Alex Ellis
parent d59f4d87cf
commit 9ba1636719

View File

@ -444,14 +444,14 @@ definitions:
description: Constraints are specific to OpenFaaS Provider description: Constraints are specific to OpenFaaS Provider
example: "node.platform.os == linux" example: "node.platform.os == linux"
labels: 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 type: object
additionalProperties: additionalProperties:
type: string type: string
example: example:
foo: bar foo: bar
annotations: 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 type: object
additionalProperties: additionalProperties:
type: string type: string
@ -490,7 +490,7 @@ definitions:
example: "0.01" example: "0.01"
readOnlyRootFilesystem: readOnlyRootFilesystem:
type: boolean type: boolean
description: Removes write-access from the root filesystem description: Make the root filesystem of the function read-only
required: required:
- service - service
- image - image
@ -526,14 +526,14 @@ definitions:
type: string type: string
example: node main.js example: node main.js
labels: 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 type: object
additionalProperties: additionalProperties:
type: string type: string
example: example:
foo: bar foo: bar
annotations: 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 type: object
additionalProperties: additionalProperties:
type: string type: string