Show / Hide Table of Contents

Class DaemonSetUpdateStrategyArgs

DaemonSetUpdateStrategy is a struct used to control the update strategy for a DaemonSet.

Inheritance
System.Object
InputArgs
ResourceArgs
DaemonSetUpdateStrategyArgs
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 DaemonSetUpdateStrategyArgs : ResourceArgs

Properties

View Source

RollingUpdate

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

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

Type

Type of daemon set update. Can be "RollingUpdate" or "OnDelete". 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.