mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-26 19:13:34 +00:00
feat(pre-deploy): correct progress events for pre-deploy hooks, make other container events more aligned with plan
This commit is contained in:
@@ -164,6 +164,13 @@ func (c *Container) UnmarshalJSON(data []byte) error {
|
||||
return nil
|
||||
}
|
||||
|
||||
// CreateContainerResponse wraps a container creation response with the container name assigned during creation.
|
||||
type CreateContainerResponse struct {
|
||||
container.CreateResponse
|
||||
// Name is the container name assigned during creation.
|
||||
Name string
|
||||
}
|
||||
|
||||
type ServiceContainer struct {
|
||||
Container
|
||||
ServiceSpec ServiceSpec
|
||||
|
||||
Reference in New Issue
Block a user