Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion config/v1/types_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -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: "<route-name>.<route-namespace>.<domain>".
Domain string `json:"domain"`
}

type IngressStatus struct {
Expand Down