function API: status for functions (#229)

This commit is contained in:
Janos Dobronszki
2021-10-12 15:35:29 +01:00
committed by GitHub
parent 1caf019cda
commit c4af6d043a
6 changed files with 62 additions and 27 deletions

View File

@@ -107,6 +107,8 @@ export interface Func {
// go111, go113, go116
// python37, python38, python39
runtime?: string;
// eg. ACTIVE, DEPLOY_IN_PROGRESS, OFFLINE etc
status?: string;
// subfolder path to entrypoint
subfolder?: string;
}