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

Add transitioning field to container

This commit is contained in:
Darren Shepherd
2018-04-30 15:10:02 -07:00
parent 7d8da4b6ef
commit f781b5c3c4
2 changed files with 36 additions and 11 deletions

View File

@@ -494,6 +494,7 @@ func podTypes(schemas *types.Schemas) *types.Schemas {
EnvironmentFrom []EnvironmentFrom
InitContainer bool
State string
Transitioning string
TransitioningMessage string
ExitCode *int
RestartCount int