Introduce new diff flag --ignore-status-field which can be used to ignore the top-level .status field when comparing diffs.
In some cases when performing a diff on resources the only shown change is the .status field. Seeing as this field is only updated on the live object, it doesn't make much sense to show a diff of it.
Introduce new diff flag
--ignore-status-field
which can be used to ignore the top-level.status
field when comparing diffs.In some cases when performing a diff on resources the only shown change is the
.status
field. Seeing as this field is only updated on the live object, it doesn't make much sense to show a diff of it.