File tree Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Expand file tree Collapse file tree 1 file changed +19
-2
lines changed Original file line number Diff line number Diff line change @@ -306,13 +306,30 @@ The following properties are defined for usage within a Kubernetes deployment:
306
306
"clusterid": "644e1dd7-2a7f-18fb-b8ed-ed78c3f92c2b"
307
307
```
308
308
309
+
310
+ - ` instance_name `
311
+
312
+ Version: 2.15
313
+
314
+ The name of the Service Instance.
315
+ Note that the name of a Service Instance in Kubernetes MAY be changed.
316
+ This property MUST be a non-empty string serialized as follows:
317
+ ```
318
+ "instance_name": "instance-name-here"
319
+ ```
320
+ For example:
321
+ ```
322
+ "instance_name": "my-db"
323
+ ```
324
+
325
+
309
326
The following table specifies which properties will appear in each API.
310
327
All properties specified are REQUIRED unless otherwise noted.
311
328
312
329
| Request API | Properties |
313
330
| --- | --- |
314
- | ` PUT /v2/service_instances/:instance_id ` | ` namespace ` , ` clusterid ` |
315
- | ` PATCH /v2/service_instances/:instance_id ` | ` namespace ` , ` clusterid ` |
331
+ | ` PUT /v2/service_instances/:instance_id ` | ` namespace ` , ` clusterid ` , ` instance_name ` |
332
+ | ` PATCH /v2/service_instances/:instance_id ` | ` namespace ` , ` clusterid ` , ` instance_name ` |
316
333
| ` PUT /v2/service_instances/:instance_id/service_bindings/:binding_id ` | ` namespace ` , ` clusterid ` |
317
334
318
335
Example:
You can’t perform that action at this time.
0 commit comments