Created
January 28, 2019 10:44
-
-
Save denismakogon/339195e28919ed9e850dcc461cbf036a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ fn inspect fn cloudnative word-generator | |
{ | |
"annotations": { | |
"fnproject.io/fn/invokeEndpoint": "http://<runner-lb-endpoint>/invoke/01CWPW8P3R1BT044G0A0000002" | |
}, | |
"app_id": "01CWPW8NJ51BT044G0A0000001", | |
"config": { | |
"WORD_SOURCE": "https://srcdog.com/madlibs/words.txt" | |
}, | |
"created_at": "2018-11-19T20:58:21.688Z", | |
"id": "01CWPW8P3R1BT044G0A0000002", | |
"idle_timeout": 30, | |
"image": "denismakogon/word-generator:0.0.20", | |
"memory": 256, | |
"name": "word-generator", | |
"timeout": 30, | |
"updated_at": "2018-11-19T20:58:21.688Z" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment