mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-12-15 20:37:39 +00:00
Add TerminationGracePeriodSeconds to API
Set defaulting for pod spec
This commit is contained in:
@@ -212,7 +212,7 @@ func TestEtcdUpdateStatus(t *testing.T) {
|
||||
key, _ := storage.KeyFunc(ctx, "foo")
|
||||
key = etcdtest.AddPrefix(key)
|
||||
pvStart := validNewPersistentVolume("foo")
|
||||
fakeClient.Set(key, runtime.EncodeOrDie(testapi.Codec(), pvStart), 1)
|
||||
fakeClient.Set(key, runtime.EncodeOrDie(testapi.Codec(), pvStart), 0)
|
||||
|
||||
pvIn := &api.PersistentVolume{
|
||||
ObjectMeta: api.ObjectMeta{
|
||||
|
||||
Reference in New Issue
Block a user