seccompProfile

@JvmName(name = "dowkhxmldvgllreu")
suspend fun seccompProfile(value: Output<SeccompProfilePatchArgs>)
@JvmName(name = "nubtbmswsvrsupsi")
suspend fun seccompProfile(value: SeccompProfilePatchArgs?)

Parameters

value

The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows.


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

Parameters

argument

The seccomp options to use by this container. If seccomp options are provided at both the pod & container level, the container options override the pod options. Note that this field cannot be set when spec.os.name is windows.