OwnerReference

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReference
See theOwnerReference companion object
final case class OwnerReference(name: String, uid: String, blockOwnerDeletion: Option[Boolean], 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.

Attributes

Companion:
object
Source:
OwnerReference.scala
Graph
Supertypes
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if blockOwnerDeletion has a value, transforms to the result of function

if blockOwnerDeletion has a value, transforms to the result of function

Attributes

Source:
OwnerReference.scala

if controller has a value, transforms to the result of function

if controller has a value, transforms to the result of function

Attributes

Source:
OwnerReference.scala

transforms name to result of function

transforms name to result of function

Attributes

Source:
OwnerReference.scala

transforms uid to result of function

transforms uid to result of function

Attributes

Source:
OwnerReference.scala

Returns a new data with blockOwnerDeletion set to new value

Returns a new data with blockOwnerDeletion set to new value

Attributes

Source:
OwnerReference.scala

Returns a new data with controller set to new value

Returns a new data with controller set to new value

Attributes

Source:
OwnerReference.scala

Returns a new data with name set to new value

Returns a new data with name set to new value

Attributes

Source:
OwnerReference.scala

Returns a new data with uid set to new value

Returns a new data with uid set to new value

Attributes

Source:
OwnerReference.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product