securityContext

@JvmName(name = "ybogjtxaolxyeqqh")
suspend fun securityContext(value: Output<SecurityContextArgs>)
@JvmName(name = "prebkddnwrslfofl")
suspend fun securityContext(value: SecurityContextArgs?)

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 = "bytjbrmctuqmxrdo")
suspend fun securityContext(argument: suspend SecurityContextArgsBuilder.() -> 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/