mirror of https://github.com/knative/docs.git
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:
parent
1f4b8af54c
commit
a851d2b718
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue