This is an automated email from the ASF dual-hosted git repository.

lburgazzoli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 9ab0df1  chore(runtime): code cleanup
     new ec51786  (chore) reorganizing examples
     new 46fe56b  Fix #219: use deployment in Knative when cannot scale to 0
     new 11da911  Fix #209: add a Istio trait
     new 1a844c7  Fix knative service generation and documentation
     new 2da7dd0  Fix after rebase
     new e2cb3f0  Disable debug by default and add doc

The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 README.adoc                                        |  16 +-
 docs/developers.adoc                               |   4 +-
 docs/traits.adoc                                   |  24 ++-
 .../examples => examples}/CaffeineCacheSample.java |   0
 .../examples => examples}/RestWithRestlet.java     |   2 +-
 {runtime/examples => examples}/Sample.java         |   0
 .../examples => examples}/camel-caffeine.groovy    |   2 +-
 {runtime/examples => examples}/dns.js              |   4 +-
 {runtime/examples => examples}/hello.xml           |   0
 examples/knative/README.adoc                       | 136 ++++++++++++++
 examples/knative/feed.groovy                       |   4 +
 examples/knative/messages-channel.yaml             |   9 +
 examples/knative/printer.groovy                    |   4 +
 examples/knative/splitter.groovy                   |   5 +
 examples/knative/words-channel.yaml                |   9 +
 {runtime/examples => examples}/kotlin-routes.kts   |   4 +-
 {runtime/examples => examples}/props.js            |   2 +-
 {runtime/examples => examples}/routes-rest.js      |   2 +-
 {runtime/examples => examples}/routes.groovy       |   4 +-
 {runtime/examples => examples}/routes.js           |   0
 {runtime/examples => examples}/simple.groovy       |   0
 {runtime/examples => examples}/simple.js           |   0
 pkg/metadata/http.go                               | 131 ++++++++++++++
 pkg/metadata/metadata.go                           |  57 +++++-
 pkg/metadata/metadata_http_test.go                 | 195 +++++++++++++++++++++
 pkg/metadata/types.go                              |   4 +
 pkg/trait/catalog.go                               |  14 +-
 pkg/trait/debug.go                                 |   8 +
 pkg/trait/istio.go                                 |  64 +++++++
 pkg/trait/knative.go                               |  51 +++++-
 pkg/trait/service.go                               |  42 +----
 pkg/trait/trait_test.go                            |  22 ++-
 pkg/util/kubernetes/collection.go                  |  42 +++++
 pkg/util/kubernetes/replace.go                     |  10 ++
 34 files changed, 788 insertions(+), 83 deletions(-)
 rename {runtime/examples => examples}/CaffeineCacheSample.java (100%)
 rename {runtime/examples => examples}/RestWithRestlet.java (92%)
 rename {runtime/examples => examples}/Sample.java (100%)
 rename {runtime/examples => examples}/camel-caffeine.groovy (95%)
 rename {runtime/examples => examples}/dns.js (68%)
 rename {runtime/examples => examples}/hello.xml (100%)
 create mode 100644 examples/knative/README.adoc
 create mode 100644 examples/knative/feed.groovy
 create mode 100644 examples/knative/messages-channel.yaml
 create mode 100644 examples/knative/printer.groovy
 create mode 100644 examples/knative/splitter.groovy
 create mode 100644 examples/knative/words-channel.yaml
 rename {runtime/examples => examples}/kotlin-routes.kts (64%)
 rename {runtime/examples => examples}/props.js (50%)
 rename {runtime/examples => examples}/routes-rest.js (87%)
 rename {runtime/examples => examples}/routes.groovy (83%)
 rename {runtime/examples => examples}/routes.js (100%)
 rename {runtime/examples => examples}/simple.groovy (100%)
 rename {runtime/examples => examples}/simple.js (100%)
 create mode 100644 pkg/metadata/http.go
 create mode 100644 pkg/metadata/metadata_http_test.go
 create mode 100644 pkg/trait/istio.go

Reply via email to