github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/work.karmada.io/ResourceBinding/testdata/health.yaml (about)

     1  apiVersion: work.karmada.io/v1alpha2
     2  kind: ResourceBinding
     3  metadata:
     4    finalizers:
     5      - karmada.io/binding-controller
     6    generation: 7
     7    labels:
     8      propagationpolicy.karmada.io/name: test1-57dcd6489f
     9      propagationpolicy.karmada.io/namespace: default
    10    name: test1-deployment
    11    namespace: default
    12    ownerReferences:
    13      - apiVersion: apps/v1
    14        blockOwnerDeletion: true
    15        controller: true
    16        kind: Deployment
    17        name: test1
    18        uid: 58ccb955-4da6-4167-9b65-dddadcef569e
    19    resourceVersion: "3903091"
    20    uid: a46f5454-f8c5-4c9e-9119-3022aa5943b1
    21  spec:
    22    clusters:
    23      - name: member1
    24      - name: member2
    25      - name: member3
    26    replicaRequirements:
    27      nodeClaim:
    28        tolerations:
    29          - effect: NoExecute
    30            key: node.kubernetes.io/not-ready
    31            operator: Exists
    32            tolerationSeconds: 300
    33          - effect: NoExecute
    34            key: node.kubernetes.io/unreachable
    35            operator: Exists
    36            tolerationSeconds: 300
    37      resourceRequest:
    38        cpu: 250m
    39        memory: 512Mi
    40    replicas: 1
    41    resource:
    42      apiVersion: apps/v1
    43      kind: Deployment
    44      name: test1
    45      namespace: default
    46      resourceVersion: "3663243"
    47      uid: 58ccb955-4da6-4167-9b65-dddadcef569e
    48  status:
    49    aggregatedStatus:
    50      - applied: true
    51        clusterName: member1
    52        health: Healthy
    53        status:
    54          availableReplicas: 1
    55          readyReplicas: 1
    56          replicas: 1
    57          updatedReplicas: 1
    58      - applied: true
    59        clusterName: member2
    60        health: Healthy
    61        status:
    62          replicas: 1
    63          unavailableReplicas: 1
    64          updatedReplicas: 1
    65      - applied: true
    66        clusterName: member3
    67        health: Healthy
    68        status:
    69          availableReplicas: 1
    70          readyReplicas: 1
    71          replicas: 1
    72          updatedReplicas: 1
    73    conditions:
    74      - lastTransitionTime: "2022-11-02T02:49:06Z"
    75        message: All works have been successfully applied
    76        reason: FullyAppliedSuccess
    77        status: "True"
    78        type: FullyApplied
    79      - lastTransitionTime: "2022-10-28T09:56:31Z"
    80        message: Binding has been scheduled
    81        reason: BindingScheduled
    82        status: "True"
    83        type: Scheduled
    84    schedulerObservedGeneration: 7