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

orpiske pushed a commit to branch camel-main-camel-3.10-cq-2x
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 09b87e53b69aea60aef7c402c51edeaf369414e4
Author: Antonin Stefanutti <anto...@stefanutti.fr>
AuthorDate: Mon Jun 7 09:41:35 2021 +0200

    chore(doc): Update container trait documentation
---
 deploy/traits.yaml                       | 3 +++
 docs/modules/traits/pages/container.adoc | 4 ++++
 pkg/resources/resources.go               | 4 ++--
 3 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/deploy/traits.yaml b/deploy/traits.yaml
index 9e9944e..5931218 100755
--- a/deploy/traits.yaml
+++ b/deploy/traits.yaml
@@ -123,6 +123,9 @@ traits:
   - name: name
     type: string
     description: The main container name. It's named `integration` by default.
+  - name: image
+    type: string
+    description: The main container image
   - name: probes-enabled
     type: bool
     description: ProbesEnabled enable/disable probes on the container (default 
`false`)
diff --git a/docs/modules/traits/pages/container.adoc 
b/docs/modules/traits/pages/container.adoc
index b4e3f4a..38f6899 100755
--- a/docs/modules/traits/pages/container.adoc
+++ b/docs/modules/traits/pages/container.adoc
@@ -73,6 +73,10 @@ The following configuration options are available:
 | string
 | The main container name. It's named `integration` by default.
 
+| container.image
+| string
+| The main container image
+
 | container.probes-enabled
 | bool
 | ProbesEnabled enable/disable probes on the container (default `false`)
diff --git a/pkg/resources/resources.go b/pkg/resources/resources.go
index 46a12d1..28d783f 100644
--- a/pkg/resources/resources.go
+++ b/pkg/resources/resources.go
@@ -474,9 +474,9 @@ var assets = func() http.FileSystem {
                "/traits.yaml": &vfsgen۰CompressedFileInfo{
                        name:             "traits.yaml",
                        modTime:          time.Time{},
-                       uncompressedSize: 38972,
+                       uncompressedSize: 39047,
 
-                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x73\x1c\x37\xf2\xd8\xff\xfa\x14\x28\xfe\x52\xc5\x47\xed\x0e\x29\x5f\x7c\xe7\x30\x51\xae\x68\x49\xbe\xa3\x6d\x49\x8c\xa8\xf3\x55\x4a\x71\xdd\x62\x67\x7a\x77\x21\x62\x80\x39\x00\x43\x6a\x9d\xca\x77\x4f\xa1\x1b\xaf\xd9\x1d\x92\x4b\xd9\x74\x99\xa9\xdc\xfd\x61\x91\x9c\x69\x34\x1a\x8d\x7e\x77\x8f\x33\x5c\x38\x7b\xfa\x6c\xca\x14\x6f\xe1\x94\xf1\xc5\x42\x28\xe1\xd6\xcf\x18\xeb\x24\x77\x0b\x6d\xda\x53\xb6\xe0\xd2\x
 [...]
+                       compressedContent: 
[]byte("\x1f\x8b\x08\x00\x00\x00\x00\x00\x00\xff\xec\x7d\x7b\x73\x1c\x37\xf2\xd8\xff\xfa\x14\x28\xfe\x52\xc5\x47\xed\x0e\x29\x5f\x7c\xe7\x30\x51\xae\x68\x49\xbe\xa3\x6d\x49\x8c\xa8\xf3\x55\x4a\x71\xdd\x62\x67\x7a\x77\x21\x62\x80\x39\x00\x43\x6a\x9d\xca\x77\x4f\xa1\x1b\xaf\xd9\x1d\x92\x4b\xd9\x74\x99\xa9\xdc\xfd\x61\x91\x9c\x69\x34\x1a\x8d\x7e\x77\x8f\x33\x5c\x38\x7b\xfa\x6c\xca\x14\x6f\xe1\x94\xf1\xc5\x42\x28\xe1\xd6\xcf\x18\xeb\x24\x77\x0b\x6d\xda\x53\xb6\xe0\xd2\x
 [...]
                },
        }
        fs["/"].(*vfsgen۰DirInfo).entries = []os.FileInfo{

Reply via email to