ownerReferences

@JvmName(name = "yjrdnmtmbuuihlsr")
suspend fun ownerReferences(value: Output<List<OwnerReferenceArgs>>)
@JvmName(name = "nhbceublrqvchoww")
suspend fun ownerReferences(value: List<OwnerReferenceArgs>?)

Parameters

value

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.


@JvmName(name = "gwxfayqdbmnsbxqm")
suspend fun ownerReferences(vararg values: Output<OwnerReferenceArgs>)


@JvmName(name = "oepbbnpsxrcmchxm")
suspend fun ownerReferences(values: List<Output<OwnerReferenceArgs>>)
@JvmName(name = "xwdanlkjpjjdpnuw")
suspend fun ownerReferences(vararg values: OwnerReferenceArgs)

Parameters

values

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.


@JvmName(name = "dloessqrinpetghv")
suspend fun ownerReferences(argument: List<suspend OwnerReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "ybptorryqttkgcbs")
suspend fun ownerReferences(vararg argument: suspend OwnerReferenceArgsBuilder.() -> Unit)
@JvmName(name = "vickisoftmcxorbo")
suspend fun ownerReferences(argument: suspend OwnerReferenceArgsBuilder.() -> Unit)

Parameters

argument

List of objects depended by this object. If ALL objects in the list have been deleted, this object will be garbage collected. If this object is managed by a controller, then an entry in this list will point to this controller, with the controller field set to true. There cannot be more than one managing controller.