DeploymentStrategy

io.k8s.api.apps.v1.DeploymentStrategy
See theDeploymentStrategy companion object
final case class DeploymentStrategy(rollingUpdate: Option[RollingUpdateDeployment], `type`: Option[String])

DeploymentStrategy describes how to replace existing pods with new ones.

Attributes

Companion:
object
Source:
DeploymentStrategy.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if rollingUpdate has a value, transforms to the result of function

if rollingUpdate has a value, transforms to the result of function

Attributes

Source:
DeploymentStrategy.scala

if type has a value, transforms to the result of function

if type has a value, transforms to the result of function

Attributes

Source:
DeploymentStrategy.scala

Returns a new data with rollingUpdate set to new value

Returns a new data with rollingUpdate set to new value

Attributes

Source:
DeploymentStrategy.scala

Returns a new data with type set to new value

Returns a new data with type set to new value

Attributes

Source:
DeploymentStrategy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product