Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Labels group #234

Merged
merged 9 commits into from
May 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "action"
camel.apache.org/kamelet.group: "OpenAI"
spec:
definition:
title: "OpenAI Completion Action"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "action"
camel.apache.org/kamelet.group: "PDF"
spec:
definition:
title: "PDF Action"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "RabbitMQ"
spec:
definition:
title: "RabbitMQ Source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "Salesforce"
spec:
definition:
title: "Salesforce Source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "Slack"
spec:
definition:
title: "Slack Source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "SSH"
spec:
definition:
title: "SSH Source"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ metadata:
labels:
camel.apache.org/kamelet.type: source
camel.apache.org/kamelet.verified: "true"
camel.apache.org/kamelet.group: "Timer"
spec:
definition:
title: Timer Source
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "Webhook"
spec:
definition:
title: "Webhook Source"
Expand Down
1 change: 1 addition & 0 deletions openai-completion-action.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "action"
camel.apache.org/kamelet.group: "OpenAI"
spec:
definition:
title: "OpenAI Completion Action"
Expand Down
1 change: 1 addition & 0 deletions pdf-action.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "action"
camel.apache.org/kamelet.group: "PDF"
spec:
definition:
title: "PDF Action"
Expand Down
1 change: 1 addition & 0 deletions rabbitmq-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "RabbitMQ"
spec:
definition:
title: "RabbitMQ Source"
Expand Down
1 change: 1 addition & 0 deletions salesforce-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "Salesforce"
spec:
definition:
title: "Salesforce Source"
Expand Down
1 change: 1 addition & 0 deletions slack-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "Slack"
spec:
definition:
title: "Slack Source"
Expand Down
1 change: 1 addition & 0 deletions ssh-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "SSH"
spec:
definition:
title: "SSH Source"
Expand Down
1 change: 1 addition & 0 deletions timer-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ metadata:
labels:
camel.apache.org/kamelet.type: source
camel.apache.org/kamelet.verified: "true"
camel.apache.org/kamelet.group: "Timer"
spec:
definition:
title: Timer Source
Expand Down
1 change: 1 addition & 0 deletions webhook-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ metadata:
camel.apache.org/provider: "Apache Software Foundation"
labels:
camel.apache.org/kamelet.type: "source"
camel.apache.org/kamelet.group: "Webhook"
spec:
definition:
title: "Webhook Source"
Expand Down