images

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 10, 2023 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProviderImages

type ProviderImages struct {
	Package         string
	ControllerImage *string
}

ProviderImages holds information to the docker images for providers

func GetImagesFromJSONOrPanic

func GetImagesFromJSONOrPanic(packageKey string, controllerKey *string) ProviderImages

GetImagesFromJSONOrPanic retrieves image information from the environment and panics if `TEST_IMAGES` is not set `TEST_IMAGES` is expected to be a simple json like this. ```{"$PackageKey": "ImageUrlOfPackageImage", "$controllerKey": "ImageUrlOfControllerImage"}``` The controller image (key) is optional

Jump to

Keyboard shortcuts

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