ipolyzos opened a new pull request #1615:
URL: https://github.com/apache/camel-k/pull/1615


   Added 'kamel' & 'camel'  categories to Camel-K CRDs _(i.e Build, 
CamelCatalog, Integration, IntegrationKit)_
   
   Please see below example usage:
   
   ```
   $ kamel install 
   Camel K installed in namespace myproject 
   
   $ kubectl get kamel
   NAME                                           PHASE
   integrationplatform.camel.apache.org/camel-k   
   
   $ kubectl get camel
   NAME                                           PHASE
   integrationplatform.camel.apache.org/camel-k   
   
   $ kamel run examples/simple.groovy 
   integration "simple" created
   
   $ kubectl get kamel                                       
   NAME                                           PHASE
   integrationplatform.camel.apache.org/camel-k   
   
   NAME                                  PHASE   KIT   REPLICAS
   integration.camel.apache.org/simple                 
   
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to