privileged

@JvmName(name = "rektjcplrldlbpyq")
suspend fun privileged(value: Output<Boolean>)
@JvmName(name = "xbmcxhxefkrmgbsq")
suspend fun privileged(value: Boolean?)

Parameters

value

When this parameter is true , the container is given elevated permissions on the host container instance. The level of permissions are similar to the root user permissions. The default value is false . This parameter maps to privileged policy in the Privileged pod security policies in the Kubernetes documentation .