ListOptions

skuber.`package`.ListOptions
case class ListOptions(labelSelector: Option[LabelSelector], fieldSelector: Option[String], includeUninitialized: Option[Boolean], resourceVersion: Option[String], timeoutSeconds: Option[Long], limit: Option[Long], continue: Option[String], watch: Option[Boolean])

Attributes

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

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product

Concrete fields

lazy val asMap: Map[String, String]
lazy val asOptionalsMap: Map[String, Option[String]]