Skip to content

Commit 43c2462

Browse files
committed
javadocs fix
Signed-off-by: Attila Mészáros <[email protected]>
1 parent 17030be commit 43c2462

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

docs/content/docs/custom-resource/reference.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,22 @@ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom r
5757
| Parameter | Type | Docs |
5858
| ----------| ---- | ---- |
5959

60+
### ConfigObjectNode
61+
**Class**: org.apache.flink.kubernetes.operator.api.spec.ConfigObjectNode
62+
63+
**Description**:
64+
65+
| Parameter | Type | Docs |
66+
| ----------| ---- | ---- |
67+
68+
### ConfigObjectNodeDeserializer
69+
**Class**: org.apache.flink.kubernetes.operator.api.spec.ConfigObjectNodeDeserializer
70+
71+
**Description**: Allows to deserialize to ConfigObjectNode.
72+
73+
| Parameter | Type | Docs |
74+
| ----------| ---- | ---- |
75+
6076
### FlinkDeploymentSpec
6177
**Class**: org.apache.flink.kubernetes.operator.api.spec.FlinkDeploymentSpec
6278

@@ -66,7 +82,7 @@ This serves as a full reference for FlinkDeployment and FlinkSessionJob custom r
6682
| ----------| ---- | ---- |
6783
| job | org.apache.flink.kubernetes.operator.api.spec.JobSpec | Job specification for application deployments/session job. Null for session clusters. |
6884
| 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. |
7086
| image | java.lang.String | Flink docker image used to start the Job and TaskManager pods. |
7187
| imagePullPolicy | java.lang.String | Image pull policy of the Flink docker image. |
7288
| 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
87103
| ----------| ---- | ---- |
88104
| job | org.apache.flink.kubernetes.operator.api.spec.JobSpec | Job specification for application deployments/session job. Null for session clusters. |
89105
| 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. |
91107
| deploymentName | java.lang.String | The name of the target session cluster deployment. |
92108

93109
### FlinkStateSnapshotSpec

0 commit comments

Comments
 (0)