LogQueryParams

skuber.Pod.LogQueryParams
case class LogQueryParams(containerName: Option[String], follow: Option[Boolean], limitBytes: Option[Int], pretty: Option[Boolean], previous: Option[Boolean], sinceSeconds: Option[Int], sinceTime: Option[Timestamp], tailLines: Option[Int], timestamps: 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]]