kubernetes v1.37

Pod.status.initContainerStatuses.user.linux

LinuxContainerUser represents user identity information in Linux containers

3 fields
Pod.status.initContainerStatuses.user.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