Tomek Kulczynski
|
290c7b94ef
|
Make nodecontroller configure nodes' pod IP ranges
|
2015-05-05 16:10:42 -07:00 |
Clayton Coleman
|
c07896ee35
|
Merge pull request #7509 from deads2k/deads-has-any
add StringSet.HasAny
|
2015-05-04 16:21:33 -04:00 |
Eric Paris
|
6b3a6e6b98
|
Make copyright ownership statement generic
Instead of saying "Google Inc." (which is not always correct) say "The
Kubernetes Authors", which is generic.
|
2015-05-01 17:49:56 -04:00 |
deads2k
|
f258717f26
|
add StringSet.HasAny
|
2015-04-29 16:55:43 -04:00 |
Daniel Smith
|
a2953fdc7e
|
Make endpoint controller use framework
|
2015-04-17 15:21:51 -07:00 |
Tim Hockin
|
063ff6677c
|
Merge pull request #4422 from derekwaynecarr/set_difference
Set should have a difference function
|
2015-02-13 14:16:28 -08:00 |
derekwaynecarr
|
e7a0340ad7
|
Set should have a difference function
|
2015-02-13 15:39:56 -05:00 |
deads2k
|
2dcaab75f5
|
allow dots in config set
|
2015-02-13 13:11:42 -05:00 |
deads2k
|
5b8e38a665
|
make StringSet.Delete accept multiple items
|
2015-01-20 14:42:10 -05:00 |
Deyuan Deng
|
762e9a0f57
|
Create a backgroud task to register static list of machines.
|
2014-11-20 20:22:32 -05:00 |
Daniel Smith
|
aa92dd7fb2
|
Add go fuzzer in preparation for testing. Also gofmt a few files that needed it.
|
2014-07-27 14:54:48 -07:00 |
Danny Jones
|
136c9e112c
|
Renames HasAll to IsSuperset; HasAll uses slice.
For the pedants. HasAll is now called IsSuperset and
the new HasAll method takes a slice instead of a set.
|
2014-07-18 13:58:43 -07:00 |
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 |
Kouhei Ueno
|
93def86a9e
|
fix go lint errors in util
|
2014-07-11 21:04:34 +09:00 |
Daniel Smith
|
50bbf39925
|
improvements to integration test organization
|
2014-07-01 14:02:14 -07:00 |
Tim Hockin
|
b65d685a39
|
Add a NewStringSet() function
Also beef up tests to cover len(ss).
|
2014-06-28 19:36:44 -07:00 |
Daniel Smith
|
3d1e8a92d3
|
Move stringSet to util.StringSet
|
2014-06-28 11:46:51 -07:00 |