forked from istio/istio
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove outdated time diff info for istioctl ps command. (istio#16477)
* Remove outdated time diff info for istioctl proxy-status command. * goimports format fix * Display 'STALE (Never Acknowledged)' when there is never acknowledged
- Loading branch information
1 parent
836395c
commit cdb896e
Showing
6 changed files
with
56 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
NAME CDS LDS EDS RDS PILOT VERSION | ||
proxy1 STALE (1h0m0s) SYNCED SYNCED NOT SENT pilot1 1.1 | ||
proxy2 STALE (1h0m0s) SYNCED STALE (1h0m0s) SYNCED pilot2 1.1 | ||
proxy1 STALE SYNCED SYNCED NOT SENT pilot1 1.1 | ||
proxy2 STALE SYNCED STALE SYNCED pilot2 1.1 | ||
proxy3 STALE (Never Acknowledged) NOT SENT STALE (Never Acknowledged) SYNCED pilot3 1.1 | ||
|
6 changes: 3 additions & 3 deletions
6
istioctl/pkg/writer/pilot/testdata/multiStatusSinglePilot.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
NAME CDS LDS EDS RDS PILOT VERSION | ||
proxy1 STALE (1h0m0s) SYNCED SYNCED NOT SENT pilot1 1.1 | ||
proxy2 STALE (1h0m0s) SYNCED STALE (1h0m0s) SYNCED pilot1 1.1 | ||
NAME CDS LDS EDS RDS PILOT VERSION | ||
proxy1 STALE SYNCED SYNCED NOT SENT pilot1 1.1 | ||
proxy2 STALE SYNCED STALE SYNCED pilot1 1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
NAME CDS LDS EDS RDS PILOT VERSION | ||
proxy2 STALE (1h0m0s) SYNCED STALE (1h0m0s) SYNCED pilot2 1.1 | ||
NAME CDS LDS EDS RDS PILOT VERSION | ||
proxy2 STALE SYNCED STALE SYNCED pilot2 1.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
NAME CDS LDS EDS RDS PILOT VERSION | ||
proxy2 STALE (1h0m0s) SYNCED STALE (1h0m0s) SYNCED pilot2 1.1* | ||
NAME CDS LDS EDS RDS PILOT VERSION | ||
proxy2 STALE SYNCED STALE SYNCED pilot2 1.1* |