runAsNonRoot

@JvmName(name = "iaeatcxulpvltyva")
suspend fun runAsNonRoot(value: Output<Boolean>)
@JvmName(name = "dcufbkjrbnarcxht")
suspend fun runAsNonRoot(value: Boolean?)

Parameters

value

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. This parameter maps to RunAsUser and MustRunAsNonRoot policy in the Users and groups pod security policies in the Kubernetes documentation .