This is an automated email from the ASF dual-hosted git repository.
nferraro pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git.
from 73339cf chore(cmd/run): single resource dir and cli syntax description
new 6b098ec doc: new configuration explained
new a3e55cc doc(crd): autogen
new aa4efb7 fix(doc): kube-config global flag
new 0e087b0 doc(examples): http
new 0b132c9 doc(examples): databases
new 8a5ef37 chore(examples): fix with resource dir
The 6 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:
docs/modules/ROOT/nav.adoc | 7 +-
docs/modules/ROOT/pages/apis/crds-html.adoc | 5267 ++++++++++----------
docs/modules/ROOT/pages/cli/cli.adoc | 4 +-
.../pages/configuration/build-time-properties.adoc | 56 +
.../ROOT/pages/configuration/configmap-secret.adoc | 126 -
.../ROOT/pages/configuration/configuration.adoc | 4 +-
.../ROOT/pages/configuration/runtime-config.adoc | 135 +
.../pages/configuration/runtime-properties.adoc | 57 +
.../pages/configuration/runtime-resources.adoc | 148 +
examples/README.md | 2 +
.../Master.java => databases/PostgresDB.java} | 35 +-
examples/databases/PostgresDBAutoDatasource.java | 45 +
examples/databases/README.md | 3 +
examples/databases/datasource.properties | 3 +
examples/databases/postgres-deploy/README.md | 30 +
.../postgres-deploy/postgres-configmap.yaml | 10 +
.../postgres-deploy/postgres-deployment.yaml | 30 +
.../postgres-deploy/postgres-service.yaml | 12 +
.../postgres-deploy/postgres-storage.yaml | 29 +
examples/http/NettySecureServer.java | 55 +
.../NettyServer.java} | 16 +-
.../PlatformHttpServer.java} | 15 +-
examples/http/PlatformHttpsServer.java | 47 +
examples/http/README.md | 3 +
.../modeline/modeline-resource-file-route.groovy | 2 +-
25 files changed, 3442 insertions(+), 2699 deletions(-)
create mode 100644
docs/modules/ROOT/pages/configuration/build-time-properties.adoc
delete mode 100644 docs/modules/ROOT/pages/configuration/configmap-secret.adoc
create mode 100644 docs/modules/ROOT/pages/configuration/runtime-config.adoc
create mode 100644
docs/modules/ROOT/pages/configuration/runtime-properties.adoc
create mode 100644 docs/modules/ROOT/pages/configuration/runtime-resources.adoc
copy examples/{master/Master.java => databases/PostgresDB.java} (53%)
mode change 100755 => 100644
create mode 100644 examples/databases/PostgresDBAutoDatasource.java
create mode 100644 examples/databases/README.md
create mode 100644 examples/databases/datasource.properties
create mode 100644 examples/databases/postgres-deploy/README.md
create mode 100644 examples/databases/postgres-deploy/postgres-configmap.yaml
create mode 100644 examples/databases/postgres-deploy/postgres-deployment.yaml
create mode 100644 examples/databases/postgres-deploy/postgres-service.yaml
create mode 100644 examples/databases/postgres-deploy/postgres-storage.yaml
create mode 100644 examples/http/NettySecureServer.java
copy examples/{kafka/sasl_ssl/SaslSSLKafkaConsumer.java =>
http/NettyServer.java} (73%)
copy examples/{kafka/sasl_ssl/SaslSSLKafkaConsumer.java =>
http/PlatformHttpServer.java} (69%)
create mode 100644 examples/http/PlatformHttpsServer.java
create mode 100644 examples/http/README.md