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/10/17 15:11:58 UTC

[GitHub] csantanapr commented on a change in pull request #2853: update kinds

csantanapr commented on a change in pull request #2853: update kinds
URL: https://github.com/apache/incubator-openwhisk/pull/2853#discussion_r145161553
 
 

 ##########
 File path: core/controller/src/main/resources/apiv1swagger.json
 ##########
 @@ -1554,13 +1554,10 @@
                 "kind": {
                     "type": "string",
                     "enum": [
-                        "nodejs",
                         "nodejs:6",
-                        "nodejs:default",
-                        "python",
-                        "swift",
-                        "swift:3",
-                        "swift:default",
+                        "python:2",
+                        "python:3",
+                        "swift:3.1.1",
 
 Review comment:
   it's encouragement documentation for folks to use `swift:3.1.1` :-)
   I can add back, and remove later when we deprecate and announce in mailing list
 
----------------------------------------------------------------
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