Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeCfg ¶
type NodeCfg struct { ID string `description:"Node ID. Defaults to the local hostname." barevalue:"yes"` DataDir string `description:"Directory in which to store node data." default:"/tmp/receptor"` FirewallRules []netceptor.FirewallRuleData `description:"Firewall rules, see documentation for syntax."` MaxIdleConnectionTimeout string `description:"Maximum duration with no traffic before a backend connection is timed out and refreshed."` ReceptorKubeSupportReconnect string ReceptorKubeClientsetQPS string ReceptorKubeClientsetBurst string ReceptorKubeClientsetRateLimiter string }
Click to show internal directories.
Click to hide internal directories.