Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Tmpdir string
Functions ¶
This section is empty.
Types ¶
type AccessLogServer ¶
type AccessLogServer struct { Path string Logs chan cilium.LogEntry // contains filtered or unexported fields }
func StartAccessLogServer ¶
func StartAccessLogServer(accessLogName string, bufSize int) *AccessLogServer
StartAccessLogServer starts the access log server.
func (*AccessLogServer) Clear ¶
func (s *AccessLogServer) Clear() (passed, drops int)
Clear empties the access log server buffer, counting the passes and drops
func (*AccessLogServer) Close ¶
func (s *AccessLogServer) Close()
Close removes the unix domain socket from the filesystem
Click to show internal directories.
Click to hide internal directories.