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

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


    from 9fa1fcd38 Add often used cli commands
     new e5074043b feat(trait): Add startup probes into health trait
     new a70b99e44 feat(e2e): Add tests for startup probes
     new 02615fd68 fix(e2e): add missing checks

The 3 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:
 .../duck/client/internalclientset/fake/register.go | 14 ++--
 .../client/internalclientset/scheme/register.go    | 14 ++--
 .../camel.apache.org_integrationplatforms.yaml     | 64 ++++++++++++++++
 .../crd/bases/camel.apache.org_integrations.yaml   | 32 ++++++++
 .../bases/camel.apache.org_kameletbindings.yaml    | 32 ++++++++
 config/crd/bases/camel.apache.org_pipes.yaml       | 32 ++++++++
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  | 49 ++++++++++++
 docs/modules/traits/pages/health.adoc              | 28 +++++++
 e2e/common/traits/health_test.go                   | 89 ++++++++++++++++++++++
 helm/camel-k/crds/crd-integration-platform.yaml    | 64 ++++++++++++++++
 helm/camel-k/crds/crd-integration.yaml             | 32 ++++++++
 helm/camel-k/crds/crd-kamelet-binding.yaml         | 32 ++++++++
 helm/camel-k/crds/crd-pipe.yaml                    | 32 ++++++++
 pkg/apis/camel/v1/trait/health.go                  | 15 ++++
 pkg/apis/camel/v1/trait/zz_generated.deepcopy.go   |  5 ++
 .../camel/clientset/versioned/fake/register.go     | 14 ++--
 .../camel/clientset/versioned/scheme/register.go   | 14 ++--
 pkg/resources/resources.go                         | 20 ++---
 pkg/trait/health.go                                | 29 ++++++-
 resources/traits.yaml                              | 25 ++++++
 20 files changed, 597 insertions(+), 39 deletions(-)

Reply via email to