istio / old_mixer_repo

Deprecated home of Istio's Mixer and its adapters, now in istio/istio's mixer dir
https://github.com/istio/istio/tree/master/mixer
Apache License 2.0
67 stars 93 forks source link

Support template extension over time #1481

Open geeknoid opened 7 years ago

geeknoid commented 7 years ago

We must make it possible for fields to be added to a template over time in a backward compatible way.

At the very least, this implies making it possible to denote fields as being optional such that the operator doesn't have to specify a value for these fields. This allows new optional fields to be added to any template.

Maybe we allow template authors to specify defaults for optional fields?