Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Inputs ¶
func FromCompose ¶
func FromCompose(project *composeTypes.Project) *Inputs
type Service ¶
type Service struct { Name string // contains filtered or unexported fields }
Service provides some k8ify-specific abstractions & utility around Compose service configurations.
func NewService ¶
func NewService(name string, composeService composeTypes.ServiceConfig) Service
func (*Service) AsCompose ¶
func (s *Service) AsCompose() composeTypes.ServiceConfig
AsCompose returns the underlying compose config TODO(mh): make me obsolete!
func (*Service) IsSingleton ¶
func (*Service) VolumeNames ¶
VolumeNames lists the names of all volumes that are mounted by this service
type Volume ¶
type Volume struct { Name string // contains filtered or unexported fields }
Volume provides some k8ify-specific abstractions & utility around Compose volume configurations.
func NewVolume ¶
func NewVolume(name string, composeVolume composeTypes.VolumeConfig) Volume
func (*Volume) IsSingleton ¶
func (*Volume) SizeIsMissing ¶
Click to show internal directories.
Click to hide internal directories.