github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/rabbitmq.com/Binding/testdata/unknown.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: {}