//
pkg.gl
Category
github.com/aliyuncontainerservice/kubernetes
pkg
registry
core
service
allocator
storage
package
1.7.0-alpha.1
Repository:
https://github.com/aliyuncontainerservice/kubernetes.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
14
Dependents
0
Files
187 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.