tmp resolve

This commit is contained in:
chentao1596 2017-03-17 08:35:32 +08:00
parent 4e518027ea
commit edf6040fd6

View file

@ -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 {