gyfora commented on code in PR #176: URL: https://github.com/apache/flink-kubernetes-operator/pull/176#discussion_r857070424
########## 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 think from the users perspective it would be best to skip any abstract classes and only show the “child/leaf” classes in the hierarchy with all fields from the superclasses . -- 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]
