diff --git a/config/v1/types_ingress.go b/config/v1/types_ingress.go index e8467a09068..d9b81988f53 100644 --- a/config/v1/types_ingress.go +++ b/config/v1/types_ingress.go @@ -20,7 +20,10 @@ type Ingress struct { } type IngressSpec struct { - // default suffix. It goes here or it gets removed from server + // domain is used to generate a default host name for a route when the + // route's host name is empty. The generated host name will follow this + // pattern: "..". + Domain string `json:"domain"` } type IngressStatus struct {