You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2020/07/16 14:15:11 UTC

[GitHub] [camel-k] ipolyzos edited a comment on pull request #1615: #1556 - Add the camel category to Camel K CRDs

ipolyzos edited a comment on pull request #1615:
URL: https://github.com/apache/camel-k/pull/1615#issuecomment-659432739


   > ```
   > // +kubebuilder:resource:path=integrations,scope=Namespaced,shortName=it,categories=kamel;camel
   > ```
   
   Thank you for the advice, I have applied the change and the tests seems to work fine.
   
   Please see below for the test run:
   ```
   $grep -A2 "categories*[kamel|camel]*" deploy/crds/camel.apache.org_*                  
   deploy/crds/camel.apache.org_builds.yaml:    categories:
   deploy/crds/camel.apache.org_builds.yaml-    - kamel
   deploy/crds/camel.apache.org_builds.yaml-    - camel
   --
   deploy/crds/camel.apache.org_camelcatalogs.yaml:    categories:
   deploy/crds/camel.apache.org_camelcatalogs.yaml-    - kamel
   deploy/crds/camel.apache.org_camelcatalogs.yaml-    - camel
   --
   deploy/crds/camel.apache.org_integrationkits.yaml:    categories:
   deploy/crds/camel.apache.org_integrationkits.yaml-    - kamel
   deploy/crds/camel.apache.org_integrationkits.yaml-    - camel
   --
   deploy/crds/camel.apache.org_integrationplatforms.yaml:    categories:
   deploy/crds/camel.apache.org_integrationplatforms.yaml-    - kamel
   deploy/crds/camel.apache.org_integrationplatforms.yaml-    - camel
   --
   deploy/crds/camel.apache.org_integrations.yaml:    categories:
   deploy/crds/camel.apache.org_integrations.yaml-    - kamel
   deploy/crds/camel.apache.org_integrations.yaml-    - camel
   ```


----------------------------------------------------------------
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:
users@infra.apache.org