runtimeClass

@JvmName(name = "gbkvsorxlbqmbhvj")
suspend fun runtimeClass(value: Output<RuntimeClassStrategyOptionsArgs>)
@JvmName(name = "atngngovcecllehk")
suspend fun runtimeClass(value: RuntimeClassStrategyOptionsArgs?)

Parameters

value

runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.


@JvmName(name = "qyujhjcdctowslhv")
suspend fun runtimeClass(argument: suspend RuntimeClassStrategyOptionsArgsBuilder.() -> Unit)

Parameters

argument

runtimeClass is the strategy that will dictate the allowable RuntimeClasses for a pod. If this field is omitted, the pod's runtimeClassName field is unrestricted. Enforcement of this field depends on the RuntimeClass feature gate being enabled.