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

     1  apiVersion: numaflow.numaproj.io/v1alpha1
     2  kind: Pipeline
     3  metadata:
     4    creationTimestamp: "2024-10-08T18:22:18Z"
     5    finalizers:
     6    - pipeline-controller
     7    generation: 2
     8    name: simple-pipeline
     9    namespace: numaflow-system
    10    resourceVersion: "358080"
    11    uid: bb6cc91c-eb05-4fe7-9380-63b9532a85db
    12  spec:
    13    edges:
    14    - from: in
    15      to: cat
    16    - from: cat
    17      to: out
    18    lifecycle:
    19      deleteGracePeriodSeconds: 30
    20      desiredPhase: Running
    21      pauseGracePeriodSeconds: 30
    22    limits:
    23      bufferMaxLength: 30000
    24      bufferUsageLimit: 80
    25      readBatchSize: 500
    26      readTimeout: 1s
    27    vertices:
    28    - name: in
    29      scale:
    30        min: 1
    31      source:
    32        generator:
    33          duration: 1s
    34          jitter: 0s
    35          msgSize: 8
    36          rpu: 5
    37      updateStrategy:
    38        rollingUpdate:
    39          maxUnavailable: 25%
    40        type: RollingUpdate
    41    - name: cat
    42      scale:
    43        min: 1
    44      udf:
    45        builtin:
    46          name: cat
    47      updateStrategy:
    48        rollingUpdate:
    49          maxUnavailable: 25%
    50        type: RollingUpdate
    51    - name: out
    52      scale:
    53        min: 1
    54      sink:
    55        log: {}
    56      updateStrategy:
    57        rollingUpdate:
    58          maxUnavailable: 25%
    59        type: RollingUpdate
    60    watermark:
    61      disabled: false
    62      maxDelay: 0s
    63  status:
    64    conditions:
    65    - lastTransitionTime: "2024-10-08T18:22:49Z"
    66      message: Successful
    67      reason: Successful
    68      status: "True"
    69      type: Configured
    70    - lastTransitionTime: "2024-10-08T18:22:49Z"
    71      message: Successful
    72      reason: Successful
    73      status: "True"
    74      type: DaemonServiceHealthy
    75    - lastTransitionTime: "2024-10-08T18:22:49Z"
    76      message: Successful
    77      reason: Successful
    78      status: "True"
    79      type: Deployed
    80    - lastTransitionTime: "2024-10-08T18:22:49Z"
    81      message: No Side Inputs attached to the pipeline
    82      reason: NoSideInputs
    83      status: "True"
    84      type: SideInputsManagersHealthy
    85    - lastTransitionTime: "2024-10-08T18:22:49Z"
    86      message: All vertices are healthy
    87      reason: Successful
    88      status: "True"
    89      type: VerticesHealthy
    90    lastUpdated: "2024-10-08T18:22:49Z"
    91    mapUDFCount: 1
    92    observedGeneration: 1
    93    phase: Running
    94    reduceUDFCount: 0
    95    sinkCount: 1
    96    sourceCount: 1
    97    udfCount: 1
    98    vertexCount: 3