Show / Hide Table of Contents

Class DeploymentStrategy

DeploymentStrategy describes how to replace existing pods with new ones.

Inheritance
System.Object
DeploymentStrategy
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Kubernetes.Types.Outputs.Apps.V1Beta2
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class DeploymentStrategy

Fields

View Source

RollingUpdate

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

Declaration
public readonly RollingUpdateDeployment RollingUpdate
Field Value
Type Description
RollingUpdateDeployment
View Source

Type

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

Declaration
public readonly string Type
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.