Added UndeltaStore.
This will be used to connect Reflector to kubelet update channel. Added testing.
This commit is contained in:
5
pkg/client/cache/store_test.go
vendored
5
pkg/client/cache/store_test.go
vendored
@@ -107,3 +107,8 @@ func TestCache(t *testing.T) {
|
||||
func TestFIFOCache(t *testing.T) {
|
||||
doTestStore(t, NewFIFO())
|
||||
}
|
||||
|
||||
func TestUndeltaStore(t *testing.T) {
|
||||
nop := func([]interface{}) {}
|
||||
doTestStore(t, NewUndeltaStore(nop))
|
||||
}
|
||||
|
Reference in New Issue
Block a user