Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlockerHub ¶
type Manifest ¶
type Manifest struct { DockerApp string `yaml:"docker_app"` Hub FlockerHub `yaml:"flocker_hub"` Volumes []Volume `yaml:"volumes"` }
type NewVolume ¶
Represents {compose_volume_name : "/chq/<vol_path>"} for volume names in compose to their new path after fli creates them.
type Volume ¶
type Volume struct { Name string `yaml:"name"` Snapshot string `yaml:"snapshot"` VolumeSet string `yaml:"volumeset"` Branch string `yaml:"branch"` }
The idea is that we could use the manifest to create a volume from a snapshot, branch, or volumeset. Having only a VolumeSet in the manifest can indicate creating from a VolumeSet or branch or snapshot respectively.
Click to show internal directories.
Click to hide internal directories.