Add TerminationGracePeriodSeconds to API
Set defaulting for pod spec
This commit is contained in:
@@ -37,6 +37,7 @@ var testTTL uint64 = 60
|
||||
|
||||
func newStorage(t *testing.T) (*REST, *tools.FakeEtcdClient) {
|
||||
etcdStorage, fakeClient := registrytest.NewEtcdStorage(t)
|
||||
fakeClient.HideExpires = true
|
||||
return NewREST(etcdStorage, testTTL), fakeClient
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user