Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinuxCapabilities ¶
type LinuxCapabilities struct {
*specsgo.LinuxCapabilities
}
func (*LinuxCapabilities) MarshalLogObject ¶
func (l *LinuxCapabilities) MarshalLogObject(enc zapcore.ObjectEncoder) error
type LinuxDevice ¶
func (*LinuxDevice) MarshalLogObject ¶
func (l *LinuxDevice) MarshalLogObject(enc zapcore.ObjectEncoder) error
type Namespaces ¶
type Namespaces struct { HostNetworking bool HostPID bool HostIPC bool HostUTS bool HostCgroup bool }
func (*Namespaces) MarshalLogObject ¶
func (n *Namespaces) MarshalLogObject(enc zapcore.ObjectEncoder) error
type NetworkInfo ¶
func (*NetworkInfo) MarshalLogObject ¶
func (n *NetworkInfo) MarshalLogObject(enc zapcore.ObjectEncoder) error
type Report ¶
type Report struct { Address string Runtime string ID string Namespace string Image string PID int HostNamespaces Namespaces Networks []NetworkInfo Created time.Time Mounts []string CgroupsPath string Status string Capabilities *LinuxCapabilities Devices []LinuxDevice }
func (*Report) MarshalLogObject ¶
func (r *Report) MarshalLogObject(enc zapcore.ObjectEncoder) error
Click to show internal directories.
Click to hide internal directories.