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 2019/11/21 18:47:26 UTC

[camel-k] 02/02: feat(build): Better report creation and start times in build CR additional columns

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

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

commit 21eb85be58b3bb8807180bc24892c17adb7b12df
Author: Antonin Stefanutti <an...@stefanutti.fr>
AuthorDate: Thu Nov 21 17:34:30 2019 +0100

    feat(build): Better report creation and start times in build CR additional columns
---
 deploy/crd-build.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/deploy/crd-build.yaml b/deploy/crd-build.yaml
index 6cad421..9f89296 100644
--- a/deploy/crd-build.yaml
+++ b/deploy/crd-build.yaml
@@ -39,6 +39,10 @@ spec:
       JSONPath: .status.phase
     - name: Age
       type: date
+      description: The time at which the build was created
+      JSONPath: .metadata.creationTimestamp
+    - name: Started
+      type: date
       description: The time at which the build was last (re-)started
       JSONPath: .status.startedAt
     - name: Duration