LocalObjectReferenceArgs

data class LocalObjectReferenceArgs(val name: Output<String>? = null) : ConvertibleToJava<LocalObjectReferenceArgs>

Not supported by Cloud Run. LocalObjectReference contains enough information to let you locate the referenced object inside the same namespace.

Constructors

Link copied to clipboard
fun LocalObjectReferenceArgs(name: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): LocalObjectReferenceArgs

Properties

Link copied to clipboard
val name: Output<String>? = null

Name of the referent.