ListMetaPointer

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

Pointer for ListMeta

Attributes

Source
ListMetaPointer.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Pointer[ListMeta]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def continue: Plain[String]

Attributes

Source
ListMetaPointer.scala

Attributes

Source
ListMetaPointer.scala
def resourceVersion: Plain[String]

Attributes

Source
ListMetaPointer.scala

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product