Documentation ¶
Index ¶
- Variables
- func AdminConsoleCmd() *cobra.Command
- func AdminConsoleUpgradeCmd() *cobra.Command
- func AdminCopyPublicImagesCmd() *cobra.Command
- func AdminGenerateManifestsCmd() *cobra.Command
- func AdminPushImagesCmd() *cobra.Command
- func AirgapUpdateCmd() *cobra.Command
- func AppStatusCmd() *cobra.Command
- func BackupCmd() *cobra.Command
- func BackupListCmd() *cobra.Command
- func CheckRBAC() error
- func CompareVersions(cliVersion string, apiVersion string, log *logger.CLILogger) error
- func CompletionCmd() *cobra.Command
- func DockerCmd() *cobra.Command
- func DockerEnsureSecretCmd() *cobra.Command
- func DockerRegistryCmd() *cobra.Command
- func DockerRegistryServeCmd() *cobra.Command
- func DownloadCmd() *cobra.Command
- func EnableHACmd() *cobra.Command
- func ExpandDir(input string) string
- func GarbageCollectImagesCmd() *cobra.Command
- func GetAppsCmd() *cobra.Command
- func GetBackupsCmd() *cobra.Command
- func GetCmd() *cobra.Command
- func GetConfigCmd() *cobra.Command
- func GetRestoresCmd() *cobra.Command
- func GetVersionsCmd() *cobra.Command
- func IdentityServiceCmd() *cobra.Command
- func IdentityServiceConfigureCmd() *cobra.Command
- func IdentityServiceEnableSharedPasswordCmd() *cobra.Command
- func IdentityServiceInstallCmd() *cobra.Command
- func IdentityServiceOIDCCallbackURLCmd() *cobra.Command
- func IdentityServiceUninstallCmd() *cobra.Command
- func IngressCmd() *cobra.Command
- func IngressInstallCmd() *cobra.Command
- func IngressUninstallCmd() *cobra.Command
- func InitAndExecute()
- func InstallCmd() *cobra.Command
- func PullCmd() *cobra.Command
- func RemoveCmd() *cobra.Command
- func ResetPasswordCmd() *cobra.Command
- func ResetTLSCmd() *cobra.Command
- func RestoreCmd() *cobra.Command
- func RestoreListCmd() *cobra.Command
- func RootCmd() *cobra.Command
- func SetCmd() *cobra.Command
- func SetConfigCmd() *cobra.Command
- func UpgradeServiceCmd() *cobra.Command
- func UpgradeServiceStartCmd() *cobra.Command
- func UploadCmd() *cobra.Command
- func UpstreamCmd() *cobra.Command
- func UpstreamDownloadCmd() *cobra.Command
- func UpstreamUpgradeCmd() *cobra.Command
- func ValidateAutomatedInstall(deployOptions kotsadmtypes.DeployOptions, authSlug string, apiEndpoint string) (storetypes.DownstreamVersionStatus, error)
- func ValidatePreflightStatus(deployOptions kotsadmtypes.DeployOptions, authSlug string, apiEndpoint string) error
- func VeleroCmd() *cobra.Command
- func VeleroConfigureAmazonS3AccessKeyCmd() *cobra.Command
- func VeleroConfigureAmazonS3Cmd() *cobra.Command
- func VeleroConfigureAmazonS3InstanceRoleCmd() *cobra.Command
- func VeleroConfigureAzureCmd() *cobra.Command
- func VeleroConfigureAzureServicePrincipleCmd() *cobra.Command
- func VeleroConfigureGCPCmd() *cobra.Command
- func VeleroConfigureGCPServiceAccount() *cobra.Command
- func VeleroConfigureGCPWorkloadIdentity() *cobra.Command
- func VeleroConfigureHostPathCmd() *cobra.Command
- func VeleroConfigureInternalCmd() *cobra.Command
- func VeleroConfigureNFSCmd() *cobra.Command
- func VeleroConfigureOtherS3Cmd() *cobra.Command
- func VeleroEnsurePermissionsCmd() *cobra.Command
- func VeleroMigrateMinioFileSystemCmd() *cobra.Command
- func VeleroPrintFileSystemInstructionsCmd() *cobra.Command
- func VersionCmd() *cobra.Command
- type DownloadOutput
- type RestoreOutput
- type UploadOutput
- type VeleroConfigureFileSystemOptions
- type VersionOutput
Constants ¶
This section is empty.
Variables ¶
View Source
var (
RBACError = errors.New("attempting to grant RBAC permissions not currently held")
)
Functions ¶
func AdminConsoleCmd ¶
func AdminConsoleUpgradeCmd ¶
func AdminCopyPublicImagesCmd ¶ added in v1.98.3
func AdminPushImagesCmd ¶
func AirgapUpdateCmd ¶ added in v1.112.0
func AppStatusCmd ¶
func BackupListCmd ¶
func CompareVersions ¶
func CompletionCmd ¶
func DockerEnsureSecretCmd ¶
func DockerRegistryCmd ¶ added in v1.82.0
func DockerRegistryServeCmd ¶ added in v1.82.0
func DownloadCmd ¶
func EnableHACmd ¶ added in v1.89.0
func GarbageCollectImagesCmd ¶
func GetAppsCmd ¶
func GetBackupsCmd ¶
func GetConfigCmd ¶
func GetRestoresCmd ¶
func GetVersionsCmd ¶
func IdentityServiceCmd ¶
func IngressCmd ¶
func IngressInstallCmd ¶
func IngressUninstallCmd ¶
func InitAndExecute ¶
func InitAndExecute()
func InstallCmd ¶
func ResetPasswordCmd ¶
func ResetTLSCmd ¶
func RestoreCmd ¶
func RestoreListCmd ¶
func SetConfigCmd ¶
func UpgradeServiceCmd ¶ added in v1.112.0
func UpgradeServiceStartCmd ¶ added in v1.112.0
func UpstreamCmd ¶
func UpstreamDownloadCmd ¶
func UpstreamUpgradeCmd ¶
func ValidateAutomatedInstall ¶
func ValidateAutomatedInstall(deployOptions kotsadmtypes.DeployOptions, authSlug string, apiEndpoint string) (storetypes.DownstreamVersionStatus, error)
func ValidatePreflightStatus ¶
func ValidatePreflightStatus(deployOptions kotsadmtypes.DeployOptions, authSlug string, apiEndpoint string) error
func VeleroConfigureAzureCmd ¶
func VeleroConfigureGCPCmd ¶
func VeleroConfigureNFSCmd ¶
func VeleroMigrateMinioFileSystemCmd ¶
VeleroMigrateMinioFileSystemCmd is an internal command used by kURL to migrate minio filesystem snapshots to using the LVP plugin. kURL does not run the upgrade command directly
func VeleroPrintFileSystemInstructionsCmd ¶
(DEPRECATED) VeleroPrintFileSystemInstrunctions prints instructions for setting up a file system (e.g. NFS, Host Path) as the snapshots storage destination
func VersionCmd ¶
Types ¶
type DownloadOutput ¶
type RestoreOutput ¶
type UploadOutput ¶
type VeleroConfigureFileSystemOptions ¶
type VeleroConfigureFileSystemOptions struct { Namespace string RegistryConfig *kotsadmtypes.RegistryConfig FileSystemConfig snapshottypes.FileSystemConfig ForceReset bool SkipValidation bool IsMinioDisabled bool IsLegacyDeployment bool }
type VersionOutput ¶
Source Files ¶
- admin-console-copy-public-images.go
- admin-console-generate-manifests.go
- admin-console-push-images.go
- admin-console-upgrade.go
- admin-console.go
- airgap-update.go
- app-status.go
- backup.go
- check-version.go
- completion.go
- docker-registry.go
- docker.go
- download.go
- enable-ha.go
- garbage-collect-images.go
- get-apps.go
- get-backups.go
- get-config.go
- get-restores.go
- get-versions.go
- get.go
- identity.go
- ingress.go
- install.go
- namespace.go
- pull.go
- remove.go
- reset-password.go
- reset-tls.go
- restore.go
- root.go
- set-config.go
- set.go
- upgrade-service.go
- upload.go
- upstream-download.go
- upstream-upgrade.go
- upstream.go
- util.go
- velero.go
- version.go
Click to show internal directories.
Click to hide internal directories.