You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/02/19 12:54:41 UTC

[camel-k] branch master updated (3b6a004 -> 52e0d22)

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

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


    from 3b6a004  feat: add command completion for connect flag
     add 8e8bfee  feat(trait): toleration trait
     add c2489a9  feat(trait): toleration trait
     add 750a9d4  doc(trait): toleration trait
     add e339461  feat(trait): extending toleration to cronJob and KnativeService
     add 5935c1a  feat(trait): multiple tolerations
     add c787f9e  doc(trait): toleration updated docs
     add 85634d0  doc(trait): edited toleration trait doc
     add 52e0d22  doc(trait): doc generation

No new revisions were added by this update.

Summary of changes:
 deploy/traits.yaml                        |  14 +++
 docs/modules/ROOT/nav.adoc                |   1 +
 docs/modules/traits/pages/toleration.adoc |  43 +++++++
 pkg/trait/toleration.go                   | 153 ++++++++++++++++++++++
 pkg/trait/toleration_test.go              | 202 ++++++++++++++++++++++++++++++
 pkg/trait/trait_register.go               |   1 +
 6 files changed, 414 insertions(+)
 create mode 100755 docs/modules/traits/pages/toleration.adoc
 create mode 100644 pkg/trait/toleration.go
 create mode 100644 pkg/trait/toleration_test.go