Gyula Fora created FLINK-36109: ---------------------------------- Summary: Improve FlinkStateSnapshot resource labels for efficient filtering Key: FLINK-36109 URL: https://issues.apache.org/jira/browse/FLINK-36109 Project: Flink Issue Type: Sub-task Components: Kubernetes Operator Reporter: Gyula Fora Fix For: kubernetes-operator-1.10.0
The new FlinkStateSnapshot CRs currently have the following label only: ``` snapshot.type: XY ``` We need to investigate if we can efficiently filter based on snapshot resource type (savepoint/checkpoint), target job etc. I am not sure if we can do this based on the spec directly or we need labels for it. Also we should probably rename the snapshot.type label to trigger.type to be more straightforward. -- This message was sent by Atlassian Jira (v8.20.10#820010)