github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaflow.numaproj.io/Pipeline/actions/testdata/pipeline.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 spec: 17 edges: 18 - from: in 19 to: cat 20 - from: cat 21 to: out 22 lifecycle: 23 deleteGracePeriodSeconds: 30 24 desiredPhase: Running 25 pauseGracePeriodSeconds: 30 26 limits: 27 bufferMaxLength: 30000 28 bufferUsageLimit: 80 29 readBatchSize: 500 30 readTimeout: 1s 31 vertices: 32 - name: in 33 scale: 34 min: 1 35 source: 36 generator: 37 duration: 1s 38 jitter: 0s 39 msgSize: 8 40 rpu: 5 41 updateStrategy: 42 rollingUpdate: 43 maxUnavailable: 25% 44 type: RollingUpdate 45 - name: cat 46 scale: 47 min: 1 48 udf: 49 builtin: 50 name: cat 51 updateStrategy: 52 rollingUpdate: 53 maxUnavailable: 25% 54 type: RollingUpdate 55 - name: out 56 scale: 57 min: 1 58 sink: 59 log: {} 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-09T20:26:54Z" 70 message: Successful 71 reason: Successful 72 status: "True" 73 type: Configured 74 - lastTransitionTime: "2024-10-09T20:26:54Z" 75 message: Successful 76 reason: Successful 77 status: "True" 78 type: DaemonServiceHealthy 79 - lastTransitionTime: "2024-10-09T20:26:54Z" 80 message: Successful 81 reason: Successful 82 status: "True" 83 type: Deployed 84 - lastTransitionTime: "2024-10-09T20:26:54Z" 85 message: No Side Inputs attached to the pipeline 86 reason: NoSideInputs 87 status: "True" 88 type: SideInputsManagersHealthy 89 - lastTransitionTime: "2024-10-09T20:26:54Z" 90 message: All vertices are healthy 91 reason: Successful 92 status: "True" 93 type: VerticesHealthy 94 lastUpdated: "2024-10-09T20:26:54Z" 95 mapUDFCount: 1 96 observedGeneration: 1 97 phase: Running 98 reduceUDFCount: 0 99 sinkCount: 1 100 sourceCount: 1 101 udfCount: 1 102 vertexCount: 3