Fix error messages for missing traffic targets. (#1556)

* Fix error messages for missing traffic targets.

* Add tests for uncovered new functions

* Update per PR feedback

* Add missed files.

* Update per PR feedback.
This commit is contained in:
Nghia Tran 2018-07-11 20:47:34 -07:00 committed by Google Prow Robot
parent 1f4b8af54c
commit a851d2b718
1 changed files with 3 additions and 3 deletions

View File

@ -343,7 +343,7 @@ status:
- type: Ready
status: False
reason: RevisionMissing
message: "The configuration 'abc' does not have a LatestReadyRevision."
message: "Configuration 'abc' does not have a LatestReadyRevision."
```
```http
@ -360,11 +360,11 @@ status:
- type: Ready
status: False
reason: RevisionMissing
message: "The configuration 'abc' does not have a LatestReadyRevision."
message: "Configuration 'abc' does not have a LatestReadyRevision."
- type: RoutesReady
status: False
reason: RevisionMissing
message: "The configuration 'abc' does not have a LatestReadyRevision."
message: "Configuration 'abc' does not have a LatestReadyRevision."
- type: ConfigurationsReady
status: True
```