github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/rabbitmq.com/Binding/testdata/healthy.yaml (about)

     1  apiVersion: rabbitmq.com/v1beta1
     2  kind: Binding
     3  metadata:
     4    labels:
     5      app: example-rabbitmq
     6    name: example-rabbitmq
     7    namespace: example
     8  spec:
     9    destination: destination
    10    destinationType: queue
    11    rabbitmqClusterReference:
    12      name: example-rabbitmq
    13    routingKey: v1.example.request
    14    source: operation-requests
    15    vhost: /
    16  status:
    17    conditions:
    18      - lastTransitionTime: 2025-02-24T17:51:10Z
    19        reason: SuccessfulCreateOrUpdate
    20        status: "True"
    21        type: Ready
    22    observedGeneration: 1