Merge remote-tracking branch 'origin/master' into release-1.9

Kubernetes-commit: fb2de097796aafb38cdb6dc4d3184ebd43d525b4
This commit is contained in:
Kubernetes Publisher
2017-11-21 10:38:02 -08:00
28 changed files with 3701 additions and 2081 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ func ListAccessor(obj interface{}) (List, error) {
}
return nil, errNotList
default:
panic(fmt.Errorf("%T does not implement the List interface", obj))
return nil, errNotList
}
}