github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/camel.apache.org/Integration/testdata/progressing.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 phase: Deploying