daemon: added initial podman node support
This commit is contained in:
parent
c76bc2ee8a
commit
a80796ac72
15 changed files with 310 additions and 35 deletions
|
@ -964,9 +964,7 @@ class CoreGrpcClient:
|
|||
:return: config service defaults
|
||||
"""
|
||||
request = GetConfigServiceDefaultsRequest(
|
||||
name=name,
|
||||
session_id=session_id,
|
||||
node_id=node_id,
|
||||
name=name, session_id=session_id, node_id=node_id
|
||||
)
|
||||
response = self.stub.GetConfigServiceDefaults(request)
|
||||
return wrappers.ConfigServiceDefaults.from_proto(response)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue