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
constructor(name: Output<String>? = null)

Properties

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

Name of the referent.

Functions

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