Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ The following pieces of container metadata are available to plugins in NRI:
- command line arguments
- environment variables
- mounts
- user, group and supplemental group IDs
- OCI hooks
- rlimits
- I/O priority
Expand Down
1 change: 1 addition & 0 deletions pkg/adaptation/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ type (
Hook = api.Hook
POSIXRlimit = api.POSIXRlimit
SecurityProfile = api.SecurityProfile
User = api.User

EventMask = api.EventMask
)
Expand Down
Loading
Loading