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

     1  apiVersion: numaflow.numaproj.io/v1alpha1
     2  kind: MonoVertex
     3  metadata:
     4    creationTimestamp: "2024-10-09T21:18:37Z"
     5    generation: 1
     6    name: simple-mono-vertex
     7    namespace: numaflow-system
     8    resourceVersion: "1382"
     9    uid: b7b9e4f8-cd4b-4771-9e4b-2880cc50467a
    10    labels:
    11      numaplane.numaproj.io/upgrade-state: "in-progress"
    12    annotations:
    13      numaflow.numaproj.io/allowed-resume-strategies: "slow, fast"
    14  spec:
    15    lifecycle:
    16      desiredPhase: Running
    17    replicas: 1
    18    sink:
    19      udsink:
    20        container:
    21          image: quay.io/numaio/numaflow-java/simple-sink:stable
    22    source:
    23      transformer:
    24        container:
    25          image: quay.io/numaio/numaflow-rs/source-transformer-now:stable
    26      udsource:
    27        container:
    28          image: quay.io/numaio/numaflow-java/source-simple-source:stable
    29    updateStrategy:
    30      rollingUpdate:
    31        maxUnavailable: 25%
    32      type: RollingUpdate
    33  status:
    34    conditions:
    35    - lastTransitionTime: "2024-10-09T21:18:41Z"
    36      message: Successful
    37      reason: Successful
    38      status: "True"
    39      type: DaemonHealthy
    40    - lastTransitionTime: "2024-10-09T21:18:37Z"
    41      message: Successful
    42      reason: Successful
    43      status: "True"
    44      type: Deployed
    45    - lastTransitionTime: "2024-10-09T21:18:37Z"
    46      message: All pods are healthy
    47      reason: Running
    48      status: "True"
    49      type: PodsHealthy
    50    currentHash: 8ed34d9058faa60997ee13083ccb3d80691df37b45a34eaa347af99f237e8df6
    51    desiredReplicas: 1
    52    lastScaledAt: "2024-10-09T21:18:37Z"
    53    lastUpdated: "2024-10-09T21:18:41Z"
    54    observedGeneration: 1
    55    phase: Running
    56    replicas: 1
    57    selector: app.kubernetes.io/component=mono-vertex,numaflow.numaproj.io/mono-vertex-name=simple-mono-vertex
    58    updateHash: 8ed34d9058faa60997ee13083ccb3d80691df37b45a34eaa347af99f237e8df6
    59    updatedReplicas: 1