Config Map Key Selector Args
data class ConfigMapKeySelectorArgs(val key: Output<String>, val localObjectReference: Output<LocalObjectReferenceArgs>? = null, val name: Output<String>, val optional: Output<Boolean>? = null) : ConvertibleToJava<ConfigMapKeySelectorArgs>
Not supported by Cloud Run.
Constructors
Link copied to clipboard
fun ConfigMapKeySelectorArgs(key: Output<String>, localObjectReference: Output<LocalObjectReferenceArgs>? = null, name: Output<String>, optional: Output<Boolean>? = null)