securityContext

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

Parameters

value

SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/


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

Parameters

argument

SecurityContext defines the security options the container should be run with. If set, the fields of SecurityContext override the equivalent fields of PodSecurityContext. More info: https://kubernetes.io/docs/tasks/configure-pod-container/security-context/