seccompProfile

@JvmName(name = "wwqjgcmlbytovgpk")
suspend fun seccompProfile(value: Output<SeccompProfileArgs>)
@JvmName(name = "inrnldlqjvukgwyx")
suspend fun seccompProfile(value: SeccompProfileArgs?)

Parameters

value

The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows.


@JvmName(name = "mvpqdlsputkhptkw")
suspend fun seccompProfile(argument: suspend SeccompProfileArgsBuilder.() -> Unit)

Parameters

argument

The seccomp options to use by the containers in this pod. Note that this field cannot be set when spec.os.name is windows.