feat: support multiple operator in single namespace
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
apiVersion: apiextensions.k8s.io/v1
|
||||
kind: CustomResourceDefinition
|
||||
metadata:
|
||||
name: flink-jobs.flink.logicamp.tech
|
||||
name: flink-jobs.flink.logicamp.dev
|
||||
spec:
|
||||
group: flink.logicamp.tech
|
||||
group: flink.logicamp.dev
|
||||
names:
|
||||
kind: FlinkJob
|
||||
plural: flink-jobs
|
||||
@@ -30,6 +30,9 @@ spec:
|
||||
type: string
|
||||
name:
|
||||
type: string
|
||||
flinkCluster:
|
||||
type: string
|
||||
description: "Identifier of the Flink cluster that manages this job. Defaults to the OPERATOR_ID (usually the Helm release name) if not set."
|
||||
entryClass:
|
||||
type: string
|
||||
parallelism:
|
||||
|
||||
Reference in New Issue
Block a user