feat(crd): update crd type
This commit is contained in:
14
crds.yaml
14
crds.yaml
@@ -13,7 +13,7 @@ spec:
|
||||
- lfj
|
||||
scope: Namespaced
|
||||
versions:
|
||||
- name: v1beta1
|
||||
- name: v1alpha1
|
||||
served: true
|
||||
storage: true
|
||||
schema:
|
||||
@@ -22,15 +22,23 @@ spec:
|
||||
properties:
|
||||
spec:
|
||||
type: object
|
||||
required:
|
||||
- key
|
||||
- jarUri
|
||||
properties:
|
||||
jobName:
|
||||
key:
|
||||
type: string
|
||||
jobClass:
|
||||
name:
|
||||
type: string
|
||||
entryClass:
|
||||
type: string
|
||||
parallelism:
|
||||
type: integer
|
||||
jarUri:
|
||||
type: string
|
||||
savepointInterval:
|
||||
type: string
|
||||
format: duration
|
||||
flinkConfiguration:
|
||||
type: object
|
||||
additionalProperties:
|
||||
|
||||
Reference in New Issue
Block a user