mirror of
https://github.com/openfaas/faas.git
synced 2025-06-18 12:06:37 +00:00
Adds annotation attribute to CreateFunctionRequest
1. Add new annotation attributes which may be used by the back-end for making scheduling or routing decisions. 2. Updated tests/README.md to give clearer instructions on creating and tearing down the stack required to run the integration tests 3. Update ci.sh * Fail as soon as an error is encountered * Allow script to run locally in development environment, test if repos are already cloned etc.. * Deploy ./stack.yml used by existing integration tests Signed-off-by: Edward Wilde <ewilde@gmail.com>
This commit is contained in:
@ -263,6 +263,16 @@ definitions:
|
||||
additionalProperties:
|
||||
type: string
|
||||
description: Overrides to environmental variables
|
||||
labels:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
description: An array of labels used by the back-end for making scheduling or routing decisions
|
||||
annotations:
|
||||
type: array
|
||||
items:
|
||||
type: string
|
||||
description: An array of annotations used by the back-end for management, orchestration, events and build tasks
|
||||
secrets:
|
||||
type: array
|
||||
items:
|
||||
|
Reference in New Issue
Block a user