mirror of
https://github.com/rancher/types.git
synced 2025-07-19 07:46:25 +00:00
add stdout and stderr to app
This commit is contained in:
parent
c1cf022f69
commit
d8329e8b0e
@ -31,6 +31,8 @@ var (
|
||||
)
|
||||
|
||||
type AppStatus struct {
|
||||
StdOutput []string `json:"stdOutput,omitempty"`
|
||||
StdError []string `json:"stdError,omitempty"`
|
||||
Releases []ReleaseInfo `json:"releases,omitempty"`
|
||||
Conditions []AppCondition `json:"conditions,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user