You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by GitBox <gi...@apache.org> on 2019/02/25 15:57:14 UTC

[GitHub] marcredhat commented on issue #493: camel-k on Openshift Container Platform 3.11

marcredhat commented on issue #493: camel-k on Openshift Container Platform 3.11
URL: https://github.com/apache/camel-k/issues/493#issuecomment-467066097
 
 
   Sure:
   oc get integrationplatform -o yaml
   apiVersion: v1
   items:
   - apiVersion: camel.apache.org/v1alpha1
     kind: IntegrationPlatform
     metadata:
       creationTimestamp: 2019-02-24T06:48:29Z
       generation: 2
       labels:
         app: camel-k
       name: camel-k
       namespace: camel
       resourceVersion: "202019"
       selfLink: /apis/camel.apache.org/v1alpha1/namespaces/camel/integrationplatforms/camel-k
       uid: 31bd7c6b-3800-11e9-9a2f-00155d18b803
     spec:
       build:
         baseImage: fabric8/s2i-java:3.0-java8
         camelVersion: ~2.23.x
         localRepository: /tmp/artifacts/m2
         publishStrategy: S2I
       cluster: OpenShift
       profile: OpenShift
       resources: {}
     status:
       phase: Ready
   kind: List
   metadata:
     resourceVersion: ""
     selfLink: ""

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


With regards,
Apache Git Services