github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/source.toolkit.fluxcd.io/Bucket/testdata/healthy.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: 'stored artifact: revision ''sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'''
    17        observedGeneration: 3
    18        reason: Succeeded
    19        status: "True"
    20        type: Ready
    21      - lastTransitionTime: "2024-07-16T12:00:00Z"
    22        message: 'stored artifact: revision ''sha256:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855'''
    23        observedGeneration: 3
    24        reason: Succeeded
    25        status: "True"
    26        type: ArtifactInStorage