DaemonSet

object DaemonSet
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class RollingUpdate(maxUnavailable: Int)
case class Spec(minReadySeconds: Int, selector: Option[LabelSelector], template: Option[Spec], updateStrategy: Option[UpdateStrategy], revisionHistoryLimit: Option[Int])
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])
case class UpdateStrategy(`type`: Option[String], rollingUpdate: Option[RollingUpdate])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): DaemonSet

Implicits