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 c3307f8  Polish and make go-report happy
     new 1e09ec6  Fix some documentation
     new 21caae8  Add IntegrationPlatform CRD
     new 182aa0b  Fix typo
     new d802b6f  Aggregate platform phase from contexts

The 4 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:
 cmd/camel-k-operator/camel_k_operator.go           |   1 +
 ...-context.yaml => crd-integration-platform.yaml} |  12 +--
 deploy/platform-cr.yaml                            |   6 ++
 deploy/resources.go                                |  31 ++++++
 docs/cluster-setup.adoc                            |   4 +-
 docs/developers.adoc                               |   8 +-
 pkg/apis/camel/v1alpha1/register.go                |   2 +
 pkg/apis/camel/v1alpha1/types.go                   |  76 ++++++++++++++
 pkg/apis/camel/v1alpha1/types_support.go           |  10 ++
 pkg/apis/camel/v1alpha1/zz_generated.deepcopy.go   | 110 ++++++++++++++++++++
 pkg/client/cmd/install.go                          |   4 +-
 pkg/install/cluster.go                             |   5 +
 pkg/install/{operator.go => common.go}             |  39 ++-----
 pkg/install/operator.go                            |  56 +----------
 pkg/platform/build.go                              |  91 +++++++++++++++++
 pkg/{apis/camel/v1alpha1 => platform}/doc.go       |   6 +-
 pkg/platform/get.go                                |  53 ++++++++++
 pkg/stub/action/context/action.go                  |   6 +-
 pkg/stub/action/context/build.go                   |  73 ++++----------
 pkg/stub/action/context/initialize.go              |  25 +++--
 pkg/stub/action/context/monitor.go                 |  17 ++--
 pkg/stub/action/integration/action.go              |   6 +-
 pkg/stub/action/integration/build.go               |   6 +-
 pkg/stub/action/integration/deploy.go              |  16 +--
 pkg/stub/action/integration/initialize.go          |  13 ++-
 pkg/stub/action/integration/monitor.go             |   5 +-
 pkg/stub/action/integration/util.go                |  19 +++-
 pkg/stub/action/{context => platform}/action.go    |  11 +-
 pkg/stub/action/platform/create.go                 |  54 ++++++++++
 pkg/stub/action/platform/initialize.go             | 112 +++++++++++++++++++++
 pkg/stub/action/platform/start.go                  |  81 +++++++++++++++
 pkg/stub/handler.go                                |  53 ++++++----
 pkg/util/openshift/register.go                     |   2 +-
 runtime/examples/routes-rest.js                    |   2 +-
 34 files changed, 802 insertions(+), 213 deletions(-)
 copy deploy/{crd-integration-context.yaml => crd-integration-platform.yaml} 
(52%)
 create mode 100644 deploy/platform-cr.yaml
 copy pkg/install/{operator.go => common.go} (66%)
 create mode 100644 pkg/platform/build.go
 copy pkg/{apis/camel/v1alpha1 => platform}/doc.go (87%)
 create mode 100644 pkg/platform/get.go
 copy pkg/stub/action/{context => platform}/action.go (82%)
 create mode 100644 pkg/stub/action/platform/create.go
 create mode 100644 pkg/stub/action/platform/initialize.go
 create mode 100644 pkg/stub/action/platform/start.go

Reply via email to