Skip to content

Commit

Permalink
Display relevant custom columns apache#274
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Dec 18, 2018
1 parent 82967d2 commit 2ce0159
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 12 deletions.
9 changes: 7 additions & 2 deletions deploy/crd-integration-context.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ metadata:
app: "camel-k"
spec:
group: camel.apache.org
scope: Namespaced
version: v1alpha1
names:
kind: IntegrationContext
listKind: IntegrationContextList
plural: integrationcontexts
singular: integrationcontext
shortNames:
- ictx
scope: Namespaced
version: v1alpha1
additionalPrinterColumns:
- name: Phase
type: string
description: The IntegrationContext phase
JSONPath: .status.phase
9 changes: 7 additions & 2 deletions deploy/crd-integration-platform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ metadata:
app: "camel-k"
spec:
group: camel.apache.org
scope: Namespaced
version: v1alpha1
names:
kind: IntegrationPlatform
listKind: IntegrationPlatformList
plural: integrationplatforms
singular: integrationplatform
shortNames:
- ip
scope: Namespaced
version: v1alpha1
additionalPrinterColumns:
- name: Phase
type: string
description: The IntegrationPlatform phase
JSONPath: .status.phase
9 changes: 7 additions & 2 deletions deploy/crd-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,17 @@ metadata:
app: "camel-k"
spec:
group: camel.apache.org
scope: Namespaced
version: v1alpha1
names:
kind: Integration
listKind: IntegrationList
plural: integrations
singular: integration
shortNames:
- it
scope: Namespaced
version: v1alpha1
additionalPrinterColumns:
- name: Phase
type: string
description: The Integration phase
JSONPath: .status.phase
27 changes: 21 additions & 6 deletions deploy/resources.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 2ce0159

Please sign in to comment.