github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/argoproj.io/EventBus/testdata/healthy.yaml (about)

     1  apiVersion: argoproj.io/v1alpha1
     2  kind: EventBus
     3  metadata:
     4    name: test
     5    namespace: eventbus-test
     6  spec:
     7    jetstream:
     8      replicas: 3
     9      version: latest
    10  status:
    11    conditions:
    12      - lastTransitionTime: '2022-12-30T11:44:15Z'
    13        status: 'True'
    14        type: Configured
    15      - lastTransitionTime: '2022-12-30T11:44:15Z'
    16        message: JetStream is deployed
    17        reason: Succeeded
    18        status: 'True'
    19        type: Deployed