1
0
mirror of https://github.com/rancher/types.git synced 2025-09-18 16:10:58 +00:00

add state to target of multiclusterapp

This commit is contained in:
kinarashah
2019-02-15 16:01:49 -08:00
committed by Alena Prokharchyk
parent dc275ce6be
commit 59b8267bac

View File

@@ -43,6 +43,7 @@ type MultiClusterAppStatus struct {
type Target struct {
ProjectName string `json:"projectName,omitempty" norman:"type=reference[project],required"`
AppName string `json:"appName,omitempty" norman:"type=reference[v3/projects/schemas/app]"`
State string `json:"state,omitempty"`
Healthstate string `json:"healthState,omitempty"`
}