Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Waller ¶
type Waller struct { DockerClient *client.Client UseDefaultNetworks bool GatewayNetworks []string DefaultOutbound string DryRun bool SkipNetworks []string CurrentMetrics string MetricsDropHosts map[string]map[string]int M *sync.Mutex DNSKnownReverse map[string]map[string]bool ContainerIPSetIps map[string]dsutils.TTLCollection KnownContainers map[string]types.Container VerifiedAuthorizedDomains map[string]bool // contains filtered or unexported fields }
Waller Label based network filter constraints
func (*Waller) MetricsHandler ¶
func (s *Waller) MetricsHandler(w http.ResponseWriter, r *http.Request)
MetricsHandler return current metrics
Click to show internal directories.
Click to hide internal directories.