//
pkg.gl
Category
github.com/divinerapier/learn-kubernetes
pkg
registry
core
service
allocator
storage
package
0.0.0-20191024030528-a481964b876e
Repository:
https://github.com/divinerapier/learn-kubernetes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
15
Dependents
1
Files
196 SLOC
#
Functions
NewEtcd
NewEtcd returns an allocator that is backed by Etcd and can manage persisting the snapshot state of allocation after each allocation is made.
#
Structs
Etcd
Etcd exposes a service.Allocator TODO: allow multiple allocations to be tried at once TODO: subdivide the keyspace to reduce conflicts TODO: investigate issuing a CAS without reading first.