feat(crd): update crd type

This commit is contained in:
2024-11-30 20:52:12 +03:30
parent b0ff04126a
commit 412a5292cb
9 changed files with 43 additions and 32 deletions

View File

@@ -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: