Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Service ¶
type Service struct {
VolumeMounts []VolumeMount
ServiceDependencies []ServiceDependency
Labels map[string]string
}
type ServiceDependency ¶
type VolumeMount ¶
type VolumeMount struct {
Type VolumeMountType
Source string
Target string
ReadOnly bool
}
type VolumeMountType ¶
type VolumeMountType uint8
const ( VolumeTypeUnknown VolumeMountType = iota VolumeTypeBind VolumeTypeVolume VolumeTypeTmpfs )
Click to show internal directories.
Click to hide internal directories.