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

add new fields and action to multi cluster app

This commit is contained in:
kinarashah
2019-01-02 10:42:59 -08:00
committed by Alena Prokharchyk
parent 93dc9ff0d6
commit 167329b41c
4 changed files with 51 additions and 6 deletions

View File

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