securityContext

@JvmName(name = "xuqahguonovqiopx")
suspend fun securityContext(value: Output<SecurityContextPatchArgs>)
@JvmName(name = "waaifbqlmsoaqqfm")
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 = "becdxpagykyjxrsb")
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/