Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

Commit af93a21

Browse files
authored
Merge pull request #205 from carmark/volume
volume inpsected with created time
2 parents c6a427f + 5426771 commit af93a21

File tree

1 file changed

+2
-0
lines changed
  • vendor/src/github.com/docker/engine-api/types

1 file changed

+2
-0
lines changed

vendor/src/github.com/docker/engine-api/types/types.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,8 @@ type Volume struct {
414414
Status map[string]interface{} `json:",omitempty"` // Status provides low-level status information about the volume
415415
Labels map[string]string // Labels is metadata specific to the volume
416416
Scope string // Scope describes the level at which the volume exists (e.g. `global` for cluster-wide or `local` for machine level)
417+
418+
CreatedAt time.Time
417419
}
418420

419421
// VolumesListResponse contains the response for the remote API:

0 commit comments

Comments
 (0)