Documentation
¶
Index ¶
- Variables
- func AuthHeaders() map[string]string
- func ContainerIdToOtelServiceName(containerId string) string
- func IsIpPrivate(ip netaddr.IP) bool
- func IsNotExist(err error) bool
- func NormalizeFQDN(fqdn string, requestType string) string
- func ParseKubernetesVolumeSource(source string) string
- func SetKernelVersion(version string) error
- type DestinationKey
- func (dk DestinationKey) ActualDestination() HostPort
- func (dk DestinationKey) ActualDestinationIfKnown() HostPort
- func (dk DestinationKey) ActualDestinationLabelValue() string
- func (dk DestinationKey) Destination() HostPort
- func (dk DestinationKey) DestinationLabelValue() string
- func (dk DestinationKey) String() string
- type HostPort
- type Version
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ConnectionFilter = connectionFilter{ // contains filtered or unexported fields } PortFilter *portFilter )
Functions ¶
func AuthHeaders ¶ added in v1.18.4
func ContainerIdToOtelServiceName ¶ added in v1.13.3
func IsIpPrivate ¶
func IsNotExist ¶
func NormalizeFQDN ¶ added in v1.22.2
func ParseKubernetesVolumeSource ¶ added in v1.0.16
func SetKernelVersion ¶ added in v1.22.3
Types ¶
type DestinationKey ¶ added in v1.21.10
type DestinationKey struct {
// contains filtered or unexported fields
}
func NewDestinationKey ¶ added in v1.21.10
func NewDestinationKey(dst, actualDst netaddr.IPPort, fqdn string) DestinationKey
func (DestinationKey) ActualDestination ¶ added in v1.21.10
func (dk DestinationKey) ActualDestination() HostPort
func (DestinationKey) ActualDestinationIfKnown ¶ added in v1.21.10
func (dk DestinationKey) ActualDestinationIfKnown() HostPort
func (DestinationKey) ActualDestinationLabelValue ¶ added in v1.21.10
func (dk DestinationKey) ActualDestinationLabelValue() string
func (DestinationKey) Destination ¶ added in v1.21.10
func (dk DestinationKey) Destination() HostPort
func (DestinationKey) DestinationLabelValue ¶ added in v1.21.10
func (dk DestinationKey) DestinationLabelValue() string
func (DestinationKey) String ¶ added in v1.21.10
func (dk DestinationKey) String() string
type HostPort ¶ added in v1.21.10
type HostPort struct {
// contains filtered or unexported fields
}
func HostPortFromIPPort ¶ added in v1.21.10
func HostPortWithEmptyIP ¶ added in v1.21.10
type Version ¶ added in v1.22.3
type Version struct {
Major, Minor, Patch int
}
func GetKernelVersion ¶ added in v1.22.3
func GetKernelVersion() Version
func NewVersion ¶ added in v1.22.3
func VersionFromString ¶ added in v1.22.3
func (Version) GreaterOrEqual ¶ added in v1.22.3
Click to show internal directories.
Click to hide internal directories.