Show / Hide Table of Contents

Class DeploymentStrategyArgs

DeploymentStrategy describes how to replace existing pods with new ones.

Inheritance
System.Object
InputArgs
ResourceArgs
DeploymentStrategyArgs
Inherited Members
ResourceArgs.Empty
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.Inputs.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class DeploymentStrategyArgs : ResourceArgs

Properties

View Source

RollingUpdate

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

Declaration
public Input<RollingUpdateDeploymentArgs> RollingUpdate { get; set; }
Property Value
Type Description
Input<RollingUpdateDeploymentArgs>
View Source

Type

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

Declaration
public Input<string> Type { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.