Use the correct time field to estimate progress in deployments
This commit is contained in:
@@ -1055,9 +1055,9 @@ func TestDeploymentTimedOut(t *testing.T) {
|
||||
Status: extensions.DeploymentStatus{
|
||||
Conditions: []extensions.DeploymentCondition{
|
||||
{
|
||||
Type: condType,
|
||||
Status: status,
|
||||
LastTransitionTime: unversioned.Time{Time: from},
|
||||
Type: condType,
|
||||
Status: status,
|
||||
LastUpdateTime: unversioned.Time{Time: from},
|
||||
},
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user