Delegate NodeProxyCreator
Creates a NodeSshProxy<TMetadata> for the specified host and server name, configuring logging and the credentials as specified by the global command line options.
Namespace: Neon.Kube.Proxy
Assembly: Neon.Kube.dll
Syntax
public delegate NodeSshProxy<NodeDefinition> NodeProxyCreator(string name, IPAddress address)
Parameters
Type | Name | Description |
---|---|---|
string | name | The node name. |
IPAddress | address | The node's private IP address. |
Returns
Type | Description |
---|---|
NodeSshProxy<NodeDefinition> |