Scope of this task: - Showing "Bind" button if there is only 1 binding - Filtering the platform selection based on the binding (variant) that already exists
We can use the annotations on the mobileClient resource itself to identify if there is already a binding for a particular platform.
Getting the existing bindings is also possible by checking "Service Binding" resources but mobileClient annotations seems easier.
Some decisions: - we won't use the "bindingsLimit" number in the APB metadata (available via clusterserviceclasses, eg. https://gist.github.com/aliok/c508684b1fab23bd948b7bd3b1ea91c6), we just hardcode stuff |
|