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

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