コード例 #1
0
ファイル: pod.go プロジェクト: saper/jetpack
func cmdKillPod(pod *jetpack.Pod) error {
	return errors.Trace(pod.Kill())
}