ObjectList

com.coralogix.zio.k8s.client.model.ObjectList
See theObjectList companion object
case class ObjectList[+T](metadata: Optional[ListMeta], items: List[T])

Response type of the getAll operation

Attributes

T

Resource type

items

Items

metadata

List metadata with continuation token

Companion:
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product