Versions in this module Expand all Collapse all v1 v1.0.8 Nov 21, 2017 v1.0.7 Oct 31, 2017 Changes in this version + const InterfacePrefix + var LinuxInterfaces_InterfaceType_name = map[int32]string + var LinuxInterfaces_InterfaceType_value = map[string]int32 + var LinuxInterfaces_Interface_Namespace_NamespaceType_name = map[int32]string + var LinuxInterfaces_Interface_Namespace_NamespaceType_value = map[string]int32 + func InterfaceKey(ifaceLabel string) string + func InterfaceKeyPrefix() string + type LinuxInterfaces struct + Interface []*LinuxInterfaces_Interface + func (*LinuxInterfaces) ProtoMessage() + func (m *LinuxInterfaces) GetInterface() []*LinuxInterfaces_Interface + func (m *LinuxInterfaces) Reset() + func (m *LinuxInterfaces) String() string + type LinuxInterfaces_Interface struct + Description string + Enabled bool + HostIfName string + IpAddresses []string + Mtu uint32 + Name string + Namespace *LinuxInterfaces_Interface_Namespace + PhysAddress string + Type LinuxInterfaces_InterfaceType + Veth *LinuxInterfaces_Interface_Veth + func (*LinuxInterfaces_Interface) ProtoMessage() + func (m *LinuxInterfaces_Interface) GetNamespace() *LinuxInterfaces_Interface_Namespace + func (m *LinuxInterfaces_Interface) GetVeth() *LinuxInterfaces_Interface_Veth + func (m *LinuxInterfaces_Interface) Reset() + func (m *LinuxInterfaces_Interface) String() string + type LinuxInterfaces_InterfaceType int32 + const LinuxInterfaces_VETH + func (x LinuxInterfaces_InterfaceType) String() string + type LinuxInterfaces_Interface_Namespace struct + Filepath string + Microservice string + Name string + Pid uint32 + Type LinuxInterfaces_Interface_Namespace_NamespaceType + func (*LinuxInterfaces_Interface_Namespace) ProtoMessage() + func (m *LinuxInterfaces_Interface_Namespace) Reset() + func (m *LinuxInterfaces_Interface_Namespace) String() string + type LinuxInterfaces_Interface_Namespace_NamespaceType int32 + const LinuxInterfaces_Interface_Namespace_FILE_REF_NS + const LinuxInterfaces_Interface_Namespace_MICROSERVICE_REF_NS + const LinuxInterfaces_Interface_Namespace_NAMED_NS + const LinuxInterfaces_Interface_Namespace_PID_REF_NS + func (x LinuxInterfaces_Interface_Namespace_NamespaceType) String() string + type LinuxInterfaces_Interface_Veth struct + PeerIfName string + func (*LinuxInterfaces_Interface_Veth) ProtoMessage() + func (m *LinuxInterfaces_Interface_Veth) Reset() + func (m *LinuxInterfaces_Interface_Veth) String() string