Documentation ¶
Index ¶
Constants ¶
View Source
const ( CmdArtifactsListFiles executor.Command = "artifacts.listFiles" CmdArtifactsDownloadFile executor.Command = "artifacts.downloadFile" )
View Source
const (
CmdScraperPutObjectSignedURL executor.Command = "put_object_signed_url"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudStorageClient ¶ added in v1.10.41
type CloudStorageClient struct {
// contains filtered or unexported fields
}
func NewCloudStorageClient ¶ added in v1.10.41
func NewCloudStorageClient(cloudClient cloud.TestKubeCloudAPIClient, grpcConn *grpc.ClientConn, apiKey string) *CloudStorageClient
func (*CloudStorageClient) DownloadFile ¶ added in v1.10.41
type CloudUploader ¶
type CloudUploader struct {
// contains filtered or unexported fields
}
func NewCloudUploader ¶
func NewCloudUploader(executor executor.Executor) *CloudUploader
func (*CloudUploader) Close ¶ added in v1.10.40
func (u *CloudUploader) Close() error
type DownloadFileRequest ¶ added in v1.10.41
type DownloadFileResponse ¶ added in v1.10.41
type DownloadFileResponse struct {
URL string
}
type ListFilesRequest ¶ added in v1.10.41
type ListFilesResponse ¶ added in v1.10.41
type PutObjectSignedURLResponse ¶
type PutObjectSignedURLResponse struct {
URL string
}
Click to show internal directories.
Click to hide internal directories.