Skip to content

Commit

Permalink
bump(github.com/openshift/origin-web-console): b23d5ff49ffa5a29fce386…
Browse files Browse the repository at this point in the history
…5e1b1f287ac9aa15ba
  • Loading branch information
OpenShift Bot committed May 3, 2017
1 parent 59948c6 commit d084ecd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkg/assets/bindata.go
Original file line number Diff line number Diff line change
Expand Up @@ -91907,7 +91907,9 @@ var b = "<none>", c = "<none>";
return a && a.kind && (b = a.kind), a && a.apiVersion && (c = a.apiVersion), "The API version " + c + " for kind " + b + " is not supported by this server";
}, t = function(c) {
var e = [], f = d.AVAILABLE_KINDS_BLACKLIST;
return _.each(a, function(a) {
return _.each(_.pick(a, function(a, b) {
return "openshift" !== b;
}), function(a) {
_.each(a.resources.v1, function(a) {
if (a.namespaced || c) {
if (a.name.indexOf("/") >= 0 || _.contains(f, a.kind)) return;
Expand Down

0 comments on commit d084ecd

Please sign in to comment.