GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5461
[FLINK-8475][config][docs] Integrate Mesos options
## What is the purpose of the change
This PR integrates the Mesos `ConfigOptions` into the configuration docs
generator.
## Brief change log
* extend generator configuration to pick up
`MesosOptions`/`MesosTaskManagerParameters` classes in flink-mesos
* update generator file matching to accept `MesosTaskManagerParameters`
* Add missing descriptions to config options (derived from existing
description/javadocs)
* integrate mesos configuration tables into `config.md`
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 8475_mesos
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5461.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #5461
----
commit fe3a15693e355e1fa1facb6adb21061767c680d3
Author: zentol <chesnay@...>
Date: 2018-01-23T13:20:12Z
[FLINK-8475][config][docs] Integrate Mesos options
----
---