-
Notifications
You must be signed in to change notification settings - Fork 29
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
Support configuring Camel K CR metadata #181
Milestone
Comments
Do #201 before this |
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Oct 13, 2023
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Oct 16, 2023
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Oct 17, 2023
Add schema for k8s metadata and Pipe errorHandler
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Oct 17, 2023
Add schema for k8s metadata and Pipe errorHandler
igarashitm
added a commit
that referenced
this issue
Oct 17, 2023
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Oct 20, 2023
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Oct 20, 2023
Fixes: KaotoIO#181 Also partially addresses KaotoIO#188, need more work for supporting JSON schema `oneOf`
igarashitm
added a commit
to igarashitm/kaoto
that referenced
this issue
Oct 20, 2023
Fixes: KaotoIO#181 Also partially addresses KaotoIO#188, need more work for supporting JSON schema `oneOf`
igarashitm
added a commit
that referenced
this issue
Oct 20, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please describe the feature that you want to propose
Camel K CRs have
metadata
with the typeKubernetes meta/v1.ObjectMeta
https://camel.apache.org/camel-k/2.0.x/apis/camel-k.html#_camel_apache_org_v1_Pipe
We need to find a schema for this k8s
ObjectMeta
and combine with Camel K CRD. Also we would even need a dictionary for the well known annotations (/metadata/annotations
) for Camel K so that user can choose what to add from.Also see: apache/camel-k#4788
io.k8s.apimachinery.pkg.apis.meta.v1.ObjectMeta
is defined in kubernetes OpenAPI spechttps://raw.githubusercontent.com/kubernetes/kubernetes/master/api/openapi-spec/swagger.json
It is suggested to configure traits through
/metadata/annotations/trait.camel.apache.org/...
althoughIntegrationSpec
hastraits
.The text was updated successfully, but these errors were encountered: