You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkg/assets/bindata.go
+64-11
Original file line number
Diff line number
Diff line change
@@ -13725,11 +13725,16 @@ failure:h
13725
13725
}
13726
13726
var f = d.defer(), g = [], h = [], i = this, j = a.length;
13727
13727
return a.forEach(function(a) {
13728
-
i.create(i._objectType(a.kind), null, a, b, c).then(function(a) {
13728
+
var d = i._objectType(a.kind);
13729
+
return d ? void i.create(d, null, a, b, c).then(function(a) {
13729
13730
g.push(a), j--, e();
13730
13731
}, function(a) {
13731
13732
h.push(a), j--, e();
13732
-
});
13733
+
}) :(h.push({
13734
+
data:{
13735
+
message:"Unrecognized type: " + a.kind + "."
13736
+
}
13737
+
}), j--, void e());
13733
13738
}), f.promise;
13734
13739
}, i.prototype.get = function(b, e, g, h) {
13735
13740
b = void 0 !== this._objectType(b) ? this._objectType(b) :m(b), h = h || {};
@@ -13935,32 +13940,54 @@ g.log("Rewatching for type/context", a, b), this._watchInFlight(a, b, !0), setTi
13935
13940
var o = "{protocol}://{+serverUrl}{+apiPrefix}/{apiVersion}/", p = o + "watch/{type}{?q*}", q = o + "{type}{?q*}", r = o + "{type}/{id}{?q*}", s = o + "{type}/{id}{/subresource*}{?q*}", t = o + "watch/namespaces/{namespace}/{type}{?q*}", u = o + "namespaces/{namespace}/{type}{?q*}", v = o + "namespaces/{namespace}/{type}/{id}{?q*}", w = o + "namespaces/{namespace}/{type}/{id}{/subresource*}{?q*}";
0 commit comments