kubernetes/pkg/util
Danny Jones 2d9bad95f8 Added HasAll utility method for string set.
Added HasAll method which detects if one set contains all
of the memebers of another set.

A.HasAll(B) returns true if A is a superset of B.
2014-07-18 13:19:55 -07:00
..
config Create a configuration update utility 2014-07-16 14:13:25 -04: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
fake_handler_test.go Fix boilerplate everywhere 2014-06-23 11:32:11 -07:00
fake_handler.go fix go lint errors in util 2014-07-11 21:04:34 +09:00
logs.go fix go lint errors in util 2014-07-10 17:32:42 -07:00
set_test.go Added HasAll utility method for string set. 2014-07-18 13:19:55 -07:00
set.go Added HasAll utility method for string set. 2014-07-18 13:19:55 -07:00
stringlist_test.go Fix boilerplate everywhere 2014-06-23 11:32:11 -07:00
stringlist.go Fix boilerplate everywhere 2014-06-23 11:32:11 -07:00
util_test.go Fix go idiom feedback 2014-07-11 11:43:42 -07:00
util.go Fix go idiom feedback 2014-07-11 11:43:42 -07:00
validation_test.go Simplify DNS validation checks 2014-07-08 15:14:17 -07:00
validation.go fix go lint errors in util 2014-07-11 21:04:34 +09:00