This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
kubernetes
Watch
1
Star
0
Fork
0
You've already forked kubernetes
mirror of
https://github.com/k3s-io/kubernetes.git
synced
2025-12-25 04:44:38 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
55c2d6bbbbce373d2e549ba7448db9b070d19749
kubernetes
/
pkg
/
tools
History
Daniel Smith
94e736e286
Merge pull request
#2009
from smarterclayton/unify_meta
...
Unify Accessor for ObjectMeta/TypeMeta/ListMeta
2014-10-29 09:58:46 -07:00
..
doc.go
Move etcd helpers to tools package so they can depend on api package. Add ResourceVersion, hook it up to etcd index to get atomic PUTs.
2014-07-02 15:42:05 -07:00
etcd_tools_test.go
Begin to unify ResourceVersioner and SelfLinker
2014-10-27 16:00:55 -04:00
etcd_tools_watch_test.go
Refactor tests to split ObjectMeta from TypeMeta
2014-10-24 11:22:21 -04:00
etcd_tools_watch.go
Make ResourceVersion a string internally instead of uint64
2014-10-07 19:00:26 -04:00
etcd_tools.go
Use conversion.EnforcePtr() where appropriate
2014-10-28 16:36:09 +01:00
fake_etcd_client.go
Add generic registry object so we can stop rewriting this code
2014-10-10 15:46:49 -07:00