mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-28 03:53:33 +00:00
minor
This commit is contained in:
@@ -192,5 +192,4 @@ func (s *Server) PullImage(req *pb.PullImageRequest, stream grpc.ServerStreaming
|
|||||||
return status.Errorf(codes.Canceled, "pull image: %v", ctx.Err())
|
return status.Errorf(codes.Canceled, "pull image: %v", ctx.Err())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -6,11 +6,13 @@ import (
|
|||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
LabelManaged = "uncloud.managed"
|
||||||
LabelServiceID = "uncloud.service.id"
|
LabelServiceID = "uncloud.service.id"
|
||||||
LabelServiceName = "uncloud.service.name"
|
LabelServiceName = "uncloud.service.name"
|
||||||
LabelServiceMode = "uncloud.service.mode"
|
LabelServiceMode = "uncloud.service.mode"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// TODO: move to api package.
|
||||||
type Container struct {
|
type Container struct {
|
||||||
types.Container
|
types.Container
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user