Skip to content

Commit 688d2ec

Browse files
authored
Merge pull request #2916 from rhcarvalho/v2-stats-supportedTypes
Fix documentation of RequestOptions.IdType
2 parents 6acde09 + 8e7af74 commit 688d2ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

info/v2/container.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ type FsInfo struct {
263263
}
264264

265265
type RequestOptions struct {
266-
// Type of container identifier specified - "name", "dockerid", dockeralias"
266+
// Type of container identifier specified - TypeName (default) or TypeDocker
267267
IdType string `json:"type"`
268268
// Number of stats to return
269269
Count int `json:"count"`

0 commit comments

Comments
 (0)