Show / Hide Table of Contents

Class DaemonSetUpdateStrategy

Inheritance
System.Object
DaemonSetUpdateStrategy
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.Extensions.V1Beta1
Assembly: Pulumi.Kubernetes.dll
Syntax
public sealed class DaemonSetUpdateStrategy

Fields

View Source

RollingUpdate

Rolling update config params. Present only if type = "RollingUpdate".

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

Type

Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is OnDelete.

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