mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Merge pull request #31368 from whiteinge/netapi-client-list
Update list of netapi clients for autoclass
This commit is contained in:
commit
8d0498eff4
1 changed files with 2 additions and 1 deletions
|
@ -42,4 +42,5 @@ simply by creating a data structure. (And this is exactly how much of Salt's
|
|||
own internals work!)
|
||||
|
||||
.. autoclass:: salt.netapi.NetapiClient
|
||||
:members: local, local_async, local_batch, runner, wheel
|
||||
:members: local, local_async, local_batch, ssh, ssh_async, runner,
|
||||
runner_async, wheel, wheel_async
|
||||
|
|
Loading…
Add table
Reference in a new issue