Show / Hide Table of Contents

Class StatefulSetUpdateStrategyArgs

StatefulSetUpdateStrategy indicates the strategy that the StatefulSet controller will use to perform updates. It includes any additional parameters necessary to perform the update for the indicated strategy.

Inheritance
System.Object
InputArgs
ResourceArgs
StatefulSetUpdateStrategyArgs
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.Apps.V1
Assembly: Pulumi.Kubernetes.dll
Syntax
public class StatefulSetUpdateStrategyArgs : ResourceArgs

Properties

View Source

RollingUpdate

RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.

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

Type

Type indicates the type of the StatefulSetUpdateStrategy. 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.