Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindVeleroPods ¶
Find all velero pods for the specified client.
Types ¶
type PodCommand ¶
type PodCommand struct { RestCfg *rest.Config Pod *v1.Pod Args []string In io.Reader Out bytes.Buffer Err bytes.Buffer }
Command executed on a Pod. RestCfg - The REST configuration for the cluster. Pod - The pod on which to execute the command. Args - The command (and args) to execute. In - An (optional) command input stream. Out - The command output stream set by `Run()`. Err - the command error stream set by `Run()`.
Click to show internal directories.
Click to hide internal directories.