[
https://issues.apache.org/jira/browse/FLINK-30405?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17682099#comment-17682099
]
Márton Balassi commented on FLINK-30405:
----------------------------------------
[~morhidi] do you mind if [~zch93] takes a stab at this (expecting it getting
merged this week)?
Additional context on printer columns:
https://kubernetes.io/docs/tasks/extend-kubernetes/custom-resources/custom-resource-definitions/#additional-printer-columns
So we want the ResourceLifyCycle to show up for running flink custom resources
when running e.g.:
{noformat}
kubectl get flinkdeployments
{noformat}
> Add ResourceLifecycleStatus to CommonStatus and printer column
> ---------------------------------------------------------------
>
> Key: FLINK-30405
> URL: https://issues.apache.org/jira/browse/FLINK-30405
> Project: Flink
> Issue Type: Improvement
> Components: Kubernetes Operator
> Reporter: Gyula Fora
> Assignee: Matyas Orhidi
> Priority: Major
> Labels: starter
> Fix For: kubernetes-operator-1.4.0
>
>
> The CommonStatus api already contains a getter for the ResourceLifecycleState
> of a Flink resource.
> We should remove the JsonIgnore annotation to expose this in the status.
> We should also expose this as a printer column instread of the reconciliation
> status that is used currently.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)