Secrets in requests

Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
Alex Ellis 2017-10-12 21:22:15 +01:00
parent b194264225
commit 9af6ff61b4

View File

@ -27,6 +27,9 @@ type CreateFunctionRequest struct {
// Constraints are specific to back-end orchestration platform
Constraints []string `json:"constraints"`
// Secrets list of secrets to be made available to function
Secrets []string `json:"secrets"`
}
// DeleteFunctionRequest delete a deployed function