MCPcopy Create free account
hub / github.com/OpenAtomFoundation/SmartIDE / ExecInPodRequest

Struct ExecInPodRequest

cli/pkg/k8s/k8sUtil.go:169–177  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

167}
168
169type ExecInPodRequest struct {
170 ContainerName string
171
172 Command string
173
174 Namespace string
175
176 //Pod apiv1.Pod
177}
178
179// 拷贝本地ssh config到pod
180func (k *KubernetesUtil) CopyLocalSSHConfigToPod(pod coreV1.Pod, containerName string, runAsUser string) error {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected