kubernetes v1.34

ContainerUser.linux

LinuxContainerUser represents user identity information in Linux containers

3 fields
ContainerUser.linux fields and descriptions
Field / TypeDescription
gid
integer required

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

  • format: int64
integer[]

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

  • x-kubernetes-list-type: "atomic"
uid
integer required

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

  • format: int64