Skip to content

Commit e919279

Browse files
authored
Add Snapshotter field to V4 Container Response (#3818)
1 parent d4f7ace commit e919279

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ecs-agent/tmds/handlers/v4/state/response.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ type EphemeralStorageMetrics struct {
5757
// with the v2 container response object.
5858
type ContainerResponse struct {
5959
*v2.ContainerResponse
60-
Networks []Network `json:"Networks,omitempty"`
60+
Networks []Network `json:"Networks,omitempty"`
61+
Snapshotter string `json:"Snapshotter,omitempty"`
6162
}
6263

6364
// Network is the v4 Network response. It adds a bunch of information about network

0 commit comments

Comments
 (0)