mirror of
https://github.com/openfaas/faas.git
synced 2025-06-15 11:46:46 +00:00
Secrets in requests
Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
parent
b194264225
commit
9af6ff61b4
@ -27,6 +27,9 @@ type CreateFunctionRequest struct {
|
|||||||
|
|
||||||
// Constraints are specific to back-end orchestration platform
|
// Constraints are specific to back-end orchestration platform
|
||||||
Constraints []string `json:"constraints"`
|
Constraints []string `json:"constraints"`
|
||||||
|
|
||||||
|
// Secrets list of secrets to be made available to function
|
||||||
|
Secrets []string `json:"secrets"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// DeleteFunctionRequest delete a deployed function
|
// DeleteFunctionRequest delete a deployed function
|
||||||
|
Loading…
x
Reference in New Issue
Block a user