runtimeClass

@JvmName(name = "uiobdgpklysbxwni")
suspend fun runtimeClass(value: Output<RuntimeClassStrategyOptionsArgs>)
@JvmName(name = "cvvjxynkdejxqkxi")
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 = "lxjyxocyyctgsram")
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.