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"`
// AppConfig without resolved secrets and with target extracted. Saved on server for rollbacks
RollbackAppConfig config.AppConfig `json:"rollbackAppConfig"`
}
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 StopAppResponse ¶
type StopAppResponse struct {
Message string `json:"message,omitempty"`
}
type VersionResponse ¶
Click to show internal directories.
Click to hide internal directories.