You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understand correctly, clientnative.HAProxyClient is the interface that is used to manage HAProxy instance in this library.
I can see that, an operation like AddMapEntry is available via both *SingleRuntime.AddMapEntry and clientnative.HAProxyClient, link, hence a map entry can be added via clientnative.HAProxyClient.
How are we supposed to perform an operation like SetCertEntry from clientnative.HAProxyClient? link
Another observation is that runtimes is a private field, hence we can't directly access a SingleRuntime from clientnative.HAProxyClient. Is there a way that I overlooked? The end goal is to update certificates by using this library.
The text was updated successfully, but these errors were encountered:
If I understand correctly,
clientnative.HAProxyClient
is the interface that is used to manage HAProxy instance in this library.I can see that, an operation like
AddMapEntry
is available via both*SingleRuntime.AddMapEntry
andclientnative.HAProxyClient
, link, hence a map entry can be added viaclientnative.HAProxyClient
.How are we supposed to perform an operation like
SetCertEntry
fromclientnative.HAProxyClient
? linkAnother observation is that
runtimes
is a private field, hence we can't directly access aSingleRuntime
fromclientnative.HAProxyClient
. Is there a way that I overlooked? The end goal is to update certificates by using this library.The text was updated successfully, but these errors were encountered: