# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
AppNameFromDir takes a path to an app directory and returns the application's name.
DirNameFromAppName takes an application name and returns the corresponding directory name.
FullVersion returns a string of version information.
InsecureRegistriesFromEngine reads the registry configuration from the daemon and returns a list of all insecure ones.
ValidateAppName takes an app name and returns an error if it doesn't match the expected format.
# Constants
ActionInspectName is the name of the custom "inspect" action.
ActionRenderName is the name of the custom "render" action.
ActionStatusJSONName is the name of the CNAB well known custom "status+json" action - TODO: Extract this constant to the cnab-go library.
ActionStatusName is the name of the CNAB well known custom "status" action - TODO: Extract this constant to the cnab-go library.
ActionStatusNameDeprecated is the name of the docker custom "status" action Deprecated: use ActionStatusName instead.
AppExtension is the extension used by an application.
CnabNamespace is the namespace used with the CNAB well known custom actions.
ComposeFileName is compose file name.
CredentialDockerContextName is the name of the credential containing a Docker context.
CredentialDockerContextPath is the path to the credential containing a Docker context.
CredentialRegistryName is the name of the credential containing registry credentials.
CredentialRegistryPath is the name to the credential containing registry credentials.
CustomDockerAppName is the custom variable set by Docker App to save custom informations.
DeprecatedSettingsFileName is the deprecated settings file name (replaced by ParametersFileName).
No description provided by the author
DockerInspectFormatEnvVar is the environment variable set by the CNAB runtime to select the inspect output format.
DockerKubernetesNamespaceEnvVar is the environment variable set by the CNAB runtime to select the kubernetes namespace.
DockerRenderFormatEnvVar is the environment variable set by the CNAB runtime to select the render output format.
DockerStackOrchestratorEnvVar is the environment variable set by the CNAB runtime to select the stack orchestrator.
LabelAppNamespace is the label used to track app resources.
LabelAppVersion is the label used to identify what version of docker app was used to create the app.
MetadataFileName is metadata file name.
Namespace is the reverse DNS namespace used with labels and CNAB custom actions.
ParameterArgs is the name of the parameter containing labels to be applied to service containers.
ParameterInspectFormatName is the name of the parameter containing the inspect format.
ParameterKubernetesNamespaceName is the name of the parameter containing the kubernetes namespace.
ParameterOrchestratorName is the name of the parameter containing the orchestrator.
ParameterRenderFormatName is the name of the parameter containing the render format.
ParametersFileName is parameters file name.
ParameterShareRegistryCredsName is the name of the parameter which indicates if credentials should be shared.
# Variables
GitCommit is the commit that this was built from.
MetadataVersion defines the current schema version.
Version is the git tag that this was built from.
# Structs
No description provided by the author