Documentation
¶
Index ¶
- Variables
- func AllContainersReady(pod *v1.Pod) bool
- func GetContainerEnvVarValue(container *v1.Container, envVarName string) *string
- func GetLanguageAndOtelSdk(container *v1.Container) (common.ProgrammingLanguage, common.OtelSdk, bool)
- func LanguageSdkFromPodContainer(pod *v1.Pod, containerName string) (common.ProgrammingLanguage, common.OtelSdk, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrDeviceNotDetected = errors.New("device not detected") ErrContainerNotInPodSpec = errors.New("container not found in pod spec") )
Functions ¶
func AllContainersReady ¶ added in v1.0.118
func GetContainerEnvVarValue ¶ added in v1.0.140
func GetLanguageAndOtelSdk ¶
func LanguageSdkFromPodContainer ¶ added in v1.0.134
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.