Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(ux): show the same basic info with oc and kamel #320

Merged
merged 1 commit into from
Jan 9, 2019

Conversation

lburgazzoli
Copy link
Contributor

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

@nicolaferraro nicolaferraro merged commit f63c7de into apache:master Jan 9, 2019
@lburgazzoli lburgazzoli deleted the cli-ux branch January 9, 2019 08:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants