You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -66,7 +82,7 @@ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom r
66
82
| ----------| ---- | ---- |
67
83
| job | org.apache.flink.kubernetes.operator.api.spec.JobSpec | Job specification for application deployments/session job. Null for session clusters. |
68
84
| restartNonce | java.lang.Long | Nonce used to manually trigger restart for the cluster/session job. In order to trigger restart, change the number to a different non-null value. |
69
-
| flinkConfiguration |java.util.Map<java.lang.String,java.lang.String>| Flink configuration overrides for the Flink deployment or Flink session job. |
85
+
| flinkConfiguration |org.apache.flink.kubernetes.operator.api.spec.ConfigObjectNode| Flink configuration overrides for the Flink deployment or Flink session job. |
70
86
| image | java.lang.String | Flink docker image used to start the Job and TaskManager pods. |
71
87
| imagePullPolicy | java.lang.String | Image pull policy of the Flink docker image. |
72
88
| serviceAccount | java.lang.String | Kubernetes service used by the Flink deployment. |
@@ -87,7 +103,7 @@ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom r
87
103
| ----------| ---- | ---- |
88
104
| job | org.apache.flink.kubernetes.operator.api.spec.JobSpec | Job specification for application deployments/session job. Null for session clusters. |
89
105
| restartNonce | java.lang.Long | Nonce used to manually trigger restart for the cluster/session job. In order to trigger restart, change the number to a different non-null value. |
90
-
| flinkConfiguration |java.util.Map<java.lang.String,java.lang.String>| Flink configuration overrides for the Flink deployment or Flink session job. |
106
+
| flinkConfiguration |org.apache.flink.kubernetes.operator.api.spec.ConfigObjectNode| Flink configuration overrides for the Flink deployment or Flink session job. |
91
107
| deploymentName | java.lang.String | The name of the target session cluster deployment. |
0 commit comments