ownerReferences

@JvmName(name = "gpnjkogwcjhcdqvk")
suspend fun ownerReferences(value: Output<List<OwnerReferenceArgs>>)
@JvmName(name = "hagjnowinjlcemmd")
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 = "tjyselxbgqlvaayx")
suspend fun ownerReferences(vararg values: Output<OwnerReferenceArgs>)


@JvmName(name = "oofmrntdwlmgaarq")
suspend fun ownerReferences(values: List<Output<OwnerReferenceArgs>>)
@JvmName(name = "iwbkycstujytyfbx")
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 = "pykuyppudyotyywf")
suspend fun ownerReferences(argument: List<suspend OwnerReferenceArgsBuilder.() -> Unit>)
@JvmName(name = "wpyeqsqelrbvplkl")
suspend fun ownerReferences(vararg argument: suspend OwnerReferenceArgsBuilder.() -> Unit)
@JvmName(name = "atckvhhxuyqemfsv")
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.