Aitozi commented on code in PR #176: URL: https://github.com/apache/flink-kubernetes-operator/pull/176#discussion_r857045553
########## docs/content/docs/custom-resource/reference.md: ########## @@ -160,26 +160,41 @@ This page serves as a full reference for FlinkDeployment custom resource definit ## Status +### CommonStatus +**Class**: org.apache.flink.kubernetes.operator.crd.status.CommonStatus + +**Description**: Last observed common status of the Flink deployment/Flink SessionJob. + +| Parameter | Type | Docs | +| ----------| ---- | ---- | +| jobStatus | org.apache.flink.kubernetes.operator.crd.status.JobStatus | Last observed status of the Flink job on Application/Session cluster. | +| error | java.lang.String | Error information about the FlinkDeployment/FlinkSessionJob. | Review Comment: I also confused here, what‘s the expect content here? Do we need to display the `FlinkDeploymentReconciliationStatus` fileds include (in the parent) directly and skip the abstract classes -- 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]
