runAsGroup

@JvmName(name = "iywfasxwtwqcpuyy")
suspend fun runAsGroup(value: Output<RunAsGroupStrategyOptionsArgs>)
@JvmName(name = "ejsclofnvhplfsxx")
suspend fun runAsGroup(value: RunAsGroupStrategyOptionsArgs?)

Parameters

value

RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.


@JvmName(name = "ydkedrkproxnarkv")
suspend fun runAsGroup(argument: suspend RunAsGroupStrategyOptionsArgsBuilder.() -> Unit)

Parameters

argument

RunAsGroup is the strategy that will dictate the allowable RunAsGroup values that may be set. If this field is omitted, the pod's RunAsGroup can take any value. This field requires the RunAsGroup feature gate to be enabled.