OwnerReferencePointer

io.k8s.apimachinery.pkg.apis.meta.v1.OwnerReferencePointer
final case class OwnerReferencePointer(currentPath: PointerPath) extends Pointer[OwnerReference]

Pointer for OwnerReference

Attributes

Source
OwnerReferencePointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def apiVersion: Plain[String]

Attributes

Source
OwnerReferencePointer.scala
def blockOwnerDeletion: Plain[Boolean]

Attributes

Source
OwnerReferencePointer.scala
def controller: Plain[Boolean]

Attributes

Source
OwnerReferencePointer.scala
def kind: Plain[String]

Attributes

Source
OwnerReferencePointer.scala
def name: Plain[String]

Attributes

Source
OwnerReferencePointer.scala
def uid: Plain[String]

Attributes

Source
OwnerReferencePointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product