securityContext

@JvmName(name = "mdbjxhdiuyhqhxab")
suspend fun securityContext(value: Output<SecurityContextPatchArgs>)
@JvmName(name = "jcuepuikwsfinphm")
suspend fun securityContext(value: SecurityContextPatchArgs?)

Parameters

value

Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext.


@JvmName(name = "almfxkkcnnfqpdda")
suspend fun securityContext(argument: suspend SecurityContextPatchArgsBuilder.() -> Unit)

Parameters

argument

Optional: SecurityContext defines the security options the ephemeral container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext.