github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaflow.numaproj.io/MonoVertex/testdata/healthy.yaml (about)

     1  apiVersion: numaflow.numaproj.io/v1alpha1
     2  kind: MonoVertex
     3  metadata:
     4    annotations:
     5      kubectl.kubernetes.io/last-applied-configuration: |
     6        {"apiVersion":"numaflow.numaproj.io/v1alpha1","kind":"MonoVertex","metadata":{"annotations":{},"name":"simple-mono-vertex","namespace":"numaflow-system"},"spec":{"sink":{"udsink":{"container":{"image":"quay.io/numaio/numaflow-java/simple-sink:stable"}}},"source":{"transformer":{"container":{"image":"quay.io/numaio/numaflow-rs/source-transformer-now:stable"}},"udsource":{"container":{"image":"quay.io/numaio/numaflow-java/source-simple-source:stable"}}}}}
     7    creationTimestamp: "2024-10-08T20:34:32Z"
     8    generation: 1
     9    name: simple-mono-vertex
    10    namespace: numaflow-system
    11    resourceVersion: "367420"
    12    uid: 7bc9291a-9c80-4ec1-8b06-46fac8f7e507
    13  spec:
    14    lifecycle:
    15      desiredPhase: Running
    16    replicas: 1
    17    sink:
    18      udsink:
    19        container:
    20          image: quay.io/numaio/numaflow-java/simple-sink:stable
    21    source:
    22      transformer:
    23        container:
    24          image: quay.io/numaio/numaflow-rs/source-transformer-now:stable
    25      udsource:
    26        container:
    27          image: quay.io/numaio/numaflow-java/source-simple-source:stable
    28    updateStrategy:
    29      rollingUpdate:
    30        maxUnavailable: 25%
    31      type: RollingUpdate
    32  status:
    33    conditions:
    34    - lastTransitionTime: "2024-10-08T20:34:36Z"
    35      message: Successful
    36      reason: Successful
    37      status: "True"
    38      type: DaemonHealthy
    39    - lastTransitionTime: "2024-10-08T20:34:32Z"
    40      message: Successful
    41      reason: Successful
    42      status: "True"
    43      type: Deployed
    44    - lastTransitionTime: "2024-10-08T21:58:03Z"
    45      message: All pods are healthy
    46      reason: Running
    47      status: "True"
    48      type: PodsHealthy
    49    currentHash: 8ed34d9058faa60997ee13083ccb3d80691df37b45a34eaa347af99f237e8df6
    50    desiredReplicas: 1
    51    lastScaledAt: "2024-10-08T20:34:32Z"
    52    lastUpdated: "2024-10-08T21:58:13Z"
    53    observedGeneration: 1
    54    phase: Running
    55    readyReplicas: 1
    56    replicas: 1
    57    selector: app.kubernetes.io/component=mono-vertex,numaflow.numaproj.io/mono-vertex-name=simple-mono-vertex
    58    updateHash: 8ed34d9058faa60997ee13083ccb3d80691df37b45a34eaa347af99f237e8df6
    59    updatedReadyReplicas: 1
    60    updatedReplicas: 1