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:
committed by
Alena Prokharchyk
parent
dc275ce6be
commit
59b8267bac
@@ -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"`
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user