davidradl commented on code in PR #749: URL: https://github.com/apache/flink-kubernetes-operator/pull/749#discussion_r1907351607
########## docs/content/docs/custom-resource/reference.md: ########## @@ -248,6 +248,7 @@ This page serves as a full reference for FlinkDeployment custom resource definit | jobManagerDeploymentStatus | org.apache.flink.kubernetes.operator.api.status.JobManagerDeploymentStatus | Last observed status of the JobManager deployment. | | reconciliationStatus | org.apache.flink.kubernetes.operator.api.status.FlinkDeploymentReconciliationStatus | Status of the last reconcile operation. | | taskManager | org.apache.flink.kubernetes.operator.api.status.TaskManagerInfo | Information about the TaskManagers for the scale subresource. | +| conditions | io.fabric8.kubernetes.api.model.Condition | The conditions array is a set of types with a status that make up the computed state of a FlinkDeployment at any time | Review Comment: where is this text from? -- 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]
