Type Alias bollard::secret::Topology

source ·
pub type Topology = HashMap<String, Option<Vec<PortBinding>>>;
Expand description

A map of topological domains to topological segments. For in depth details, see documentation for the Topology object in the CSI specification.

Aliased Type§

struct Topology { /* private fields */ }