Skip to content

Commit

Permalink
Start fix for #673
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Anderson committed Dec 8, 2018
1 parent 7c98bf8 commit d74732d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkg/controller/eventing/subscription/reconcile.go
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,9 @@ func (r *reconciler) resolveSubscriberSpec(namespace string, s v1alpha1.Subscrib
if t.Status.Address != nil {
return domainToURL(t.Status.Address.Hostname), nil
}

// TODO: check duckv1alpha1.LegacyTargetable

return "", fmt.Errorf("status does not contain address")
}

Expand Down

0 comments on commit d74732d

Please sign in to comment.