snowdrop-zen / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
1 stars 0 forks source link

Create custom properties for Knative generation #178

Closed snowdrop-bot closed 3 years ago

snowdrop-bot commented 4 years ago

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.


https://github.com/quarkusio/quarkus/issues/7788


$upstream:7788$

iocanel commented 3 years ago

24/11/2020 We have addressed all all points on both dekorate and quarkus side. Only exception being traffic splitting rules on quarkus side.