This repository was archived by the owner on Jun 2, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
experimental_resources/service_route_bindings Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## Service Route Binding (experimental)
1+ ## Service Route Binding
22
33An instantiation of a service route binding.
Original file line number Diff line number Diff line change 1+ ### Service Instance routes in V3
2+
3+ There is a new resource ` service route binding ` that represents a binding between a route and a service instance.
4+
5+ Creation/Deletion of bindings is therefore done via that endpoint in v3.
6+
7+ Audit events for route bindings have changed as follows:
8+
9+ | ** V2** | ** V3** |
10+ | ---| ---|
11+ audit.service_instance.bind_route | audit.service_route_binding.start_create (async only)<br >audit.service_route_binding.create |
12+ audit.service_instance.unbind_route |audit.service_route_binding.start_delete (async only)<br >audit.service_route_binding.delete |
13+
14+ Read more about the [ service route binding resource] ( #service-route-binding ) .
Original file line number Diff line number Diff line change 1+ ### Service Route Bindings
2+
3+ There is a new resource ` service route binding ` that represents a binding between a route and a service instance.a
4+
5+ Creation/Deletion of bindings is therefore done via that endpoint in v3.
6+
7+ This resource also supports metadata both in create and update requests.
8+
9+ It has a nested resource for fetching binding parameters from the broker. Parameters are only set during creation.
10+
11+ Read more about the [ service route binding resource] ( #service-route-binding ) .
Original file line number Diff line number Diff line change @@ -408,6 +408,7 @@ includes:
408408 - upgrade_guide/new_resources/isolation_segments
409409 - upgrade_guide/new_resources/manifests
410410 - upgrade_guide/new_resources/revisions
411+ - upgrade_guide/new_resources/service_route_bindings.md
411412 - upgrade_guide/new_resources/sidecars
412413 - upgrade_guide/new_resources/tasks
413414 - upgrade_guide/changed_resources/header
@@ -417,6 +418,7 @@ includes:
417418 - upgrade_guide/changed_resources/routes_in_v3
418419 - upgrade_guide/changed_resources/security_groups_in_v3
419420 - upgrade_guide/changed_resources/service_brokers_in_v3
421+ - upgrade_guide/changed_resources/service_instance_routes_in_v3
420422 - upgrade_guide/changed_resources/service_offerings_in_v3
421423 - upgrade_guide/changed_resources/service_plans_in_v3
422424 - upgrade_guide/changed_resources/service_plan_visibility_in_v3
You can’t perform that action at this time.
0 commit comments