imageupload

package
v0.15.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 5, 2019 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// PodPhaseAnnotation is the annotation on a PVC containing the upload pod phase
	PodPhaseAnnotation = "cdi.kubevirt.io/storage.pod.phase"

	//UploadProxyURI is a URI of the upoad proxy
	UploadProxyURI = "/v1alpha1/upload"
)

Variables

This section is empty.

Functions

func ConstructUploadProxyPath added in v0.15.0

func ConstructUploadProxyPath(uploadProxyURL string) (string, error)

ConstructUploadProxyPath - receives uploadproxy adress and concatenates to it URI

func NewImageUploadCommand

func NewImageUploadCommand(clientConfig clientcmd.ClientConfig) *cobra.Command

NewImageUploadCommand returns a cobra.Command for handling the the uploading of VM images

func SetDefaultHTTPClientCreator

func SetDefaultHTTPClientCreator()

SetDefaultHTTPClientCreator sets the http client creator back to default

func SetHTTPClientCreator

func SetHTTPClientCreator(f HTTPClientCreator)

SetHTTPClientCreator allows overriding the default http client useful for unit tests

Types

type HTTPClientCreator

type HTTPClientCreator func(bool) *http.Client

HTTPClientCreator is a function that creates http clients

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL