github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaflow.numaproj.io/Pipeline/actions/testdata/pipeline-unpause-fast.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: 1
     8    name: simple-pipeline
     9    namespace: numaflow-system
    10    resourceVersion: "382381"
    11    uid: bb6cc91c-eb05-4fe7-9380-63b9532a85db
    12    labels:
    13      numaplane.numaproj.io/upgrade-state: "in-progress"
    14    annotations:
    15      numaflow.numaproj.io/allowed-resume-strategies: "slow, fast"
    16      numaflow.numaproj.io/resume-strategy: "fast"
    17  spec:
    18    edges:
    19    - from: in
    20      to: cat
    21    - from: cat
    22      to: out
    23    lifecycle:
    24      deleteGracePeriodSeconds: 30
    25      desiredPhase: Running
    26      pauseGracePeriodSeconds: 30
    27    limits:
    28      bufferMaxLength: 30000
    29      bufferUsageLimit: 80
    30      readBatchSize: 500
    31      readTimeout: 1s
    32    vertices:
    33    - name: in
    34      scale:
    35        min: 1
    36      source:
    37        generator:
    38          duration: 1s
    39          jitter: 0s
    40          msgSize: 8
    41          rpu: 5
    42      updateStrategy:
    43        rollingUpdate:
    44          maxUnavailable: 25%
    45        type: RollingUpdate
    46    - name: cat
    47      scale:
    48        min: 1
    49      udf:
    50        builtin:
    51          name: cat
    52      updateStrategy:
    53        rollingUpdate:
    54          maxUnavailable: 25%
    55        type: RollingUpdate
    56    - name: out
    57      scale:
    58        min: 1
    59      sink:
    60        log: {}
    61      updateStrategy:
    62        rollingUpdate:
    63          maxUnavailable: 25%
    64        type: RollingUpdate
    65    watermark:
    66      disabled: false
    67      maxDelay: 0s
    68  status:
    69    conditions:
    70    - lastTransitionTime: "2024-10-09T20:26:54Z"
    71      message: Successful
    72      reason: Successful
    73      status: "True"
    74      type: Configured
    75    - lastTransitionTime: "2024-10-09T20:26:54Z"
    76      message: Successful
    77      reason: Successful
    78      status: "True"
    79      type: DaemonServiceHealthy
    80    - lastTransitionTime: "2024-10-09T20:26:54Z"
    81      message: Successful
    82      reason: Successful
    83      status: "True"
    84      type: Deployed
    85    - lastTransitionTime: "2024-10-09T20:26:54Z"
    86      message: No Side Inputs attached to the pipeline
    87      reason: NoSideInputs
    88      status: "True"
    89      type: SideInputsManagersHealthy
    90    - lastTransitionTime: "2024-10-09T20:26:54Z"
    91      message: All vertices are healthy
    92      reason: Successful
    93      status: "True"
    94      type: VerticesHealthy
    95    lastUpdated: "2024-10-09T20:26:54Z"
    96    mapUDFCount: 1
    97    observedGeneration: 1
    98    phase: Running
    99    reduceUDFCount: 0
   100    sinkCount: 1
   101    sourceCount: 1
   102    udfCount: 1
   103    vertexCount: 3