You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/08/30 19:00:06 UTC

[GitHub] mrutkows commented on issue #277: Add support for Swift version 3.1.1 "kind"

mrutkows commented on issue #277: Add support for Swift version 3.1.1 "kind"
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/issues/277#issuecomment-326087127
 
 
   OpenWhisk support the use of the "curl" command to query supported runtimes. 
   I myself just tried it against bluemix:
   
   Matt$ curl -k https://openwhisk.ng.bluemix.net
   {
   "support": {
   "github": "https://github.com/apache/incubator-openwhisk/issues",
   "slack": "http://slack.openwhisk.org"
   },
   "description": "OpenWhisk",
   "api_paths": ["/api/v1"],
   "runtimes": {
   "nodejs": [{
   "image": "openwhisk/nodejsaction:latest",
   "deprecated": true,
   "requireMain": false,
   "default": false,
   "attached": false,
   "kind": "nodejs"
   }, {
   "image": "openwhisk/nodejs6action:latest",
   "deprecated": false,
   "requireMain": false,
   "default": true,
   "attached": false,
   "kind": "nodejs:6"
   }],
   "java": [{
   "image": "openwhisk/java8action:latest",
   "deprecated": false,
   "requireMain": true,
   "default": true,
   "attached": true,
   "kind": "java"
   }],
   "php": [{
   "image": "openwhisk/action-php-v7.1:latest",
   "deprecated": false,
   "requireMain": false,
   "default": true,
   "attached": false,
   "kind": "php:7.1"
   }],
   "python": [{
   "image": "openwhisk/python2action:latest",
   "deprecated": false,
   "requireMain": false,
   "default": false,
   "attached": false,
   "kind": "python"
   }, {
   "image": "openwhisk/python2action:latest",
   "deprecated": false,
   "requireMain": false,
   "default": true,
   "attached": false,
   "kind": "python:2"
   }, {
   "image": "openwhisk/python3action:latest",
   "deprecated": false,
   "requireMain": false,
   "default": false,
   "attached": false,
   "kind": "python:3"
   }],
   "swift": [{
   "image": "openwhisk/swiftaction:latest",
   "deprecated": true,
   "requireMain": false,
   "default": false,
   "attached": false,
   "kind": "swift"
   }, {
   "image": "openwhisk/swift3action:latest",
   "deprecated": false,
   "requireMain": false,
   "default": true,
   "attached": false,
   "kind": "swift:3"
   }, {
   "image": "openwhisk/action-swift-v3.1.1:latest",
   "deprecated": false,
   "requireMain": false,
   "default": false,
   "attached": false,
   "kind": "swift:3.1.1"
   }]
   },
   "limits": {
   "actions_per_minute": 5000,
   "triggers_per_minute": 5000,
   "concurrent_actions": 1000
   }
   }
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services