mirror of
https://github.com/containers/podman.git
synced 2025-08-24 10:04:57 +08:00
specgen: fix comment
Signed-off-by: Giuseppe Scrivano <gscrivan@redhat.com>
This commit is contained in:
@ -20,7 +20,7 @@ const (
|
||||
pastaType = "pasta"
|
||||
)
|
||||
|
||||
// KeepIDUserNsOptions defines how to keepIDmatically create a user namespace.
|
||||
// KeepIDUserNsOptions defines how to create a user namespace using keep-id.
|
||||
type KeepIDUserNsOptions struct {
|
||||
// UID is the target uid in the user namespace.
|
||||
UID *uint32
|
||||
|
Reference in New Issue
Block a user