Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Update runtimes.md (#968)
Browse files Browse the repository at this point in the history
  • Loading branch information
dheerajjoshim authored and Andres Martinez Gotor committed May 7, 2019
1 parent 3246a1f commit 2c847c4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/runtimes.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,6 +346,11 @@ Once you have Java function with dependencies and pom.xml file expressing the de
```cmd
kubeless function deploy get-java-deps --runtime java1.8 --handler Hello.sayHello --from-file java/HelloWithDeps.java --dependencies java/pom.xml
```
> Note: Maven command line arguments can be set using environment flag `--env`. For instance proxy details can be set as
```cmd
kubeless function deploy get-java --runtime java1.8 --handler Foo.foo --from-file Foo.java --env MAVEN_OPTS='-DproxySet=true -DproxyHost=<proxy_host> -DproxyPort=<proxy_port>'
```

### .NET Core (C#)

Expand Down

0 comments on commit 2c847c4

Please sign in to comment.