We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eaba4f commit dcab14aCopy full SHA for dcab14a
apis/core/v1beta1/flagd_types.go
@@ -60,9 +60,9 @@ type IngressSpec struct {
60
// +optional
61
Annotations map[string]string `json:"annotations,omitempty"`
62
63
- // Hosts list of hosts to be added to the ingress
64
- // +optional
65
- Hosts []string `json:"hosts,omitempty"`
+ // Hosts list of hosts to be added to the ingress.
+ // Empty string corresponds to rule with no host.
+ Hosts []string `json:"hosts"`
66
67
// TLS configuration for the ingress
68
TLS []networkingv1.IngressTLS `json:"tls,omitempty"`
0 commit comments