package
0.0.0-20221205081027-fb1d94189521
Repository: https://github.com/ti-net2/apiserver.git
Documentation: pkg.go.dev

# Packages

Package etcd has a generic implementation of a registry that stores things in etcd.
Package rest has generic implementations of resources used for REST responses.
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 resource-specific 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.