feat(managed-job): add args and parallelism param to run flink job method
This commit is contained in:
@@ -16,6 +16,7 @@ type FlinkJobSpec struct {
|
||||
JarURI string `json:"jarUri"`
|
||||
SavepointInterval metaV1.Duration `json:"savepointInterval"`
|
||||
EntryClass string `json:"entryClass"`
|
||||
Args []string `json:"args"`
|
||||
}
|
||||
|
||||
type FlinkJobStatus struct {
|
||||
|
||||
Reference in New Issue
Block a user