# Functions
NewBundle creates new storage for Bundles.
NewChart creates new storage for Charts.
NewClient produces new, configured etcd client.
NewInstance creates new Instances storage.
NewInstanceBindData returns new instance of BindData storage.
NewInstanceOperation returns new instance of InstanceOperation storage.
# Structs
Bundle implements etcd storage for Bundle entities.
Chart provides storage operations on Chart entity.
Config holds configuration for etcd access in storage.
Instance implements etcd based storage for Instance entities.
InstanceBindData implements etcd based storage for BindData.
InstanceOperation implements etcd based storage InstanceOperation.
# Interfaces
Client wraps etcd client for testing purposes.