package
5.0.0+incompatible
Repository: https://github.com/cisco/elsy.git
Documentation: pkg.go.dev

# Functions

GetSharedExternalDataContainers will return a slice of data containers used by the given template.
GetTemplate returns the template if found will inspect the compose file at "docker-comopse.yml" to determine the correct file version to use when retrieving the template currently defaults to V1 if no version found.
GetV1 will return the compose V1 template if it exists If 'enableScratchVolume' is true and the target template supports scratch-space optimization then Get will enable it.
GetV2 will return the compose V2 template if it exists If 'enableScratchVolume' is true and the target template supports scratch-space optimization then Get will enable it.
ListV1 will return a slice of all known v1 templates.
ListV2 will return a slice of all known v2 templates.