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

Type parameters

T

Resource type

Value parameters

items

Items

metadata

List metadata with continuation token

Attributes

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

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product