Add check for k8s condition (#1412)
This commit is contained in:
@@ -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"`
|
||||
|
Reference in New Issue
Block a user