Documentation ¶
Index ¶
- func Apps(apps []App, format string)
- func Backups(backups []velerov1.Backup, format string)
- func LvpFileSystemVeleroInfo(c *LvpFileSystemVeleroConfig, format string, log *logger.CLILogger)
- func MinioFileSystemVeleroInfo(c *MinioFileSystemVeleroConfig, format string, log *logger.CLILogger)
- func NewTabWriter() *tabwriter.Writer
- func Restores(restores []velerov1.Restore, format string)
- func Versions(versions []AppVersionResponse, format string)
- type App
- type AppVersionResponse
- type LvpFileSystemVeleroConfig
- type MinioFileSystemVeleroConfig
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LvpFileSystemVeleroInfo ¶
func LvpFileSystemVeleroInfo(c *LvpFileSystemVeleroConfig, format string, log *logger.CLILogger)
func MinioFileSystemVeleroInfo ¶
func MinioFileSystemVeleroInfo(c *MinioFileSystemVeleroConfig, format string, log *logger.CLILogger)
func NewTabWriter ¶
func Versions ¶
func Versions(versions []AppVersionResponse, format string)
Types ¶
type AppVersionResponse ¶
type MinioFileSystemVeleroConfig ¶
type MinioFileSystemVeleroConfig struct { Provider string `json:"provider"` Plugins []string `json:"plugins"` Credentials []byte `json:"credentials"` Bucket string `json:"bucket"` BackupLocationConfig map[string]string `json:"backupLocationConfig"` SnapshotLocationConfig map[string]string `json:"snapshotLocationConfig"` UseRestic bool `json:"useRestic"` }
Click to show internal directories.
Click to hide internal directories.