Skip to content

Commit f1d634d

Browse files
committed
FLINK-37179 - remove priority: 0 from CRDs
1 parent 379c690 commit f1d634d

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

helm/flink-kubernetes-operator/crds/flinkdeployments.flink.apache.org-v1.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ spec:
1717
- description: Last observed state of the job.
1818
jsonPath: .status.jobStatus.state
1919
name: Job Status
20-
priority: 0
2120
type: string
2221
- description: "Lifecycle state of the Flink resource (including being rolled\
2322
\ back, failed etc.)."
2423
jsonPath: .status.lifecycleState
2524
name: Lifecycle State
26-
priority: 0
2725
type: string
2826
name: v1beta1
2927
schema:

helm/flink-kubernetes-operator/crds/flinksessionjobs.flink.apache.org-v1.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,11 @@ spec:
1717
- description: Last observed state of the job.
1818
jsonPath: .status.jobStatus.state
1919
name: Job Status
20-
priority: 0
2120
type: string
2221
- description: "Lifecycle state of the Flink resource (including being rolled\
2322
\ back, failed etc.)."
2423
jsonPath: .status.lifecycleState
2524
name: Lifecycle State
26-
priority: 0
2725
type: string
2826
name: v1beta1
2927
schema:

helm/flink-kubernetes-operator/crds/flinkstatesnapshots.flink.apache.org-v1.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,14 @@ spec:
1717
- description: Final path of the snapshot.
1818
jsonPath: .status.path
1919
name: Path
20-
priority: 0
2120
type: string
2221
- description: Timestamp when the snapshot was last created/failed.
2322
jsonPath: .status.resultTimestamp
2423
name: Result Timestamp
25-
priority: 0
2624
type: string
2725
- description: Current state of the snapshot.
2826
jsonPath: .status.state
2927
name: Snapshot State
30-
priority: 0
3128
type: string
3229
name: v1beta1
3330
schema:

0 commit comments

Comments
 (0)