DaemonSet

skuber.apps.v1.DaemonSet
See theDaemonSet companion class
object DaemonSet

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
DaemonSet.type

Members list

Type members

Classlikes

case class Condition(_type: String, status: String, reason: Option[String], message: Option[String], lastTransitionTime: Option[Timestamp])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class RollingUpdate(maxUnavailable: IntOrString)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Spec(minReadySeconds: Int, selector: Option[LabelSelector], template: Option[Spec], updateStrategy: Option[UpdateStrategy], revisionHistoryLimit: Option[Int])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Status(currentNumberScheduled: Int, numberMisscheduled: Int, desiredNumberScheduled: Int, numberReady: Int, observedGeneration: Option[Long], updatedNumberScheduled: Option[Int], numberAvailable: Option[Int], numberUnavailable: Option[Int], collisionCount: Option[Long], conditions: Option[List[Condition]])

Attributes

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

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait UpdateStrategy

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
object UpdateStrategyType extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): DaemonSet

Implicits

Implicits

implicit val condFmt: Format[Condition]
implicit lazy val daemonsetFmt: Format[DaemonSet]
implicit val daemonsetSpecFmt: Format[Spec]
implicit val daemonsetStatusFmt: Format[Status]
implicit val rollingUpdFmt: Format[RollingUpdate]
implicit val updateStrategyFmt: Format[UpdateStrategy]