DaemonSet

skuber.ext.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 RollingUpdate(maxUnavailable: Int)

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])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class UpdateStrategy(`type`: Option[String], rollingUpdate: Option[RollingUpdate])

Attributes

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

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