-
Notifications
You must be signed in to change notification settings - Fork 382
Add DefaultBindParameters to plans #2348
Comments
#dibs |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Issues go stale after 90d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with Send feedback to sig-testing, kubernetes/test-infra and/or fejta. |
/remove-lifecycle rotten |
This project is being archived, closing open issues and PRs. |
Similar to how we added DefaultProvisionParameters to plans in #2282, we also want the same type of functionality but for the parameters on ServiceBinding resources.
See the proposal for additional context and details: https://github.com/carolynvs/service-catalog/blob/default-service-plan-proposal/docs/proposals/default-service-plans.md#binding-with-defaults. The scope of this issue is only the changes to the resource definitions and the controller, not svcat.
An operator can edit a plan and define
defaultBindParameters
:Then when someone creates a binding for that plan, the parameters from the plan are merged with the parameters (if any) on the binding:
The final ServiceBinding that is used to for the bind operation with the broker:
The text was updated successfully, but these errors were encountered: