mirror of
https://github.com/openshift/community.okd.git
synced 2026-05-07 21:52:37 +00:00
Add openshift connection plugin, update inventory plugin to use it (#18)
This commit is contained in:
committed by
GitHub
parent
1b08450b19
commit
5a1396e54e
@@ -124,6 +124,7 @@ except ImportError:
|
||||
class InventoryModule(K8sInventoryModule):
|
||||
NAME = 'community.okd.openshift'
|
||||
|
||||
connection_plugin = 'community.okd.oc'
|
||||
transport = 'oc'
|
||||
|
||||
def fetch_objects(self, connections):
|
||||
|
||||
Reference in New Issue
Block a user