core.v1.containerUser
"ContainerUser represents user identity information"
Index
Fields
obj linux
"LinuxContainerUser represents user identity information in Linux containers"
fn linux.withGid
withGid(gid)
"GID is the primary gid initially attached to the first process in the container"
fn linux.withSupplementalGroups
withSupplementalGroups(supplementalGroups)
"SupplementalGroups are the supplemental groups initially attached to the first process in the container"
fn linux.withSupplementalGroupsMixin
withSupplementalGroupsMixin(supplementalGroups)
"SupplementalGroups are the supplemental groups initially attached to the first process in the container"
Note: This function appends passed data to existing values
fn linux.withUid
withUid(uid)
"UID is the primary uid initially attached to the first process in the container"