package
0.0.0-20180911130330-d3ccc4fb1d66
Repository: https://github.com/rglyons/kube-arangodb.git
Documentation: pkg.go.dev

# Packages

Package etcd has a generic implementation of a registry that stores things in etcd.
No description provided by the author

# Functions

AdObjectMetaField add fields that represent the ObjectMeta to source.
MergeFieldsSets merges a fields'set from fragment into the source.
NewRawStorage creates the low level kv storage.
ObjectMetaFieldsSet returns a fields that represent the ObjectMeta.
UndecoratedStorage returns the given a new storage from the given config without any decoration.

# Structs

RESTOptions is set of configuration options to generic registries.
StoreOptions is set of configuration options used to complete generic registries.

# Interfaces

No description provided by the author

# Type aliases

StorageDecorator is a function signature for producing a storage.Interface and an associated DestroyFunc from given parameters.