Skip to content

Commit

Permalink
Migrate Ingress before projection (#591)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Oct 6, 2017
1 parent faf415e commit e856629
Show file tree
Hide file tree
Showing 10 changed files with 10,828 additions and 20 deletions.
4 changes: 2 additions & 2 deletions apis/voyager/ingress.go
Expand Up @@ -109,8 +109,8 @@ type IngressTLS struct {
// Deprecated
SecretName string `json:"secretName,omitempty"`

// TLSRef to used tls termination.
TLSRef *LocalTypedReference `json:"tlsRef,omitempty"`
// Ref to used tls termination.
Ref *LocalTypedReference `json:"ref,omitempty"`
}

// IngressStatus describe the current state of the Ingress.
Expand Down

0 comments on commit e856629

Please sign in to comment.