Versions in this module Expand all Collapse all v0 v0.0.2 Oct 30, 2019 Changes in this version + func GetLatestImageName(eazy EazyYml) string + func GetLatestIntegrationImageName(eazy EazyYml) string + type EazyYml struct + Build struct{ ... } + Deployment struct{ ... } + EazyVersion string + Image string + Integration struct{ ... } + Name string + Releases []string + Runtime string + func EazyYmlUnmarshal(in []byte) (EazyYml, error) + type RuntimeConfig struct + Attach bool + Command []string + Dockerfile string + Env []string + ExposePorts bool + IsRootImage bool + Mounts []mount.Mount + SkipImagePull bool + User string + Wait bool + WorkingDir string