blob: 11db52bf9ce11b9094f104c30f97540801641e0b [file] [log] [blame]
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
name: integrations.camel.apache.org
labels:
app: "camel-k"
spec:
group: camel.apache.org
scope: Namespaced
version: v1alpha1
names:
kind: Integration
listKind: IntegrationList
plural: integrations
singular: integration
shortNames:
- it
additionalPrinterColumns:
- name: Phase
type: string
description: The Integration phase
JSONPath: .status.phase
- name: Context
type: string
description: The IntegrationContext to use
JSONPath: .status.context