github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/camel.apache.org/Integration/testdata/healthy.yaml (about) 1 apiVersion: camel.apache.org/v1 2 kind: Integration 3 metadata: 4 annotations: 5 camel.apache.org/operator.id: camel-k 6 generation: 1 7 name: camelk-example 8 namespace: default 9 spec: 10 sources: 11 - content: | 12 from('timer:tick?period=3000') 13 .setBody().constant('Hello world from Camel-K') 14 .to('log:info') 15 name: camelk-example.groovy 16 traits: {} 17 status: 18 conditions: 19 - firstTruthyTime: "2024-01-26T09:13:16Z" 20 lastTransitionTime: "2024-01-26T09:13:16Z" 21 lastUpdateTime: "2024-01-26T09:13:16Z" 22 message: camel-k/camel-k 23 reason: IntegrationPlatformAvailable 24 status: "True" 25 type: IntegrationPlatformAvailable 26 - firstTruthyTime: "2024-01-26T09:13:19Z" 27 lastTransitionTime: "2024-01-26T09:13:19Z" 28 lastUpdateTime: "2024-01-26T09:13:19Z" 29 message: kit-cmkkksgve68c73e60i60 30 reason: IntegrationKitAvailable 31 status: "True" 32 type: IntegrationKitAvailable 33 - lastTransitionTime: "2024-01-26T09:13:19Z" 34 lastUpdateTime: "2024-01-26T09:13:19Z" 35 message: different controller strategy used (knative-service) 36 reason: CronJobNotAvailableReason 37 status: "False" 38 type: CronJobAvailable 39 - lastTransitionTime: "2024-01-26T09:13:19Z" 40 lastUpdateTime: "2024-01-26T09:13:19Z" 41 message: 'controller strategy: knative-service' 42 reason: DeploymentAvailable 43 status: "False" 44 type: DeploymentAvailable 45 - firstTruthyTime: "2024-01-26T09:13:19Z" 46 lastTransitionTime: "2024-01-26T09:13:19Z" 47 lastUpdateTime: "2024-01-26T09:13:19Z" 48 message: Knative service name is camelk-example 49 reason: KnativeServiceAvailable 50 status: "True" 51 type: KnativeServiceAvailable 52 - firstTruthyTime: "2024-01-26T09:13:31Z" 53 lastTransitionTime: "2024-01-26T09:13:31Z" 54 lastUpdateTime: "2024-01-26T09:13:31Z" 55 reason: KnativeServiceReady 56 status: "True" 57 type: Ready 58 phase: Running