Versions in this module Expand all Collapse all v0 v0.0.3 Jan 23, 2024 Changes in this version + func GetValue(resource Resource, key string) ([]byte, error) + func ResourcePrefix(prefix Resource, name string) string + type ReplicaSet = []*combine + func GetRevisionRange(resource Resource, key string) (ReplicaSet, error) + type Resource = string + const Merges + type Value = []byte + func GetRevision(resource Resource, key string, version int64) (Value, error) v0.0.2 Jan 15, 2024 Changes in this version + const CommonPrefix + func CloseEtcdClient() error + func Del(resource EtcdResource, key string) error + func Get(resource EtcdResource, key string) (bytes []byte, err error) + func InitEtcdClient(cfg *config.Config) error + func Put(resource EtcdResource, key string, value *string) error + type DelKey struct + Key string + Resource EtcdResource + type EtcdResource string + const Containers + const Gpus + const Ports + const Versions + const Volumes + type PutKeyValue struct + Key string + Resource EtcdResource + Value *string