@@ -396,7 +396,7 @@ return c || a.metadata.name;
396
396
return Q . serviceInstances || Q . serviceClasses ? ( Q . bindableServiceInstances = _ . filter ( Q . serviceInstances , function ( a ) {
397
397
return w . isServiceBindable ( a , Q . serviceClasses ) ;
398
398
} ) , void ( Q . orderedServiceInstances = _ . sortByAll ( Q . serviceInstances , function ( a ) {
399
- return _ . get ( Q . serviceClasses , [ a . spec . serviceClassName , "osbMetadata " , "displayName" ] ) || a . spec . serviceClassName ;
399
+ return _ . get ( Q . serviceClasses , [ a . spec . serviceClassName , "externalMetadata " , "displayName" ] ) || a . spec . serviceClassName ;
400
400
} , function ( a ) {
401
401
return _ . get ( a , "metadata.name" , "" ) ;
402
402
} ) ) ) :void ( Q . bindableServiceInstances = null ) ;
@@ -12268,7 +12268,7 @@ d && (!a || c.metadata.creationTimestamp > a.metadata.creationTimestamp) && (a =
12268
12268
} ) , l . serviceToBind = a || b ;
12269
12269
} , o = function ( ) {
12270
12270
l . serviceClasses && l . serviceInstances && ( l . orderedServiceInstances = _ . sortByAll ( l . serviceInstances , function ( a ) {
12271
- return _ . get ( l . serviceClasses , [ a . spec . serviceClassName , "osbMetadata " , "displayName" ] ) || a . spec . serviceClassName ;
12271
+ return _ . get ( l . serviceClasses , [ a . spec . serviceClassName , "externalMetadata " , "displayName" ] ) || a . spec . serviceClassName ;
12272
12272
} , function ( a ) {
12273
12273
return _ . get ( a , "metadata.name" , "" ) ;
12274
12274
} ) ) ;
@@ -13131,12 +13131,12 @@ var a = h.apiObject.spec.serviceClassName;
13131
13131
return _ . get ( h , [ "state" , "serviceClasses" , a , "description" ] ) ;
13132
13132
} ;
13133
13133
h . $doCheck = function ( ) {
13134
- h . notifications = e . getNotifications ( h . apiObject , h . state ) , h . displayName = j ( h . apiObject , h . serviceClasses ) , h . description = k ( ) ;
13134
+ h . notifications = e . getNotifications ( h . apiObject , h . state ) , h . displayName = j ( h . apiObject , h . state . serviceClasses ) , h . isBindable = d . isServiceBindable ( h . apiObject , h . state . serviceClasses ) , h . description = k ( ) ;
13135
13135
} , h . $onChanges = function ( a ) {
13136
13136
a . bindings && ( h . deleteableBindings = _ . reject ( h . bindings , "metadata.deletionTimestamp" ) ) ;
13137
13137
} , h . getSecretForBinding = function ( a ) {
13138
13138
return a && _ . get ( h , [ "state" , "secrets" , a . spec . secretName ] ) ;
13139
- } , h . isBindable = d . isServiceBindable ( h . apiObject , h . state . serviceClasses ) , h . actionsDropdownVisible = function ( ) {
13139
+ } , h . actionsDropdownVisible = function ( ) {
13140
13140
return ! ( ! h . isBindable || ! g . canI ( {
13141
13141
resource :"bindings" ,
13142
13142
group :"servicecatalog.k8s.io"
0 commit comments