ownerReferences

@JvmName(name = "iwrlxrntyotiwigq")
suspend fun ownerReferences(value: Output<List<OwnerReferencePatchArgs>>)
@JvmName(name = "wtxupkxanvwotrrg")
suspend fun ownerReferences(value: List<OwnerReferencePatchArgs>?)

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 = "bwmxylcpcebdwrhk")
suspend fun ownerReferences(vararg values: Output<OwnerReferencePatchArgs>)


@JvmName(name = "oycusthbhfpobxlo")
suspend fun ownerReferences(values: List<Output<OwnerReferencePatchArgs>>)
@JvmName(name = "jaetdtpaaroittgf")
suspend fun ownerReferences(vararg values: OwnerReferencePatchArgs)

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 = "kfirvknnluvubtgs")
suspend fun ownerReferences(argument: List<suspend OwnerReferencePatchArgsBuilder.() -> Unit>)
@JvmName(name = "chqmvngnmyttsnib")
suspend fun ownerReferences(vararg argument: suspend OwnerReferencePatchArgsBuilder.() -> Unit)
@JvmName(name = "oxhihvbxeunrkymn")
suspend fun ownerReferences(argument: suspend OwnerReferencePatchArgsBuilder.() -> 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.