Skip to content

Commit 268b1ec

Browse files
committed
fix: removed parallel
1 parent 4cd5e8b commit 268b1ec

16 files changed

Lines changed: 238 additions & 537 deletions

api/v1alpha1/generated.pb.go

Lines changed: 176 additions & 225 deletions
Large diffs are not rendered by default.

api/v1alpha1/generated.proto

Lines changed: 0 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/v1alpha1/kafka.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,4 @@ type Kafka struct {
1111
Topic string `json:"topic" protobuf:"bytes,3,opt,name=topic"`
1212
Version string `json:"version,omitempty" protobuf:"bytes,4,opt,name=version"`
1313
NET *KafkaNET `json:"net,omitempty" protobuf:"bytes,5,opt,name=net"`
14-
// +kubebuilder:validation:Minimum=1
15-
// +kubebuilder:default=1
16-
Parallel uint32 `json:"parallel,omitempty" protobuf:"varint,6,opt,name=parallel"`
1714
}

api/v1alpha1/retry_policy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ package v1alpha1
44
type RetryPolicy string
55

66
const (
7-
RetryNever RetryPolicy = "Never" // give up straight away
7+
RetryNever RetryPolicy = "Never" // give up straight away
88
RetryAlways RetryPolicy = "Always" // keep trying and never give up
99
)

api/v1alpha1/stan.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,4 @@ type STAN struct {
88
ClusterID string `json:"clusterId,omitempty" protobuf:"bytes,5,opt,name=clusterId"`
99
Subject string `json:"subject" protobuf:"bytes,3,opt,name=subject"`
1010
SubjectPrefix SubjectPrefix `json:"subjectPrefix,omitempty" protobuf:"bytes,6,opt,name=subjectPrefix,casttype=SubjectPrefix"`
11-
// +kubebuilder:validation:Minimum=1
12-
// +kubebuilder:default=1
13-
Parallel uint32 `json:"parallel,omitempty" protobuf:"varint,7,opt,name=parallel"`
1411
}

config/ci.yaml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -731,11 +731,6 @@ spec:
731731
tls:
732732
type: object
733733
type: object
734-
parallel:
735-
default: 1
736-
format: int32
737-
minimum: 1
738-
type: integer
739734
topic:
740735
type: string
741736
version:
@@ -759,11 +754,6 @@ spec:
759754
type: string
760755
natsUrl:
761756
type: string
762-
parallel:
763-
default: 1
764-
format: int32
765-
minimum: 1
766-
type: integer
767757
subject:
768758
type: string
769759
subjectPrefix:
@@ -807,11 +797,6 @@ spec:
807797
tls:
808798
type: object
809799
type: object
810-
parallel:
811-
default: 1
812-
format: int32
813-
minimum: 1
814-
type: integer
815800
topic:
816801
type: string
817802
version:
@@ -839,11 +824,6 @@ spec:
839824
type: string
840825
natsUrl:
841826
type: string
842-
parallel:
843-
default: 1
844-
format: int32
845-
minimum: 1
846-
type: integer
847827
subject:
848828
type: string
849829
subjectPrefix:
@@ -2591,11 +2571,6 @@ spec:
25912571
tls:
25922572
type: object
25932573
type: object
2594-
parallel:
2595-
default: 1
2596-
format: int32
2597-
minimum: 1
2598-
type: integer
25992574
topic:
26002575
type: string
26012576
version:
@@ -2619,11 +2594,6 @@ spec:
26192594
type: string
26202595
natsUrl:
26212596
type: string
2622-
parallel:
2623-
default: 1
2624-
format: int32
2625-
minimum: 1
2626-
type: integer
26272597
subject:
26282598
type: string
26292599
subjectPrefix:
@@ -2667,11 +2637,6 @@ spec:
26672637
tls:
26682638
type: object
26692639
type: object
2670-
parallel:
2671-
default: 1
2672-
format: int32
2673-
minimum: 1
2674-
type: integer
26752640
topic:
26762641
type: string
26772642
version:
@@ -2699,11 +2664,6 @@ spec:
26992664
type: string
27002665
natsUrl:
27012666
type: string
2702-
parallel:
2703-
default: 1
2704-
format: int32
2705-
minimum: 1
2706-
type: integer
27072667
subject:
27082668
type: string
27092669
subjectPrefix:

