github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/Bucket/testdata/degraded.yaml (about)

     1  apiVersion: source.toolkit.fluxcd.io/v1beta2
     2  kind: Bucket
     3  metadata:
     4    name: minio-bucket
     5    namespace: default
     6  spec:
     7    interval: 5m0s
     8    endpoint: minio.example.com
     9    insecure: true
    10    secretRef:
    11      name: minio-bucket-secret
    12    bucketName: example
    13  status:
    14    conditions:
    15      - lastTransitionTime: "2024-07-16T12:00:00Z"
    16        message: building artifact
    17        observedGeneration: 1
    18        reason: ProgressingWithRetry
    19        status: "True"
    20        type: Reconciling
    21      - lastTransitionTime: "2024-07-16T12:00:00Z"
    22        message: 'failed to confirm existence of ''example'' bucket: XML syntax error
    23          on line 5: element <meta> closed by </head>'
    24        observedGeneration: 1
    25        reason: BucketOperationFailed
    26        status: "False"
    27        type: Ready
    28      - lastTransitionTime: "2024-07-16T12:00:00Z"
    29        message: 'failed to confirm existence of ''example'' bucket: XML syntax error
    30          on line 5: element <meta> closed by </head>'
    31        observedGeneration: 1
    32        reason: BucketOperationFailed
    33        status: "True"
    34        type: FetchFailed