object Deployment extends Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Deployment
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class Condition(type: String, status: String, lastUpdateTime: Option[Timestamp], lastTransitionTime: Option[Timestamp], reason: Option[String], message: Option[String]) extends Product with Serializable
- case class RollingUpdate(maxUnavailable: IntOrString = Left(1), maxSurge: IntOrString = Left(1)) extends Product with Serializable
- case class Spec(replicas: Option[Int] = Some(1), selector: LabelSelector, template: Pod.Template.Spec, strategy: Option[Strategy] = None, minReadySeconds: Int = 0, revisionHistoryLimit: Option[Int] = None, paused: Boolean = false, progressDeadlineSeconds: Option[Int] = None) extends Product with Serializable
- case class Status(replicas: Int = 0, updatedReplicas: Int = 0, readyReplicas: Int = 0, availableReplicas: Int = 0, unavailableReplicas: Int = 0, observedGeneration: Int = 0, collisionCount: Option[Int] = None, conditions: List[Condition] = Nil) extends Product with Serializable
- sealed trait Strategy extends AnyRef
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def apply(name: String): Deployment
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- implicit val condFmt: Format[Condition]
- implicit lazy val depFormat: Format[Deployment]
- implicit val depSpecFmt: Format[Spec]
- implicit val depStatusFmt: Format[Status]
- implicit val depStrategyFmt: Format[Strategy]
- implicit val deployDef: ResourceDefinition[Deployment] { def spec: skuber.NonCoreResourceSpecification }
- implicit val deployListDef: ResourceDefinition[DeploymentList] { def spec: skuber.NonCoreResourceSpecification }
- implicit val deployListFormat: Format[DeploymentList]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val rollingUpdFmt: Format[RollingUpdate]
- implicit val scDef: SubresourceSpec[Deployment]
- val specification: NonCoreResourceSpecification
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- object Strategy
- object StrategyType extends Enumeration