Skip to content

Commit 0589062

Browse files
authored
Update plugin README and rST index with DF modules (#14)
Signed-off-by: Webster Mudge <[email protected]>
1 parent d95ffda commit 0589062

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docsrc/index.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ cloudera.cloud Ansible Collection
1414
datahub_cluster <datahub_cluster>
1515
datahub_cluster_info <datahub_cluster_info>
1616
datahub_template_info <datahub_template_info>
17+
df <df>
18+
df_info <df_info>
1719
dw_cluster <dw_cluster>
1820
dw_cluster_info <dw_cluster_info>
1921
env <env>

plugins/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ modules employ the underlying SDK contained within the `cdpy` Python package.
1616
| [datalake](./modules/datalake.py) | Create, manage, and destroy CDP Datalakes |
1717
| [datalake_info](./modules/datalake_info.py) | Gather information about CDP Datalakes |
1818
| [datalake_runtime_info](./modules/datalake_runtime_info.py) | Gather information about CDP Datalake Runtimes |
19+
| [df](./modules/df.py) | Enable or disable CDP DataFlow services |
20+
| [df_info](./modules/df_info.py) | Gather information about CDP DataFlow services |
1921
| [dw_cluster](./modules/dw_cluster.py) | Create, manage, and destroy CDP Data Warehouse experiences |
2022
| [dw_cluster_info](./modules/dw_cluster_info.py) | Gather information about CDP Data Warehouse experiences |
2123
| [env](./modules/env.py) | Create, manage, and destroy CDP Environments |

0 commit comments

Comments
 (0)