DaemonSetUpdateStrategy class

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

Constructors

DaemonSetUpdateStrategy({RollingUpdateDaemonSet? rollingUpdate, String? type})
Default constructor.
const
DaemonSetUpdateStrategy.fromJson(Map<String, dynamic> json)
Creates a DaemonSetUpdateStrategy from JSON data.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
rollingUpdate RollingUpdateDaemonSet?
Rolling update config params. Present only if type = "RollingUpdate".
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type of daemon set update. Can be "RollingUpdate" or "OnDelete". Default is RollingUpdate.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object>
Converts a DaemonSetUpdateStrategy instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited