Schema
objectio.k8s.api.core.v1.LinuxContainerUser
LinuxContainerUser represents user identity information in Linux containers
- Source
specs/api__v1_openapi.json- Revision
9a79c3bd90f7- Active snapshot
2a9112600697
gid integer (int64)
requiredGID is the primary gid initially attached to the first process in the container
supplementalGroups array
optionalSupplementalGroups are the supplemental groups initially attached to the first process in the container
uid integer (int64)
requiredUID is the primary uid initially attached to the first process in the container