Manifests.io

Easy to use kubernetes documentation

Pod.status.initContainerStatuses.user.linux

LinuxContainerUser represents user identity information in Linux containers

Description
gid
integer *

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

supplementalGroups
array

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

uid
integer *

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

See an issue here?