StatefulSetUpdateStrategy class

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.

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
rollingUpdate RollingUpdateStatefulSetStrategy?
RollingUpdate is used to communicate parameters when Type is RollingUpdateStatefulSetStrategyType.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
Type indicates the type of the StatefulSetUpdateStrategy. 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 StatefulSetUpdateStrategy instance to JSON data.
toString() String
A string representation of this object.
inherited

Operators

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