DeploymentStrategy

case
class DeploymentStrategy(rollingUpdate: Optional[RollingUpdateDeployment], `type`: Optional[String])

DeploymentStrategy describes how to replace existing pods with new ones.

Value Params
type

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets rollingUpdate.

Gets rollingUpdate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getType: IO[K8sFailure, String]

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

Type of deployment. Can be "Recreate" or "RollingUpdate". Default is RollingUpdate.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product