config/crd/bases/dataflow.argoproj.io_pipelines.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1097,11 +1097,6 @@ spec:
10971097
tls:
10981098
type: object
10991099
type: object
1100-
parallel:
1101-
default: 1
1102-
format: int32
1103-
minimum: 1
1104-
type: integer
11051100
topic:
11061101
type: string
11071102
version:
@@ -1125,11 +1120,6 @@ spec:
11251120
type: string
11261121
natsUrl:
11271122
type: string
1128-
parallel:
1129-
default: 1
1130-
format: int32
1131-
minimum: 1
1132-
type: integer
11331123
subject:
11341124
type: string
11351125
subjectPrefix:
@@ -1173,11 +1163,6 @@ spec:
11731163
tls:
11741164
type: object
11751165
type: object
1176-
parallel:
1177-
default: 1
1178-
format: int32
1179-
minimum: 1
1180-
type: integer
11811166
topic:
11821167
type: string
11831168
version:
@@ -1205,11 +1190,6 @@ spec:
12051190
type: string
12061191
natsUrl:
12071192
type: string
1208-
parallel:
1209-
default: 1
1210-
format: int32
1211-
minimum: 1
1212-
type: integer
12131193
subject:
12141194
type: string
12151195
subjectPrefix:

config/crd/bases/dataflow.argoproj.io_steps.yaml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,11 +1057,6 @@ spec:
10571057
tls:
10581058
type: object
10591059
type: object
1060-
parallel:
1061-
default: 1
1062-
format: int32
1063-
minimum: 1
1064-
type: integer
10651060
topic:
10661061
type: string
10671062
version:
@@ -1085,11 +1080,6 @@ spec:
10851080
type: string
10861081
natsUrl:
10871082
type: string
1088-
parallel:
1089-
default: 1
1090-
format: int32
1091-
minimum: 1
1092-
type: integer
10931083
subject:
10941084
type: string
10951085
subjectPrefix:
@@ -1133,11 +1123,6 @@ spec:
11331123
tls:
11341124
type: object
11351125
type: object
1136-
parallel:
1137-
default: 1
1138-
format: int32
1139-
minimum: 1
1140-
type: integer
11411126
topic:
11421127
type: string
11431128
version:
@@ -1165,11 +1150,6 @@ spec:
11651150
type: string
11661151
natsUrl:
11671152
type: string
1168-
parallel:
1169-
default: 1
1170-
format: int32
1171-
minimum: 1
1172-
type: integer
11731153
subject:
11741154
type: string
11751155
subjectPrefix:

config/default.yaml

Lines changed: 0 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -731,11 +731,6 @@ spec:
731731
tls:
732732
type: object
733733
type: object
734-
parallel:
735-
default: 1
736-
format: int32
737-
minimum: 1
738-
type: integer
739734
topic:
740735
type: string
741736
version:
@@ -759,11 +754,6 @@ spec:
759754
type: string
760755
natsUrl:
761756
type: string
762-
parallel:
763-
default: 1
764-
format: int32
765-
minimum: 1
766-
type: integer
767757
subject:
768758
type: string
769759
subjectPrefix:
@@ -807,11 +797,6 @@ spec:
807797
tls:
808798
type: object
809799
type: object
810-
parallel:
811-
default: 1
812-
format: int32
813-
minimum: 1
814-
type: integer
815800
topic:
816801
type: string
817802
version:
@@ -839,11 +824,6 @@ spec:
839824
type: string
840825
natsUrl:
841826
type: string
842-
parallel:
843-
default: 1
844-
format: int32
845-
minimum: 1
846-
type: integer
847827
subject:
848828
type: string
849829
subjectPrefix:
@@ -2591,11 +2571,6 @@ spec:
25912571
tls:
25922572
type: object
25932573
type: object
2594-
parallel:
2595-
default: 1
2596-
format: int32
2597-
minimum: 1
2598-
type: integer
25992574
topic:
26002575
type: string
26012576
version:
@@ -2619,11 +2594,6 @@ spec:
26192594
type: string
26202595
natsUrl:
26212596
type: string
2622-
parallel:
2623-
default: 1
2624-
format: int32
2625-
minimum: 1
2626-
type: integer
26272597
subject:
26282598
type: string
26292599
subjectPrefix:
@@ -2667,11 +2637,6 @@ spec:
26672637
tls:
26682638
type: object
26692639
type: object
2670-
parallel:
2671-
default: 1
2672-
format: int32
2673-
minimum: 1
2674-
type: integer
26752640
topic:
26762641
type: string
26772642
version:
@@ -2699,11 +2664,6 @@ spec:
26992664
type: string
27002665
natsUrl:
27012666
type: string
2702-
parallel:
2703-
default: 1
2704-
format: int32
2705-
minimum: 1
2706-
type: integer
27072667
subject:
27082668
type: string
27092669
subjectPrefix:

0 commit comments

Comments
 (0)