Add check for k8s condition (#1412)

This commit is contained in:
Asim Aslam
2020-03-25 19:32:41 +00:00
committed by GitHub
parent 378d03eb66
commit 8d0826a031
2 changed files with 7 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ type DeploymentSpec struct {
// DeploymentCondition describes the state of deployment
type DeploymentCondition struct {
LastUpdate string `json:lastUpdateTime`
Type string `json:"type"`
reason string `json:"reason,omitempty"`
message string `json:"message,omitempty"`