GetJobDefinitionEksPropertyPodPropertyInitContainerSecurityContext

data class GetJobDefinitionEksPropertyPodPropertyInitContainerSecurityContext(val privileged: Boolean, val readOnlyRootFileSystem: Boolean, val runAsGroup: Int, val runAsNonRoot: Boolean, val runAsUser: Int)

Constructors

constructor(privileged: Boolean, readOnlyRootFileSystem: Boolean, runAsGroup: Int, runAsNonRoot: Boolean, runAsUser: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

When this parameter is true, the container is given elevated permissions on the host container instance (similar to the root user).

Link copied to clipboard
Link copied to clipboard

When this parameter is specified, the container is run as the specified group ID (gid). If this parameter isn't specified, the default is the group that's specified in the image metadata.

Link copied to clipboard

When this parameter is specified, the container is run as a user with a uid other than 0. If this parameter isn't specified, so such rule is enforced.

Link copied to clipboard

When this parameter is specified, the container is run as the specified user ID (uid). If this parameter isn't specified, the default is the user that's specified in the image metadata.