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