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