We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Description
Currently, if you want to customize the output generated by Dekorate for Knative, you only have access to the same properties as in the Kubernetes (https://github.com/quarkusio/quarkus/blob/master/docs/src/main/asciidoc/kubernetes.adoc#knative) but with knative prefix.
The thing is that minimal customizations specific to knative service should be provided, the list is in https://knative.dev/docs/serving/spec/knative-api-specification-1.0/#service I know that not all of them should be implemented, but at least some of most used would be interesting to provide it.
Implementation ideas
Implement custom Knative serving attributes to be able to customize the output.
quarkusio#7788
$upstream:7788$
The text was updated successfully, but these errors were encountered:
iocanel
No branches or pull requests
Description
Currently, if you want to customize the output generated by Dekorate for Knative, you only have access to the same properties as in the Kubernetes (https://github.com/quarkusio/quarkus/blob/master/docs/src/main/asciidoc/kubernetes.adoc#knative) but with knative prefix.
The thing is that minimal customizations specific to knative service should be provided, the list is in https://knative.dev/docs/serving/spec/knative-api-specification-1.0/#service I know that not all of them should be implemented, but at least some of most used would be interesting to provide it.
Implementation ideas
Implement custom Knative serving attributes to be able to customize the output.
quarkusio#7788
The text was updated successfully, but these errors were encountered: