object DaemonSet
- Companion:
- class
Type members
Classlikes
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])