We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4f7ace commit e919279Copy full SHA for e919279
ecs-agent/tmds/handlers/v4/state/response.go
@@ -57,7 +57,8 @@ type EphemeralStorageMetrics struct {
57
// with the v2 container response object.
58
type ContainerResponse struct {
59
*v2.ContainerResponse
60
- Networks []Network `json:"Networks,omitempty"`
+ Networks []Network `json:"Networks,omitempty"`
61
+ Snapshotter string `json:"Snapshotter,omitempty"`
62
}
63
64
// Network is the v4 Network response. It adds a bunch of information about network
0 commit comments