Create sub and super configuration wrappers.

Description

Create wrapper configurations to represent live views of a subtree or parent tree of an existing configuration.

A subconfiguration will act like a subset of keys, but the subconfiguration will act as if the prefix of the subtree were removed. For example if a configuration contains foo.bar.example, in the subconfiguration for prefix foo.bar the same key would be accessible as example, and no keys outside that keyspace would be accessible.

A superconfiguration will act like a superset of keys, but the superonfiguration will act as a prefix were added to all keys. For example if a configuration contains example, in the superonfiguration for prefix foo.bar the same key would be accessible as foo.bar.example.

Environment

None

Activity

Show:
Fixed

Details

Assignee

Reporter

Fix versions

Priority

Created August 8, 2019 at 3:53 PM
Updated August 10, 2019 at 10:02 PM
Resolved August 10, 2019 at 10:02 PM