ObjectMetaPointer

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

Pointer for ObjectMeta

Attributes

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

Members list

Value members

Concrete methods

def annotations: MapPointer[String]

Attributes

Source
ObjectMetaPointer.scala
def finalizers: ListPointer[String]

Attributes

Source
ObjectMetaPointer.scala
def generateName: Plain[String]

Attributes

Source
ObjectMetaPointer.scala
def generation: Plain[Long]

Attributes

Source
ObjectMetaPointer.scala
def labels: MapPointer[String]

Attributes

Source
ObjectMetaPointer.scala
def name: Plain[String]

Attributes

Source
ObjectMetaPointer.scala
def namespace: Plain[String]

Attributes

Source
ObjectMetaPointer.scala
def resourceVersion: Plain[String]

Attributes

Source
ObjectMetaPointer.scala
def uid: Plain[String]

Attributes

Source
ObjectMetaPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product