Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppStatusResponse ¶
type DeployRequest ¶
type DeployRequest struct {
DeploymentID string `json:"deploymentID"`
TargetConfig config.TargetConfig `json:"targetConfig"`
// DeployConfig without resolved secrets and with target extracted. Saved on server for rollbacks
RollbackDeployConfig config.DeployConfig `json:"rollbackDeployConfig"`
}
type ExecRequest ¶
type ExecResponse ¶
type ExecResponse struct {
Results []ExecResult `json:"results"`
}
type ExecResult ¶
type HealthResponse ¶
type ImageUploadResponse ¶
type RollbackRequest ¶
type RollbackRequest struct {
TargetDeploymentID string `json:"targetDeploymentID"`
NewDeploymentID string `json:"newDeploymentID"`
NewTargetConfig config.TargetConfig `json:"newTargetConfig"`
}
type RollbackTargetsResponse ¶
type RollbackTargetsResponse struct {
Targets []deploytypes.RollbackTarget `json:"targets"`
}
type VersionResponse ¶
Click to show internal directories.
Click to hide internal directories.