OwnerReference

final case class OwnerReference(name: String, blockOwnerDeletion: Option[Boolean], uid: String, controller: Option[Boolean])

OwnerReference contains enough information to let you identify an owning object. An owning object must be in the same namespace as the dependent, or be cluster-scoped, so there is no namespace field.

Source:
OwnerReference.scala
trait Product
trait Equals
class Object
trait Matchable
class Any