Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrDownloadRequestDownloadURLTimeout = errors.New("download request download url timeout, check velero server logs for errors. backup storage location may not be available")
View Source
var ErrNotFound = errors.New("file not found")
ErrNotFound is exported for external packages to check for when a file is not found
Functions ¶
func StreamWithBSLCACert ¶ added in v1.17.0
func StreamWithBSLCACert( ctx context.Context, kbClient kbclient.Client, namespace, name string, kind veleroV1api.DownloadTargetKind, w io.Writer, timeout time.Duration, insecureSkipTLSVerify bool, caCertFile string, bslCACert string, ) error
StreamWithBSLCACert is like Stream but accepts an additional bslCACert parameter that contains the cacert from the BackupStorageLocation config
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.