Documentation ¶
Index ¶
- Variables
- func ABCommand(arg ...string) *exec.Cmd
- func CriCtlCommand(arg ...string) *exec.Cmd
- func DockerCommand(arg ...string) *exec.Cmd
- func DockerCopy(dst, src string) *exec.Cmd
- func GetFileList() []string
- func GetFileURL(filePath string) string
- func GetNoContentLengthFileURL(filePath string) string
- func GitCommand(arg ...string) *exec.Cmd
- func KubeCtlCommand(arg ...string) *exec.Cmd
- func KubeCtlCopyCommand(ns, pod, source, target string) *exec.Cmd
- func UploadArtifactPProf(namespace, podName, logDirName, logPrefix string, pprofPort int) (string, error)
- func UploadArtifactPrevStdout(namespace, podName, logDirName, logPrefix string) error
- func UploadArtifactStdout(namespace, podName, logDirName, logPrefix string) error
- type PodExec
Constants ¶
This section is empty.
Variables ¶
View Source
var ( FeatureGates = featuregate.NewFeatureGate() FeatureGateRange featuregate.Feature = "dfget-range" FeatureGateOpenRange featuregate.Feature = "dfget-open-range" FeatureGateCommit featuregate.Feature = "dfget-commit" FeatureGateNoLength featuregate.Feature = "dfget-no-length" FeatureGateEmptyFile featuregate.Feature = "dfget-empty-file" FeatureGateRecursive featuregate.Feature = "dfget-recursive" FeatureGatePreheatMultiArchImage featuregate.Feature = "manager-preheat-multi-arch-image" )
Functions ¶
func CriCtlCommand ¶
func DockerCommand ¶
func DockerCopy ¶
func GetFileList ¶
func GetFileList() []string
func GetFileURL ¶
func GitCommand ¶
func KubeCtlCommand ¶
func KubeCtlCopyCommand ¶
func UploadArtifactPProf ¶
func UploadArtifactStdout ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.