github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaflow.numaproj.io/Pipeline/testdata/degraded.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: "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: 'Waiting for deployment "simple-pipeline-daemon" rollout to finish:
    72        0 of 1 updated replicas are available...'
    73      reason: Progressing
    74      status: "False"
    75      type: DaemonServiceHealthy
    76    - lastTransitionTime: "2024-10-08T18:22:49Z"
    77      message: Successful
    78      reason: Successful
    79      status: "True"
    80      type: Deployed
    81    - lastTransitionTime: "2024-10-08T18:22:49Z"
    82      message: No Side Inputs attached to the pipeline
    83      reason: NoSideInputs
    84      status: "True"
    85      type: SideInputsManagersHealthy
    86    - lastTransitionTime: "2024-10-08T18:22:49Z"
    87      message: All vertices are healthy
    88      reason: Successful
    89      status: "True"
    90      type: VerticesHealthy
    91    lastUpdated: "2024-10-08T18:22:49Z"
    92    mapUDFCount: 1
    93    observedGeneration: 1
    94    phase: Running
    95    reduceUDFCount: 0
    96    sinkCount: 1
    97    sourceCount: 1
    98    udfCount: 1
    99    vertexCount: 3