Documentation ¶
Index ¶
- func Apps(apps []App, format string)
- func Backups(backups []velerov1.Backup, format string)
- func NewTabWriter() *tabwriter.Writer
- func Restores(restores []velerov1.Restore, format string)
- func VeleroInstallationInstructionsForCLI(log *logger.CLILogger, plugin snapshottypes.VeleroPlugin, ...)
- func Versions(versions []AppVersionResponse, format string)
- type App
- type AppVersionResponse
- type VeleroInstallationInstruction
- type VeleroInstallationInstructionType
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTabWriter ¶
func VeleroInstallationInstructionsForCLI ¶ added in v1.94.0
func VeleroInstallationInstructionsForCLI(log *logger.CLILogger, plugin snapshottypes.VeleroPlugin, registryConfig *kotsadmtypes.RegistryConfig, kotsConfigureCommand string)
func Versions ¶
func Versions(versions []AppVersionResponse, format string)
Types ¶
type AppVersionResponse ¶
type VeleroInstallationInstruction ¶ added in v1.94.0
type VeleroInstallationInstruction struct { Title string `json:"title"` Action string `json:"action"` Type VeleroInstallationInstructionType `json:"type"` }
func VeleroInstallationInstructionsForUI ¶ added in v1.94.0
func VeleroInstallationInstructionsForUI(plugin snapshottypes.VeleroPlugin, registryConfig *kotsadmtypes.RegistryConfig, kotsConfigureCommand string) []VeleroInstallationInstruction
type VeleroInstallationInstructionType ¶ added in v1.94.0
type VeleroInstallationInstructionType string
const ( VeleroInstallationInstructionCommand VeleroInstallationInstructionType = "command" VeleroInstallationInstructionLink VeleroInstallationInstructionType = "link" )
Click to show internal directories.
Click to hide internal directories.