Versions in this module Expand all Collapse all v1 v1.0.0 Dec 3, 2024 Changes in this version + func BuildExecCommandString(cmd []string, env []corev1.EnvVar) (string, error) + func BuildExportEnvCommand(env corev1.EnvVar) string + func ExtractCPURequest(rl corev1.ResourceList) (uint, error) + func ExtractMemoryRequest(rl corev1.ResourceList) (uint64, error) + func GetContainerID(protocol, containerName string) string + func SanitizeAppleCPUModelForK8sLabel(name string) string + type FileCloner struct + FilenamePrefix string + SysClonefileFunc func(src, dst string, flags int) error + TempDir string + func NewFileCloner() *FileCloner + func (fc *FileCloner) Clonefile(path, pattern string) (string, error)