Added unit tests for incrementing usage

This commit is contained in:
derekwaynecarr
2015-01-26 13:43:55 -05:00
parent 4887d71c51
commit 9674f08504
4 changed files with 354 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ type FakeAction struct {
type Fake struct {
Actions []FakeAction
PodsList api.PodList
CtrlList api.ReplicationControllerList
Ctrl api.ReplicationController
ServiceList api.ServiceList
EndpointsList api.EndpointsList