LinuxContainerUser

io.k8s.api.core.v1.LinuxContainerUser

Description

LinuxContainerUser represents user identity information in Linux containers

Properties

gid integer (int64) required
GID 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
uid integer (int64) required
UID is the primary uid initially attached to the first process in the container