seLinuxOptions

@JvmName(name = "uxvfvlameyfdkuof")
suspend fun seLinuxOptions(value: Output<SELinuxOptionsArgs>)
@JvmName(name = "fllcntfpmhrflkxu")
suspend fun seLinuxOptions(value: SELinuxOptionsArgs?)

Parameters

value

The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.


@JvmName(name = "frueoejjjncpohpt")
suspend fun seLinuxOptions(argument: suspend SELinuxOptionsArgsBuilder.() -> Unit)

Parameters

argument

The SELinux context to be applied to the container. If unspecified, the container runtime will allocate a random SELinux context for each container. May also be set in PodSecurityContext. If set in both SecurityContext and PodSecurityContext, the value specified in SecurityContext takes precedence. Note that this field cannot be set when spec.os.name is windows.