io.k8s.api.core.v1.LinuxContainerUser
See theLinuxContainerUser companion object
LinuxContainerUser represents user identity information in Linux containers
Attributes
- Companion
- object
- Source
- LinuxContainerUser.scala
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Appends new values to supplementalGroups
transforms gid to result of function
if supplementalGroups has a value, transforms to the result of function
if supplementalGroups has a value, transforms to the result of function
Attributes
- Source
- LinuxContainerUser.scala
transforms uid to result of function
Returns a new data with gid set to new value
Returns a new data with supplementalGroups set to new value
Returns a new data with supplementalGroups set to new value
Attributes
- Source
- LinuxContainerUser.scala
Returns a new data with uid set to new value
In this article