client

package
v3.1.1+incompatible Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2019 License: BSD-3-Clause Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// URINotSupported if we are using a non default registry error out for now
	URINotSupported string = "Only the default Singularity Hub registry is suported for now"
)

Variables

This section is empty.

Functions

func DownloadImage

func DownloadImage(filePath string, shubRef string, force, noHTTPS bool) (err error)

DownloadImage will retrieve an image from the Container Singularityhub, saving it into the specified file

Types

type ShubAPIResponse

type ShubAPIResponse struct {
	Image   string `json:"image"`
	Name    string `json:"name"`
	Tag     string `json:"tag"`
	Version string `json:"version"`
}

ShubAPIResponse holds the information returned from the Shub API

type ShubURI

type ShubURI struct {
	// contains filtered or unexported fields
}

ShubURI stores the various components of a singularityhub URI

func (*ShubURI) String

func (s *ShubURI) String() string

Jump to

Keyboard shortcuts

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