Show / Hide Table of Contents

Class StatefulSetUpdateStrategy

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
StatefulSetUpdateStrategy
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 StatefulSetUpdateStrategy

Fields

View Source

RollingUpdate

RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.

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

Type

Type indicates the type of the StatefulSetUpdateStrategy. Default is RollingUpdate.

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