Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

schema

io.k8s.api.apps.v1.DeploymentStrategy

Hierarchy

  • DeploymentStrategy

Index

Properties

Properties

Optional Readonly rollingUpdate

Rolling update config params. Present only if DeploymentStrategyType = RollingUpdate.

schema

io.k8s.api.apps.v1.DeploymentStrategy#rollingUpdate

Optional Readonly type

type: string

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

default

RollingUpdate.

schema

io.k8s.api.apps.v1.DeploymentStrategy#type

Generated using TypeDoc