This is an automated email from the ASF dual-hosted git repository.
djencks pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 100e2d8 Updated CHANGELOG.md
new 1a86216 fix apparent typos in jsonschema_types.go
new a68141f update gen_crd_api script/config to use go run and asciidoc
config
new 5869d4d Switch to separate camel-k and kamelets API pages. Generated
AsciiDoc API docs
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:
.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 | 3119 +++++++++
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 +-
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 | 31 +-
script/gen_crd/template/members.tpl | 70 +-
script/gen_crd/template/pkg.tpl | 67 +-
script/gen_crd/template/type.tpl | 78 +-
20 files changed, 4385 insertions(+), 6916 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%)