Xin Hao created FLINK-32561: ------------------------------- Summary: Change the status field reconciliationTimestamp from long to Date Key: FLINK-32561 URL: https://issues.apache.org/jira/browse/FLINK-32561 Project: Flink Issue Type: Improvement Components: Kubernetes Operator Reporter: Xin Hao
Can we change the field `status.reconciliationStatus.reconciliationTimestamp` from long to date? At first, this is a broken change for the CRD. The benefit is that: # The date format is more human-readable, this is useful when we debug issues. # It will be easy to add this field into additionalPrinterColumns with date duration format. -- This message was sent by Atlassian Jira (v8.20.10#820010)