github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/cloudfront.aws.crossplane.io/Distribution/testdata/suspended.yaml (about)

     1  apiVersion: cloudfront.aws.crossplane.io/v1alpha1
     2  kind: Distribution
     3  metadata:
     4    annotations:
     5      crossplane.io/paused: "true"
     6    creationTimestamp: "2023-06-16T04:42:04Z"
     7    generation: 34
     8    name: crossplane.io
     9    resourceVersion: "254259056"
    10    uid: fd357670-b762-4285-ae83-00859c40dd6b
    11  spec:
    12    deletionPolicy: Orphan
    13    forProvider:
    14      distributionConfig:
    15        comment: 'crossplane'
    16        customErrorResponses:
    17          items: []
    18        defaultCacheBehavior:
    19          allowedMethods:
    20            cachedMethods:
    21              items:
    22                - HEAD
    23                - GET
    24            items:
    25              - GET
    26              - HEAD
    27          compress: false
    28          defaultTTL: 600
    29          fieldLevelEncryptionID: ""
    30          forwardedValues:
    31            cookies:
    32              forward: none
    33            headers:
    34              items: []
    35            queryString: false
    36            queryStringCacheKeys: {}
    37          functionAssociations: {}
    38          lambdaFunctionAssociations: {}
    39          maxTTL: 600
    40          minTTL: 0
    41          smoothStreaming: false
    42          targetOriginID: crossplane.io
    43          trustedKeyGroups:
    44            enabled: false
    45          trustedSigners:
    46            enabled: false
    47          viewerProtocolPolicy: allow-all
    48        defaultRootObject: index.html
    49        enabled: true
    50        httpVersion: http2
    51        isIPV6Enabled: true
    52        logging:
    53          bucket: ""
    54          enabled: false
    55          includeCookies: false
    56          prefix: ""
    57        originGroups: {}
    58        origins:
    59          items:
    60            - connectionAttempts: 3
    61              connectionTimeout: 10
    62              customHeaders: {}
    63              customOriginConfig:
    64                httpPort: 8080
    65                httpSPort: 443
    66                originKeepaliveTimeout: 5
    67                originProtocolPolicy: http-only
    68                originReadTimeout: 10
    69                originSSLProtocols:
    70                  items:
    71                    - TLSv1
    72                    - TLSv1.1
    73                    - TLSv1.2
    74              domainName: crossplane.io
    75              id: crossplane.io
    76              originShield:
    77                enabled: false
    78        priceClass: PriceClass_200
    79        restrictions:
    80          geoRestriction:
    81            restrictionType: none
    82      region: ap-northeast-2
    83    providerConfigRef:
    84      name: crossplane
    85  status:
    86    conditions:
    87      - lastTransitionTime: "2023-10-16T07:40:47Z"
    88        reason: Available
    89        status: "True"
    90        type: Ready
    91      - lastTransitionTime: "2024-01-11T06:59:47Z"
    92        reason: ReconcilePaused
    93        status: "False"
    94        type: Synced