Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExecPod ¶ added in v0.1.0
func ExecPod(options *PodOptions) error
func GetKubeClient ¶ added in v0.1.0
Types ¶
type PodOptions ¶ added in v0.1.0
type PodRunMode ¶ added in v0.1.0
type PodRunMode string
const ( PodRunModeModeAttach PodRunMode = "PodRunModeModeAttach" PodRunModeModeExec PodRunMode = "PodRunModeModeExec" PodRunModeModeLogs PodRunMode = "PodRunModeModeLogs" )
Click to show internal directories.
Click to hide internal directories.