Skip to content

Commit

Permalink
specs-go/config: Drop "this field is platform dependent" (again)
Browse files Browse the repository at this point in the history
We dropped these in 4774080 (specs-go/config: Drop "this field is
platform dependent", 2016-09-14, opencontainers#568) but f9e48e0 (Windows: User
struct changes, 2016-09-14, opencontainers#565) was developed in parallel and
brought in a new one.

Signed-off-by: W. Trevor King <wking@tremily.us>
  • Loading branch information
wking committed Sep 15, 2016
1 parent 0bb7b17 commit e086a3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs-go/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type User struct {
GID uint32 `json:"gid" platform:"linux,solaris"`
// AdditionalGids are additional group ids set for the container's process.
AdditionalGids []uint32 `json:"additionalGids,omitempty" platform:"linux,solaris"`
// Username is the user name. (this field is platform dependent)
// Username is the user name.
Username string `json:"username,omitempty" platform:"windows"`
}

Expand Down

0 comments on commit e086a3e

Please sign in to comment.