Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request
This PR is adding additional column showing current run "Status" of the Workspace resources when listing them via kubectl get. This helps the users see the current status of the resource without the need to extract it from the status of the resource. The PR contains changes for the "Age" column as well because this column was shown by default before the "Status" column was added. This PR needs to be rebased once the PR #129 is merged to remove most of the changes in the CRD.
Output:
$ kubectl get workspace
NAME AGE STATUS
test 143m applied
Community Note
This PR is adding additional column showing current run "Status" of the
Workspace
resources when listing them viakubectl get
. This helps the users see the current status of the resource without the need to extract it from the status of the resource. The PR contains changes for the "Age" column as well because this column was shown by default before the "Status" column was added. This PR needs to be rebased once the PR #129 is merged to remove most of the changes in the CRD.Output:
Release note for CHANGELOG: