github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/addons.cluster.x-k8s.io/ClusterResourceSet/testdata/degraded_resourceapplied.yaml (about)

     1  apiVersion: addons.cluster.x-k8s.io/v1beta1
     2  kind: ClusterResourceSet
     3  metadata:
     4    finalizers:
     5      - addons.cluster.x-k8s.io
     6    generation: 1
     7    labels:
     8      app.argocd.io/instance: clustername
     9    name: clustername-resource-set
    10    namespace: capi-managed-cluster
    11  spec:
    12    clusterSelector:
    13      matchLabels:
    14        clusterName: clustername
    15    resources:
    16      - kind: ConfigMap
    17        name: clustername-default-rbac
    18    strategy: ApplyOnce
    19  status:
    20    conditions:
    21      - lastTransitionTime: '2024-11-11T03:28:48Z'
    22        message: "Failed to apply resources"
    23        reason: RemoteClusterClientFailed
    24        severity: Error
    25        status: 'False'
    26        type: ResourcesApplied
    27    observedGeneration: 1