LinuxContainerUser

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

LinuxContainerUser represents user identity information in Linux containers

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