ContainerUser

io.k8s.api.core.v1.ContainerUser source ↗

ContainerUser represents user identity information

linuxLinuxContainerUserLinux holds user identity information initially attached to the first process of the containers in Linux. Note that the actual running identity can be changed if the process has enough privilege to do so.
gidinteger (int64) requiredGID is the primary gid initially attached to the first process in the container
supplementalGroups[]integer (int64)SupplementalGroups are the supplemental groups initially attached to the first process in the container
uidinteger (int64) requiredUID is the primary uid initially attached to the first process in the container