Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Kubeconfig = filepath.Join(os.Getenv("HOME"), ".kube", "config")
)
Functions ¶
This section is empty.
Types ¶
type BackupPod ¶
type BackupPod struct { Command string PodName string ContainerName string Namespace string FileExtension string }
BackupPod contains all information nessecary to execute the backupcommands.
type ExecData ¶
type ExecData struct { Reader *io.PipeReader Done chan bool }
type PodLister ¶
type PodLister struct {
// contains filtered or unexported fields
}
PodLister holds the state for listing the pods.
Click to show internal directories.
Click to hide internal directories.