runtimeClass

@JvmName(name = "nmbljdtkieyctjia")
suspend fun runtimeClass(value: Output<RuntimeClassStrategyOptionsPatchArgs>)
@JvmName(name = "wsfthwcfewdchyoa")
suspend fun runtimeClass(value: RuntimeClassStrategyOptionsPatchArgs?)

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 = "xeavranodphcjofb")
suspend fun runtimeClass(argument: suspend RuntimeClassStrategyOptionsPatchArgsBuilder.() -> 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.