Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProviderImages ¶
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
Click to show internal directories.
Click to hide internal directories.