Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { // TCPTargetNetworks is the set of networks that host Trireme. TCPTargetNetworks []string // UDPTargetNetworks is the set of UDP networks that host Trireme. UDPTargetNetworks []string // ExcludedNetworks is the list of networks that must be excxluded from any enforcement. ExcludedNetworks []string // LogLevel sets loglevel. LogLevel constants.LogLevel }
Configuration is configuration parameters that can be safely updated for the controller after it is started
func (*Configuration) DeepCopy ¶
func (c *Configuration) DeepCopy() *Configuration
DeepCopy copies the configuration and avoids locking issues.
Click to show internal directories.
Click to hide internal directories.