Commit Graph

5 Commits

Author SHA1 Message Date
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Adam Ross 04dc9976d9 serving/samples/helloworld-kotlin: simplify and standardize Dockerfile (#516) 2018-11-26 01:39:38 -08:00
RichieEscarez 74ed0fd04a Use the ksvc shortname for services (#492)
* Replace services.serving.knative.dev with ksvc

* Replace -f with long flag --filename
2018-11-02 15:59:34 -07:00
Zhiming Peng c9430eece7 Create Hello World program with Kotlin (#381)
* Create Hello World program with Kotlin

* Modify Readme by addressing Grant's comments

* Update to gradle official image

* Update dockerfile by addressing ivan's comment

* Read port from env by addressing samodell's comment

* Update Readme by addressing samodell's comment

* svc->service
2018-10-26 11:34:32 -07:00