mirror of
https://github.com/rancher/types.git
synced 2025-08-31 21:00:16 +00:00
add stdout and stderr to app
This commit is contained in:
committed by
Darren Shepherd
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"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user