mirror of
https://github.com/kubevirt/kubevirt.core.git
synced 2026-03-27 03:13:10 +00:00
cleanup,doc(inventory): Add missing docstring
Add missing docstring for the _connections_compatibility method. Signed-off-by: Felix Matouschek <fmatouschek@redhat.com>
This commit is contained in:
@@ -423,6 +423,10 @@ class InventoryModule(BaseInventoryPlugin, Constructable, Cacheable):
|
|||||||
self._populate_inventory(results, opts)
|
self._populate_inventory(results, opts)
|
||||||
|
|
||||||
def _connections_compatibility(self, config_data: Dict) -> None:
|
def _connections_compatibility(self, config_data: Dict) -> None:
|
||||||
|
"""
|
||||||
|
_connections_compatibility ensures compatibility with the connection
|
||||||
|
parameter found in earlier versions of this inventory plugin (<1.5.0).
|
||||||
|
"""
|
||||||
collection_name = "kubevirt.core"
|
collection_name = "kubevirt.core"
|
||||||
version_removed_in = "3.0.0"
|
version_removed_in = "3.0.0"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user