Skip to content

Commit 02a5ff6

Browse files
staeblerJeff Peeler
authored and
Jeff Peeler
committed
Add an additional plan to ups-broker (openshift#1537)
* Add an additional plan to ups-broker * Make second plan from ups-broker not free
1 parent 4309a0e commit 02a5ff6

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Diff for: contrib/pkg/broker/user_provided/controller/controller.go

+7-1
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,15 @@ func (c *userProvidedController) Catalog() (*brokerapi.Catalog, error) {
6666
ID: "86064792-7ea2-467b-af93-ac9694d96d52",
6767
Description: "Sample plan description",
6868
Free: true,
69+
}, {
70+
Name: "premium",
71+
ID: "cc0d7529-18e8-416d-8946-6f7456acd589",
72+
Description: "Premium plan",
73+
Free: false,
6974
},
7075
},
71-
Bindable: true,
76+
Bindable: true,
77+
PlanUpdateable: true,
7278
},
7379
},
7480
}, nil

0 commit comments

Comments
 (0)