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 8d6fdda  fix lint
     new 68df2fb  Add conditions to camel-k CRs #594
     new cc339f7  Add conditions to camel-k CRs #594 (fix PR review)

The 2 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:
 pkg/apis/camel/v1alpha1/build_types.go             |  46 +++++--
 pkg/apis/camel/v1alpha1/build_types_support.go     |  92 ++++++++++++-
 pkg/apis/camel/v1alpha1/common_types.go            |  10 ++
 pkg/apis/camel/v1alpha1/integration_types.go       |  82 ++++++++++--
 .../camel/v1alpha1/integration_types_support.go    | 147 +++++++++++++++++----
 pkg/apis/camel/v1alpha1/integrationkit_types.go    |  47 +++++--
 .../camel/v1alpha1/integrationkit_types_support.go |  97 +++++++++++++-
 .../camel/v1alpha1/integrationplatform_types.go    |  25 +++-
 .../v1alpha1/integrationplatform_types_support.go  |  77 +++++++++++
 pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go   | 102 +++++++++++++-
 pkg/cmd/describe_integration.go                    |  48 ++++++-
 pkg/controller/build/build_controller.go           |   6 +-
 pkg/controller/integration/build_kit.go            |  21 +--
 pkg/controller/integration/deploy.go               |   3 +-
 pkg/controller/integration/initialize.go           |   5 +-
 .../integration/integration_controller.go          |  19 ++-
 pkg/controller/integration/util.go                 |  20 ++-
 .../integrationkit/integrationkit_controller.go    |   6 +-
 pkg/platform/platform.go                           |  20 ++-
 pkg/trait/deployment.go                            |  27 +++-
 pkg/trait/ingress.go                               |  71 ++++++----
 pkg/trait/knative_service.go                       |  59 +++++++--
 pkg/trait/route.go                                 |  77 ++++++-----
 pkg/trait/route_test.go                            |   2 +-
 pkg/trait/service.go                               |  49 +++++--
 pkg/trait/trait_types.go                           |   7 +-
 pkg/util/indentedwriter/writer.go                  |  16 ++-
 pkg/util/kubernetes/collection.go                  |  37 ++++++
 pkg/util/kubernetes/resolver.go                    |  17 ++-
 pkg/util/kubernetes/util.go                        |  32 +++--
 30 files changed, 1061 insertions(+), 206 deletions(-)

Reply via email to