Closed yangyy93 closed 9 months ago
Linking (somewhat) related discussion about pluralization of subjectName
field in HTTPProxy
: #5520 and the API conventions doc link https://github.com/projectcontour/contour/issues/5520#issuecomment-1603414729.
Yes, implementations for singular and plural compatibility are a concern. Will you consider increasing the plural form of fqdn on this basis?
The Contour project currently lacks enough contributors to adequately respond to all Issues.
This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack
The Contour project currently lacks enough contributors to adequately respond to all Issues.
This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack
The Contour project currently lacks enough contributors to adequately respond to all Issues.
This bot triages Issues according to the following rules:
You can:
Please send feedback to the #contour channel in the Kubernetes Slack
Now a root http proxy supports one fqdn field, but now we have a requirement that multiple different domain names can access the same service. Now I have to create multiple root httpproxy and multiple child httpproxy to realize this function. If a root httpproxy can support multiple domain names, it can simplify a lot of configuration. Envoy's domain itself supports multiple domain names.Is it possible to consider updating fqdn as an array?