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
|
- 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
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue