tmp resolve
This commit is contained in:
parent
4e518027ea
commit
edf6040fd6
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ func (t *GCETranslator) toNodePorts(ings *extensions.IngressList) []int64 {
|
||||||
}
|
}
|
||||||
for _, rule := range ing.Spec.Rules {
|
for _, rule := range ing.Spec.Rules {
|
||||||
if rule.HTTP == nil {
|
if rule.HTTP == nil {
|
||||||
glog.Errorf("ignoring non http Ingress rule.")
|
glog.Errorf("ignoring non http Ingress rule")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
for _, path := range rule.HTTP.Paths {
|
for _, path := range rule.HTTP.Paths {
|
||||||
|
|
Loading…
Reference in a new issue