use requested service (#1413)

This commit is contained in:
Asim Aslam
2020-03-25 20:59:37 +00:00
committed by GitHub
parent 8d0826a031
commit 6efc5556e5
3 changed files with 8 additions and 8 deletions

View File

@@ -40,9 +40,9 @@ 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"`
Type string `json:"type"`
reason string `json:"reason,omitempty"`
message string `json:"message,omitempty"`
}
// DeploymentStatus is returned when querying deployment