Skip to content

Commit

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

Related to NE-100.

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

type IngressSpec struct {
// default suffix. It goes here or it gets removed from server
}

type IngressStatus struct {
// domain specifies the default subdomain that will be used to compose
// route hosts.
Domain string `json:"domain"`
}

// +k8s:deepcopy-gen:interfaces=k8s.io/apimachinery/pkg/runtime.Object
Expand Down

0 comments on commit a8311e2

Please sign in to comment.