Skip to content

Commit

Permalink
docs: merge topology and topology_request page
Browse files Browse the repository at this point in the history
  • Loading branch information
lgfa29 committed Jun 14, 2022
1 parent 842b0bd commit d764ddd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 63 deletions.
57 changes: 0 additions & 57 deletions website/content/docs/other-specifications/volume/topology.mdx

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ provider may return an error or may be silently removed by the plugin.

- `preferred` <code>([Topology][topology]: nil)</code> - Indicate that you
would prefer the storage provider to create the volume in one of the provided
topologies. Only allowed on **volume registration**.
topologies. Only allowed on **volume creation**.

### `topology` Parameters

- `segments` `(map[string]string)` - A map of location types to their values.
The specific fields required are defined by the CSI plugin.

## `topology_request` Examples

Expand All @@ -74,4 +79,4 @@ topology_request {
}
```

[topology]: /docs/other-specifications/volume/topology
[topology]: #topology-parameters
4 changes: 0 additions & 4 deletions website/data/docs-nav-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1440,10 +1440,6 @@
"title": "mount_options",
"path": "other-specifications/volume/mount_options"
},
{
"title": "topology",
"path": "other-specifications/volume/topology"
},
{
"title": "topology_request",
"path": "other-specifications/volume/topology_request"
Expand Down

0 comments on commit d764ddd

Please sign in to comment.