Documentation
¶
Index ¶
- func GatherConfigsForDeploy(cl *dockerClient.Client, app appPkg.App, compose *composetypes.Config, ...) ([]string, error)
- func GatherImagesForDeploy(cl *dockerClient.Client, app appPkg.App, compose *composetypes.Config, ...) ([]string, error)
- func GatherSecretsForDeploy(cl *dockerClient.Client, app appPkg.App, showUnchanged bool) ([]string, error)
- func GetConfigsForStack(cl *dockerClient.Client, app appPkg.App) (map[string]string, error)
- func GetEntityNameAndVersion(fullName string, stackName string) (string, string, error)
- func GetImagesForStack(cl *dockerClient.Client, app appPkg.App) (map[string]string, error)
- func GetSecretsForStack(cl *dockerClient.Client, app appPkg.App) (map[string]string, error)
- func MergeAbraShEnv(recipe recipe.Recipe, env envfile.AppEnv) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GatherConfigsForDeploy ¶
func GatherImagesForDeploy ¶
func GatherImagesForDeploy(cl *dockerClient.Client, app appPkg.App, compose *composetypes.Config, showUnchanged bool) ([]string, error)
func GatherSecretsForDeploy ¶
func GetConfigsForStack ¶
GetConfigsForStack retrieves all Docker configs attached to services in a given stack.
func GetEntityNameAndVersion ¶
GetEntityNameAndVersion parses a full name like `app_example_com_someconf_v1` to extract name and version, ("someconf", "v1")
func GetImagesForStack ¶
GetImagesForStack retrieves all Docker images for services in a given stack.
func GetSecretsForStack ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.