]> git.proxmox.com Git - pve-storage.git/commit
pbs: reuse pve apiclient for api connect helper
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Dec 2020 08:53:38 +0000 (09:53 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 1 Dec 2020 18:22:47 +0000 (19:22 +0100)
commit2f9eb6dc4c901667f212ca9818e900932c0b50ac
tree70b727b497d973172963905dbce5b3d064665fff
parentf3ccd0ef3d6b3d3031b64f514d997fd9c25a873b
pbs: reuse pve apiclient for api connect helper

it is flexible enough to easily do so, and should do well until we
actually have cheap native bindings (e.g., through wolfgangs rust
permlod magic).

Make it a private helper, we do *not* want to expose it directly for
now.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/Storage/PBSPlugin.pm
debian/control