yangjf2019 commented on code in PR #425: URL: https://github.com/apache/flink-kubernetes-operator/pull/425#discussion_r1013676491
########## docs/content/docs/custom-resource/reference.md: ########## @@ -67,7 +67,7 @@ This page serves as a full reference for FlinkDeployment custom resource definit | Parameter | Type | Docs | | ----------| ---- | ---- | | job | org.apache.flink.kubernetes.operator.api.spec.JobSpec | Job specification for application deployments/session job. Null for session clusters. | -| restartNonce | java.lang.Long | Nonce used to manually trigger restart for the cluster/session job. In order to trigger restart, change the number to anything other than the current value. | +| restartNonce | java.lang.Long | Nonce used to manually trigger restart for the cluster/session job. In order to trigger restart, change the number to anything other than the current value. | Review Comment: > The reference page is generated based on JavaDocs, you need to fix it there, you cannot edit this page directly Okay, Thanks for your review ,I got it, and will update it. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
