Use Patch instead of UpdateStatus.

This commit is contained in:
Lantao Liu
2016-05-30 19:22:32 -07:00
parent 3785e2b218
commit 8759e4d610
7 changed files with 53 additions and 292 deletions
+2
View File
@@ -195,6 +195,8 @@ func defaultCondition() types.Condition {
Type: KernelDeadlockCondition,
Status: false,
Transition: time.Now(),
Reason: "KernelHasNoDeadlock",
Message: "kernel has no deadlock",
}
}