Documentation
¶
Index ¶
Constants ¶
View Source
const (
DockerComposeFile = "docker-compose.yml"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CleanupWorkspacePipeline ¶
type CleanupWorkspacePipeline struct {
}
func (*CleanupWorkspacePipeline) Cancel ¶
func (p *CleanupWorkspacePipeline) Cancel(c *DeployCtx, err error)
type CopyWorkspacePipeline ¶
type CopyWorkspacePipeline struct {
}
func (*CopyWorkspacePipeline) Cancel ¶
func (p *CopyWorkspacePipeline) Cancel(c *DeployCtx, err error)
type CopyWriter ¶
type DeployCtx ¶
type DeployCtx struct {
App *model.App
Service *model.Service
NodeState *node.NodeState
// contains filtered or unexported fields
}
func NewDeployCtx ¶
func (*DeployCtx) GetDeployInfo ¶
func (*DeployCtx) GetServicePath ¶
type DockerComposeDownPipeline ¶
type DockerComposeDownPipeline struct {
}
func (*DockerComposeDownPipeline) Cancel ¶
func (p *DockerComposeDownPipeline) Cancel(c *DownCtx, err error)
type DockerComposeFileParsePipeline ¶
type DockerComposeFileParsePipeline struct {
}
func (*DockerComposeFileParsePipeline) Cancel ¶
func (p *DockerComposeFileParsePipeline) Cancel(c *DeployCtx, err error)
type DockerComposeUpPipeline ¶
type DockerComposeUpPipeline struct {
}
func (*DockerComposeUpPipeline) Cancel ¶
func (p *DockerComposeUpPipeline) Cancel(c *DeployCtx, err error)
type DownCtx ¶
type DownCtx struct {
Service *model.Service
NodeState *node.NodeState
// contains filtered or unexported fields
}
func NewDownCtx ¶
func (*DownCtx) GetServicePath ¶
type DownloadInstallerPipeline ¶
type DownloadInstallerPipeline struct {
}
func (*DownloadInstallerPipeline) Cancel ¶
func (p *DownloadInstallerPipeline) Cancel(c *DeployCtx, err error)
type LoadImagePipeline ¶
type LoadImagePipeline struct {
}
func (*LoadImagePipeline) Cancel ¶
func (p *LoadImagePipeline) Cancel(c *DeployCtx, err error)
Click to show internal directories.
Click to hide internal directories.