ListMeta

final case class ListMeta(continue: Option[String], remainingItemCount: Option[Int], resourceVersion: Option[String], selfLink: Option[String])

ListMeta describes metadata that synthetic resources must have, including lists and various status objects. A resource may have only one of {ObjectMeta, ListMeta}.

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

Value members

Concrete methods

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

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

Source:
ListMeta.scala

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

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

Source:
ListMeta.scala

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

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

Source:
ListMeta.scala

Returns a new data with continue set to new value

Returns a new data with continue set to new value

Source:
ListMeta.scala

Returns a new data with remainingItemCount set to new value

Returns a new data with remainingItemCount set to new value

Source:
ListMeta.scala

Returns a new data with resourceVersion set to new value

Returns a new data with resourceVersion set to new value

Source:
ListMeta.scala

Inherited methods

Inherited from:
Product