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

     1  apiVersion: numaflow.numaproj.io/v1alpha1
     2  kind: Vertex
     3  metadata:
     4    annotations:
     5      numaflow.numaproj.io/hash: 49d114791b2e7f2018af5127923f782a5060ff99f50954728ec39acb55fb3962
     6    creationTimestamp: "2024-10-08T18:22:18Z"
     7    generation: 2
     8    labels:
     9      app.kubernetes.io/component: vertex
    10      app.kubernetes.io/managed-by: pipeline-controller
    11      app.kubernetes.io/part-of: numaflow
    12      numaflow.numaproj.io/pipeline-name: simple-pipeline
    13      numaflow.numaproj.io/vertex-name: in
    14    name: simple-pipeline-in
    15    namespace: numaflow-system
    16    ownerReferences:
    17    - apiVersion: numaflow.numaproj.io/v1alpha1
    18      blockOwnerDeletion: true
    19      controller: true
    20      kind: Pipeline
    21      name: simple-pipeline
    22      uid: bb6cc91c-eb05-4fe7-9380-63b9532a85db
    23    resourceVersion: "358079"
    24    uid: 24ddb7cc-6e59-4ae1-8faa-e58039615108
    25  spec:
    26    interStepBufferServiceName: ""
    27    limits:
    28      bufferMaxLength: 30000
    29      bufferUsageLimit: 80
    30      readBatchSize: 500
    31      readTimeout: 1s
    32    name: in
    33    pipelineName: simple-pipeline
    34    replicas: 1
    35    scale:
    36      min: 1
    37    source:
    38      generator:
    39        duration: 1s
    40        jitter: 0s
    41        msgSize: 8
    42        rpu: 5
    43    toEdges:
    44    - from: in
    45      fromVertexLimits:
    46        bufferMaxLength: 30000
    47        bufferUsageLimit: 80
    48        readBatchSize: 500
    49        readTimeout: 1s
    50      fromVertexPartitionCount: 1
    51      fromVertexType: Source
    52      to: cat
    53      toVertexLimits:
    54        bufferMaxLength: 30000
    55        bufferUsageLimit: 80
    56        readBatchSize: 500
    57        readTimeout: 1s
    58      toVertexPartitionCount: 1
    59      toVertexType: MapUDF
    60    updateStrategy:
    61      rollingUpdate:
    62        maxUnavailable: 25%
    63      type: RollingUpdate
    64    watermark:
    65      disabled: false
    66      maxDelay: 0s
    67  status:
    68    conditions:
    69    - lastTransitionTime: "2024-10-08T18:22:49Z"
    70      message: Successful
    71      reason: Successful
    72      status: "True"
    73      type: Deployed
    74    - lastTransitionTime: "2024-10-08T18:22:49Z"
    75      message: All pods are healthy
    76      reason: Running
    77      status: "True"
    78      type: PodsHealthy
    79    currentHash: 283acf2c91c43645fc504622b5d360c7de5dd08e6ff0b100c25e3f0580c92e67
    80    desiredReplicas: 1
    81    lastScaledAt: "2024-10-08T18:22:18Z"
    82    observedGeneration: 1
    83    phase: Running
    84    readyReplicas: 1
    85    replicas: 1
    86    selector: numaflow.numaproj.io/pipeline-name=simple-pipeline,numaflow.numaproj.io/vertex-name=in
    87    updateHash: 283acf2c91c43645fc504622b5d360c7de5dd08e6ff0b100c25e3f0580c92e67
    88    updatedReadyReplicas: 1
    89    updatedReplicas: 1