@@ -12249,96 +12249,113 @@ templateUrl: "views/directives/route-service-bar-chart.html"
12249
12249
}(), function() {
12250
12250
angular.module("openshiftConsole").component("bindService", {
12251
12251
controller: [ "$scope", "$filter", "DataService", "BindingService", function(e, t, n, a) {
12252
- var r, o, i, s, c, l, u, d = this, m = t("statusCondition"), p = t("enableTechPreviewFeature"), f = function() {
12252
+ var r, o, i, s, c, l, u, d, m, p, f, g = this, h = t("statusCondition"), v = t("enableTechPreviewFeature"), y = function() {
12253
12253
var e, t;
12254
- _.each(d .serviceInstances, function(n) {
12255
- var a = "True" === _.get(m (n, "Ready"), "status");
12254
+ _.each(g .serviceInstances, function(n) {
12255
+ var a = "True" === _.get(h (n, "Ready"), "status");
12256
12256
a && (!e || n.metadata.creationTimestamp > e.metadata.creationTimestamp) && (e = n), a || t && !(n.metadata.creationTimestamp > t.metadata.creationTimestamp) || (t = n);
12257
- }), d.serviceToBind = e || t;
12258
- }, g = function() {
12259
- d.serviceClasses && d.serviceInstances && (d.serviceInstances = a.filterBindableServiceInstances(d.serviceInstances, d.serviceClasses), d.orderedServiceInstances = a.sortServiceInstances(d.serviceInstances, d.serviceClasses), d.serviceToBind || f());
12260
- }, h = function() {
12261
- if (i && s && c && l && u) {
12262
- var e = [].concat(i).concat(s).concat(c).concat(l).concat(u);
12263
- d.applications = _.sortBy(e, [ "metadata.name", "kind" ]), d.bindType = d.applications.length ? "application" : "secret-only";
12264
- }
12265
- }, v = function() {
12266
- d.nextTitle = "Bind", d.podPresets && (r = e.$watch("ctrl.selectionForm.$valid", function(e) {
12267
- d.steps[0].valid = e;
12268
- }));
12269
- }, y = function() {
12270
- r && (r(), r = void 0), d.nextTitle = "Close", d.wizardComplete = !0, d.bindService();
12257
+ }), g.serviceToBind = e || t;
12271
12258
}, b = function() {
12259
+ g.serviceClasses && g.serviceInstances && (g.serviceInstances = a.filterBindableServiceInstances(g.serviceInstances, g.serviceClasses), g.orderedServiceInstances = a.sortServiceInstances(g.serviceInstances, g.serviceClasses), g.serviceToBind || y());
12260
+ }, C = function() {
12261
+ if (u && d && m && p && f) {
12262
+ var e = [].concat(u).concat(d).concat(m).concat(p).concat(f);
12263
+ g.applications = _.sortBy(e, [ "metadata.name", "kind" ]), g.bindType = g.applications.length ? "application" : "secret-only";
12264
+ }
12265
+ }, S = function() {
12272
12266
var e = {
12273
- namespace: _.get(d .target, "metadata.namespace")
12267
+ namespace: _.get(g .target, "metadata.namespace")
12274
12268
};
12275
12269
n.list("deploymentconfigs", e).then(function(e) {
12276
- i = _.toArray(e.by("metadata.name")), h ();
12270
+ u = _.toArray(e.by("metadata.name")), C ();
12277
12271
}), n.list("replicationcontrollers", e).then(function(e) {
12278
- c = _.reject(e.by("metadata.name"), t("hasDeploymentConfig")), h ();
12272
+ m = _.reject(e.by("metadata.name"), t("hasDeploymentConfig")), C ();
12279
12273
}), n.list({
12280
12274
group: "apps",
12281
12275
resource: "deployments"
12282
12276
}, e).then(function(e) {
12283
- s = _.toArray(e.by("metadata.name")), h ();
12277
+ d = _.toArray(e.by("metadata.name")), C ();
12284
12278
}), n.list({
12285
12279
group: "extensions",
12286
12280
resource: "replicasets"
12287
12281
}, e).then(function(e) {
12288
- l = _.reject(e.by("metadata.name"), t("hasDeployment")), h ();
12282
+ p = _.reject(e.by("metadata.name"), t("hasDeployment")), C ();
12289
12283
}), n.list({
12290
12284
group: "apps",
12291
12285
resource: "statefulsets"
12292
12286
}, e).then(function(e) {
12293
- u = _.toArray(e.by("metadata.name")), h ();
12287
+ f = _.toArray(e.by("metadata.name")), C ();
12294
12288
});
12295
- }, C = function() {
12289
+ }, w = function() {
12296
12290
var e = {
12297
- namespace: _.get(d .target, "metadata.namespace")
12291
+ namespace: _.get(g .target, "metadata.namespace")
12298
12292
};
12299
12293
n.list({
12300
12294
group: "servicecatalog.k8s.io",
12301
12295
resource: "instances"
12302
12296
}, e).then(function(e) {
12303
- d .serviceInstances = e.by("metadata.name"), g ();
12297
+ g .serviceInstances = e.by("metadata.name"), b ();
12304
12298
});
12305
12299
};
12306
- d.$onInit = function() {
12307
- d.serviceSelection = {}, d.projectDisplayName = t("displayName")(d.project), d.podPresets = p("pod_presets"), d.steps = [ {
12300
+ r = {
12308
12301
id: "bindForm",
12309
12302
label: "Binding",
12310
12303
view: "views/directives/bind-service/bind-service-form.html",
12311
12304
valid: !0,
12312
- onShow: v
12313
- }, {
12314
- label: "Results",
12305
+ onShow: function() {
12306
+ g.nextTitle = o.hidden ? "Bind" : "Next >", g.podPresets && !s && (s = e.$watch("ctrl.selectionForm.$valid", function(e) {
12307
+ r.valid = e;
12308
+ }));
12309
+ }
12310
+ }, o = {
12311
+ id: "bindParameters",
12312
+ label: "Parameters",
12313
+ view: "views/directives/bind-service/bind-parameters.html",
12314
+ hidden: !0,
12315
+ onShow: function() {
12316
+ g.nextTitle = "Bind", c || (c = e.$watch("ctrl.parametersForm.$valid", function(e) {
12317
+ o.valid = e;
12318
+ }));
12319
+ }
12320
+ }, i = {
12315
12321
id: "results",
12322
+ label: "Results",
12316
12323
view: "views/directives/bind-service/results.html",
12317
12324
valid: !0,
12318
- onShow: y
12319
- } ], n.list({
12325
+ onShow: function() {
12326
+ s && (s(), s = void 0), c && (c(), c = void 0), g.nextTitle = "Close", g.wizardComplete = !0, g.bindService();
12327
+ }
12328
+ };
12329
+ var k = function() {
12330
+ if (g.serviceClasses) {
12331
+ var e = "Instance" === g.target.kind ? g.target : g.serviceToBind;
12332
+ e && (g.serviceClass = g.serviceClasses[e.spec.serviceClassName], g.serviceClassName = e.spec.serviceClassName, g.plan = a.getPlanForInstance(e, g.serviceClass), g.parameterSchema = _.get(g.plan, "alphaBindingCreateParameterSchema"), o.hidden = !_.has(g.parameterSchema, "properties"), g.nextTitle = o.hidden ? "Bind" : "Next >");
12333
+ }
12334
+ };
12335
+ e.$watch("ctrl.serviceToBind", k), g.$onInit = function() {
12336
+ g.serviceSelection = {}, g.projectDisplayName = t("displayName")(g.project), g.podPresets = v("pod_presets"), g.parameterData = {}, g.steps = [ r, o, i ], n.list({
12320
12337
group: "servicecatalog.k8s.io",
12321
12338
resource: "serviceclasses"
12322
12339
}, {}).then(function(e) {
12323
- d .serviceClasses = e.by("metadata.name"), "Instance" === d.target.kind && (d.serviceClass = d.serviceClasses[d.target.spec.serviceClassName], d.serviceClassName = d.target.spec.serviceClassName ), g ();
12324
- }), "Instance" === d .target.kind ? (d .bindType = "secret-only", d .appToBind = null, d .serviceToBind = d .target, d .podPresets && b ()) : (d .bindType = "application", d .appToBind = d .target, C ());
12325
- }, d .$onChanges = function(e) {
12326
- e.project && !e.project.isFirstChange() && (d .projectDisplayName = t("displayName")(d .project));
12327
- }, d .$onDestroy = function() {
12328
- r && (r (), r = void 0), o && n.unwatch(o );
12329
- }, d .bindService = function() {
12330
- var e = "Instance" === d .target.kind ? d .target : d .serviceToBind, t = "application" === d .bindType ? d .appToBind : void 0, r = {
12340
+ g .serviceClasses = e.by("metadata.name"), k( ), b ();
12341
+ }), "Instance" === g .target.kind ? (g .bindType = "secret-only", g .appToBind = null, g .serviceToBind = g .target, g .podPresets && S ()) : (g .bindType = "application", g .appToBind = g .target, w ());
12342
+ }, g .$onChanges = function(e) {
12343
+ e.project && !e.project.isFirstChange() && (g .projectDisplayName = t("displayName")(g .project));
12344
+ }, g .$onDestroy = function() {
12345
+ s && (s (), s = void 0), c && (c(), c = void 0), l && n.unwatch(l );
12346
+ }, g .bindService = function() {
12347
+ var e = "Instance" === g .target.kind ? g .target : g .serviceToBind, t = "application" === g .bindType ? g .appToBind : void 0, r = {
12331
12348
namespace: _.get(e, "metadata.namespace")
12332
- }, i = a.getServiceClassForInstance(e, d .serviceClasses);
12333
- a.bindService(e, t, i ).then(function(e) {
12334
- d .binding = e, d .error = null, o = n.watchObject(a.bindingResource, _.get(d .binding, "metadata.name"), r, function(e) {
12335
- d .binding = e;
12349
+ }, o = a.getServiceClassForInstance(e, g .serviceClasses);
12350
+ a.bindService(e, t, o, g.parameterData ).then(function(e) {
12351
+ g .binding = e, g .error = null, l = n.watchObject(a.bindingResource, _.get(g .binding, "metadata.name"), r, function(e) {
12352
+ g .binding = e;
12336
12353
});
12337
12354
}, function(e) {
12338
- d .error = e;
12355
+ g .error = e;
12339
12356
});
12340
- }, d .closeWizard = function() {
12341
- _.isFunction(d .onClose) && d .onClose();
12357
+ }, g .closeWizard = function() {
12358
+ _.isFunction(g .onClose) && g .onClose();
12342
12359
};
12343
12360
} ],
12344
12361
controllerAs: "ctrl",
0 commit comments