-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove or Update the Description printer column #2978
Comments
…equal check Change how the comparison of the status of the object of HTTPProxy objects by ignoring the LastTransitionTime which is always updates on each DAG rebuild regardless if the status of object changed or not. Not ignoring this causes each status to be updated each time since the objects are always different for each DAG rebuild. Fixes projectcontour#2978 Signed-off-by: Steve Sloka <[email protected]>
This makes me wonder -- do we need to carry the Looks like the answer is JSONPath. |
We can't remove the field from the V1 API because it would be an incompatible change.
Yup; pretty sure that we could show all the errors in a printer column. We do need to rethink these for DetailedCondition. |
Seems like the consensus on #3523 was that we should update the Description column to summarize the Conditions somehow. |
Since merging #2962 we don't need the
Description
field in the printer columns since now it's either "valid" or "invalid". The description is redundant and doesn't offer any more information and we can remove the description.The text was updated successfully, but these errors were encountered: