Skip to content

Commit

Permalink
Add ingress domain
Browse files Browse the repository at this point in the history
* config/v1/types_ingress.go (IngressSpec): Add Domain field.

Related to NE-100.

https://jira.coreos.com/browse/NE-100
  • Loading branch information
Miciah committed Nov 22, 2018
1 parent ffac7ee commit f30cb17
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/v1/types_ingress.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ type Ingress struct {
}

type IngressSpec struct {
// default suffix. It goes here or it gets removed from server
// Domain specifies the default subdomain for routes.
Domain string `json:"domain"`
}

type IngressStatus struct {
Expand Down

0 comments on commit f30cb17

Please sign in to comment.