ownerReferences

@JvmName(name = "lhhfpbmevdlkygof")
suspend fun ownerReferences(value: Output<List<OwnerReferencePatchArgs>>)
@JvmName(name = "uhnrjntusxpmwjth")
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 = "lcrpdgidqwdfuiqu")
suspend fun ownerReferences(vararg values: Output<OwnerReferencePatchArgs>)


@JvmName(name = "fvfllenqhowolruy")
suspend fun ownerReferences(values: List<Output<OwnerReferencePatchArgs>>)
@JvmName(name = "omypgentbkxfmyib")
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 = "fsdyurnrcildexjm")
suspend fun ownerReferences(argument: List<suspend OwnerReferencePatchArgsBuilder.() -> Unit>)
@JvmName(name = "majvymfbvqdpnwnx")
suspend fun ownerReferences(vararg argument: suspend OwnerReferencePatchArgsBuilder.() -> Unit)
@JvmName(name = "kdctddqnsnbkwxbi")
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.