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

djencks pushed a change to branch release-1.8.x
in repository https://gitbox.apache.org/repos/asf/camel-k.git.


    from 6424294  [TEST] Add Global operator + namespaced kamelet test
     new 54c9487  fix apparent typos in jsonschema_types.go
     new 17f2783  update gen_crd_api script/config to use go run and asciidoc 
config
     new 3c0cfc0  Switch to separate camel-k and kamelets API pages. Generated 
AsciiDoc API docs
     new 931eda2  generated resources.go change
     new 1bb3cf1  update templates to use exposed sanitizeId function

The 5 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:
 .gitignore                                         |    1 +
 .../bases/camel.apache.org_kameletbindings.yaml    |   12 +-
 config/crd/bases/camel.apache.org_kamelets.yaml    |    8 +-
 docs/modules/ROOT/nav-end.adoc                     |    4 +-
 docs/modules/ROOT/pages/apis/camel-k.adoc          |    4 +
 docs/modules/ROOT/pages/apis/camel.adoc            |    5 -
 docs/modules/ROOT/pages/apis/kamelets.adoc         |    3 +
 docs/modules/ROOT/pages/running/running.adoc       |    2 +-
 docs/modules/ROOT/partials/apis/camel-k-crds.adoc  | 3112 +++++++++
 docs/modules/ROOT/partials/apis/crds-html.adoc     | 6733 --------------------
 docs/modules/ROOT/partials/apis/kamelets-crds.adoc | 1130 ++++
 helm/camel-k/crds/crd-kamelet-binding.yaml         |   12 +-
 helm/camel-k/crds/crd-kamelet.yaml                 |    8 +-
 pkg/apis/camel/v1alpha1/jsonschema_types.go        |    4 +-
 pkg/resources/resources.go                         |    8 +-
 script/gen_crd/gen-crd-api-config.json             |    3 +-
 ...onfig.json => gen-kamelets-crd-api-config.json} |    7 +-
 script/gen_crd/gen_crd_api.sh                      |   32 +-
 script/gen_crd/template/members.tpl                |   70 +-
 script/gen_crd/template/pkg.tpl                    |   67 +-
 script/gen_crd/template/type.tpl                   |   78 +-
 21 files changed, 4383 insertions(+), 6920 deletions(-)
 create mode 100644 docs/modules/ROOT/pages/apis/camel-k.adoc
 delete mode 100644 docs/modules/ROOT/pages/apis/camel.adoc
 create mode 100644 docs/modules/ROOT/pages/apis/kamelets.adoc
 create mode 100644 docs/modules/ROOT/partials/apis/camel-k-crds.adoc
 delete mode 100644 docs/modules/ROOT/partials/apis/crds-html.adoc
 create mode 100644 docs/modules/ROOT/partials/apis/kamelets-crds.adoc
 copy script/gen_crd/{gen-crd-api-config.json => 
gen-kamelets-crd-api-config.json} (71%)

Reply via email to