1
0
mirror of https://github.com/rancher/types.git synced 2025-08-31 21:00:16 +00:00

add migrated conditions

This commit is contained in:
Daishan Peng
2018-08-30 15:09:00 -07:00
committed by Darren Shepherd
parent eb5a4fd55a
commit 6b3463d9ba

View File

@@ -29,6 +29,7 @@ type AppSpec struct {
var (
AppConditionInstalled condition.Cond = "Installed"
AppConditionMigrated condition.Cond = "Migrated"
)
type AppStatus struct {