Skip to content

Commit

Permalink
fix(docs): Correct from.components.<component-name>.type to input (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
raminqaf authored Mar 11, 2024
1 parent ceb102b commit 5e32bba
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion docs/docs/resources/pipeline-components/helm-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/resources/pipeline-components/kafka-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
10 changes: 5 additions & 5 deletions docs/docs/resources/pipeline-components/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down Expand Up @@ -81,7 +81,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down Expand Up @@ -134,7 +134,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down Expand Up @@ -226,7 +226,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down Expand Up @@ -331,7 +331,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/resources/pipeline-components/streams-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kafka-app:
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kafka-connector:
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ kubernetes-app:
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/resources/pipeline-defaults/defaults.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ kafka-app:
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down Expand Up @@ -95,7 +95,7 @@ kafka-connector:
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down Expand Up @@ -165,7 +165,7 @@ kubernetes-app:
role: some-role
components: # read from specific component
account-producer:
type: output # Implied when role is NOT specified
type: input # Implied when role is NOT specified
other-producer:
role: some-role # Implies `type` to be extra
component-as-input-pattern:
Expand Down

0 comments on commit 5e32bba

Please sign in to comment.