You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by as...@apache.org on 2021/07/27 09:18:07 UTC

[camel-k] 03/03: Generate Docs

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

astefanutti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit b2ebaa1d58646c0a29c5f7d91817acc91ee26354
Author: Kyle Cooley <Ky...@ibm.com>
AuthorDate: Mon Jul 26 10:20:36 2021 -0500

    Generate Docs
---
 deploy/traits.yaml                       | 8 ++++++++
 docs/modules/traits/pages/container.adoc | 8 ++++++++
 2 files changed, 16 insertions(+)

diff --git a/deploy/traits.yaml b/deploy/traits.yaml
index 7803458..e1b7d62 100755
--- a/deploy/traits.yaml
+++ b/deploy/traits.yaml
@@ -129,6 +129,10 @@ traits:
   - name: probes-enabled
     type: bool
     description: ProbesEnabled enable/disable probes on the container (default `false`)
+  - name: liveness-scheme
+    type: string
+    description: Scheme to use when connecting. Defaults to HTTP. Applies to the liveness
+      probe.
   - name: liveness-initial-delay
     type: int32
     description: Number of seconds after the container has started before liveness
@@ -148,6 +152,10 @@ traits:
     type: int32
     description: Minimum consecutive failures for the probe to be considered failed
       after having succeeded.Applies to the liveness probe.
+  - name: readiness-scheme
+    type: string
+    description: Scheme to use when connecting. Defaults to HTTP. Applies to the readiness
+      probe.
   - name: readiness-initial-delay
     type: int32
     description: Number of seconds after the container has started before readiness
diff --git a/docs/modules/traits/pages/container.adoc b/docs/modules/traits/pages/container.adoc
index 9fdf63b..2a4dc45 100755
--- a/docs/modules/traits/pages/container.adoc
+++ b/docs/modules/traits/pages/container.adoc
@@ -81,6 +81,10 @@ The following configuration options are available:
 | bool
 | ProbesEnabled enable/disable probes on the container (default `false`)
 
+| container.liveness-scheme
+| string
+| Scheme to use when connecting. Defaults to HTTP. Applies to the liveness probe.
+
 | container.liveness-initial-delay
 | int32
 | Number of seconds after the container has started before liveness probes are initiated.
@@ -103,6 +107,10 @@ Applies to the liveness probe.
 | Minimum consecutive failures for the probe to be considered failed after having succeeded.
 Applies to the liveness probe.
 
+| container.readiness-scheme
+| string
+| Scheme to use when connecting. Defaults to HTTP. Applies to the readiness probe.
+
 | container.readiness-initial-delay
 | int32
 | Number of seconds after the container has started before readiness probes are initiated.