Skip to main content
Schemaobject

io.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)
required

GID is the primary gid initially attached to the first process in the container

supplementalGroups array
optional

SupplementalGroups are the supplemental groups initially attached to the first process in the container

uid integer (int64)
required

UID is the primary uid initially attached to the first process in the container