lburgazzoli opened a new pull request #320: chore(ux): show the same basic info 
with oc and kamel
URL: https://github.com/apache/camel-k/pull/320
 
 
   This PR aims to harmonize the basic information shown using **oc** and 
**kamel**
   
   * **integration context info**:
   
   ```
   $ oc get ictx
   NAME          PHASE     TYPE       IMAGE
   groovy        Ready     platform   
172.30.1.1:5000/camel-k/camel-k-groovy:379349
   jvm           Ready     platform   172.30.1.1:5000/camel-k/camel-k-jvm:379347
   kotlin        Ready     platform   
172.30.1.1:5000/camel-k/camel-k-kotlin:379352
   spring-boot   Ready     platform   
172.30.1.1:5000/camel-k/camel-k-spring-boot:379448
   
   $ kamel context get
   NAME         PHASE   TYPE            IMAGE
   groovy               Ready   platform        
172.30.1.1:5000/camel-k/camel-k-groovy:379349
   jvm          Ready   platform        
172.30.1.1:5000/camel-k/camel-k-jvm:379347
   kotlin               Ready   platform        
172.30.1.1:5000/camel-k/camel-k-kotlin:379352
   spring-boot  Ready   platform        
172.30.1.1:5000/camel-k/camel-k-spring-boot:379448
   ```
   
   * **integration info**
   
   ```
   $ oc get it
   NAME      PHASE     CONTEXT
   hello     Running   jvm
   
   $ kamel get
   NAME PHASE   CONTEXT
   hello        Running jvm
   ```
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to